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=VzwG^j!d;{Y#3oU1DP@HSdPe -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-04-15T02:42:07.933Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-d65hs with PID 14 (/app/app.jar started by so in /app) 2021-04-15T02:42:07.988Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-04-15T02:42:07.988Z||main|||||INFO|500||The following profiles are active: basic 2021-04-15T02:42:13.304Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-15T02:42:13.331Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-04-15T02:42:13.511Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-15T02:42:15.031Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-15T02:42:15.161Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-15T02:42:15.391Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-15T02:42:15.398Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-15T02:42:16.714Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: catalogDB ...] 2021-04-15T02:42:16.852Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final} 2021-04-15T02:42:16.855Z||main|||||INFO|500||HHH000206: hibernate.properties not found 2021-04-15T02:42:17.253Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2021-04-15T02:42:17.769Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-15T02:42:21.113Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: requestDB ...] 2021-04-15T02:42:21.354Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-15T02:42:22.550Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-15T02:42:22.567Z||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$$16709812.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-15T02:42:22.568Z||main|||||WARN|500||The sdc end point is not alive 2021-04-15T02:42:23.655Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context 2021-04-15T02:42:25.557Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 2021-04-15T02:42:26.705Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-15T02:42:27.687Z||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-15T02:42:29.640Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T02:42:29.641Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T02:42:29.649Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T02:42:29.703Z||main|||||INFO|500||Started Application in 23.948 seconds (JVM running for 24.83) 2021-04-15T02:42:29.706Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T02:42:29.811Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14a5b630-4a60-46e0-98ff-28aca60b0946 url= /sdc/v1/artifactTypes 2021-04-15T02:42:29.812Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T02:42:30.929Z||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.33.48] 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-15T02:42:30.933Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44ab356d 2021-04-15T02:42:30.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T02:42:30.941Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T02:42:30.943Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T02:42:30.945Z||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-15T02:42:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T02:43:19.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T02:43:19.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T02:43:19.639Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T02:43:19.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T02:43:19.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 646467c8-7573-499b-9e7e-2ca450c72823 url= /sdc/v1/artifactTypes 2021-04-15T02:43:19.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T02:43:20.724Z||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.33.48] 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-15T02:43:20.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5632bb1e 2021-04-15T02:43:20.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T02:43:20.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T02:43:20.726Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T02:43:20.726Z||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-15T02:44:09.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T02:44:09.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T02:44:09.639Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T02:44:09.644Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T02:44:09.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43708032-d531-4ccf-a74e-8ebb0f64fc13 url= /sdc/v1/artifactTypes 2021-04-15T02:44:09.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T02:44:10.704Z||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.33.48] 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-15T02:44:10.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6580e93a 2021-04-15T02:44:10.705Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-15T02:44:10.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-15T02:44:10.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-15T02:44:10.706Z||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-15T02:44:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T02:44:59.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T02:44:59.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T02:44:59.639Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T02:44:59.643Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T02:44:59.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c630d87-d577-4f36-ab63-33c5ab31758d url= /sdc/v1/artifactTypes 2021-04-15T02:44:59.656Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T02:44:59.910Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-04-15T02:44:59.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55c402b8 2021-04-15T02:44:59.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-04-15T02:44:59.911Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-04-15T02:44:59.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-04-15T02:44:59.912Z||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-15T02:45:49.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-15T02:45:49.639Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-15T02:45:49.640Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-15T02:45:49.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-15T02:45:49.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6384c5c5-44d2-4314-b486-084e73e669cd url= /sdc/v1/artifactTypes 2021-04-15T02:45:49.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-15T02:45:50.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-15T02:45:50.014Z||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-15T02:45:50.032Z||scheduling-1|||||DEBUG|500||create keys 2021-04-15T02:45:50.038Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-15T02:45:50.097Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:45:50.118Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9541a849-3e32-4873-8fb1-3b1d5fa79a13 url= /sdc/v1/registerForDistribution 2021-04-15T02:45:50.325Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9541a849-3e32-4873-8fb1-3b1d5fa79a13 url= /sdc/v1/registerForDistribution 2021-04-15T02:45:50.325Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-15T02:45:50.333Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:45:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:45:50.337Z||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-15T02:45:50.338Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:45:50.338Z||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-15T02:45:50.338Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:45:50.339Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-15T02:46:00.617Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:46:00.629Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:46:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T02:46:50.332Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:46:50.333Z||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-15T02:46:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:46:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:46:50.334Z||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-15T02:46:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:46:59.929Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:46:59.934Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:47:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T02:47:50.332Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:47:50.333Z||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-15T02:47:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:47:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:47:50.386Z||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-15T02:47:50.386Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:47:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T02:47:59.930Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:48:00.027Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:48:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T02:48:50.332Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:48:50.333Z||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-15T02:48:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:48:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:48:50.335Z||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-15T02:48:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:48:59.932Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:48:59.933Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:49:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T02:49:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:49:50.332Z||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-15T02:49:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:49:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:49:50.337Z||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-15T02:49:50.337Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:49:59.922Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:49:59.923Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:50:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:50:50.333Z||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-15T02:50:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:50:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:50:50.335Z||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-15T02:50:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:50:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T02:50:59.960Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:50:59.969Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:51:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:51:50.332Z||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-15T02:51:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:51:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:51:50.334Z||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-15T02:51:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:51:59.883Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:51:59.884Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:52:19.906Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-15T02:52:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T02:52:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:52:50.332Z||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-15T02:52:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:52:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:52:50.335Z||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-15T02:52:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:52:59.883Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:52:59.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:53:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:53:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:53:50.338Z||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-15T02:53:50.338Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:53:50.338Z||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-15T02:53:50.339Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:53:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T02:53:59.940Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:54:00.040Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:54:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T02:54:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:54:50.332Z||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-15T02:54:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:54:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:54:50.335Z||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-15T02:54:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:54:59.881Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:54:59.883Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:55:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:55:50.335Z||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-15T02:55:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:55:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:55:50.337Z||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-15T02:55:50.337Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:55:59.942Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:55:59.943Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:56:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:56:50.332Z||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-15T02:56:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:56:50.334Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:56:50.334Z||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-15T02:56:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:56:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T02:56:59.933Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:56:59.933Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:57:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T02:57:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:57:50.332Z||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-15T02:57:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:57:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:57:50.334Z||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-15T02:57:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:57:59.920Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:57:59.927Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:58:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T02:58:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:58:50.333Z||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-15T02:58:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:58:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:58:50.334Z||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-15T02:58:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:58:59.925Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:58:59.930Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:59:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T02:59:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:59:50.332Z||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-15T02:59:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:59:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T02:59:50.334Z||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-15T02:59:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T02:59:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T02:59:59.875Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T02:59:59.881Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:00:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:00:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:00:50.332Z||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-15T03:00:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:00:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:00:50.334Z||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-15T03:00:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:00:59.876Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:00:59.877Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:01:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:01:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:01:50.332Z||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-15T03:01:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:01:50.334Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:01:50.334Z||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-15T03:01:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:01:59.876Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:01:59.883Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:02:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:02:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:02:50.333Z||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-15T03:02:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:02:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:02:50.335Z||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-15T03:02:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:02:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:02:59.931Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:02:59.932Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:03:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:03:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:03:50.332Z||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-15T03:03:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:03:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:03:50.334Z||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-15T03:03:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:03:59.876Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:03:59.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:04:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:04:50.332Z||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-15T03:04:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:04:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:04:50.334Z||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-15T03:04:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:04:59.875Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:04:59.929Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:05:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:05:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:05:50.332Z||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-15T03:05:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:05:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:05:50.334Z||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-15T03:05:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:05:59.927Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:05:59.927Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:06:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:06:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:06:50.333Z||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-15T03:06:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:06:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:06:50.334Z||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-15T03:06:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:06:59.945Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:06:59.956Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:07:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:07:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:07:50.332Z||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-15T03:07:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:07:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:07:50.334Z||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-15T03:07:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:07:59.879Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:07:59.926Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:08:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:08:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:08:50.333Z||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-15T03:08:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:08:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:08:50.334Z||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-15T03:08:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:08:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:08:59.927Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:08:59.941Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:09:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:09:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:09:50.333Z||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-15T03:09:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:09:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:09:50.334Z||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-15T03:09:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:09:59.924Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:09:59.925Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:10:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:10:50.333Z||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-15T03:10:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:10:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:10:50.334Z||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-15T03:10:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:10:59.924Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:10:59.926Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:11:14.642Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:11:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:11:50.333Z||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-15T03:11:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:11:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:11:50.334Z||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-15T03:11:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:11:59.880Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:11:59.881Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:12:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:12:50.332Z||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-15T03:12:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:12:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:12:50.334Z||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-15T03:12:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:12:59.875Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:12:59.876Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:13:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:13:50.333Z||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-15T03:13:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:13:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:13:50.334Z||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-15T03:13:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:13:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:13:59.876Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:13:59.878Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:14:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:14:50.332Z||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-15T03:14:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:14:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:14:50.337Z||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-15T03:14:50.338Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:14:59.879Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:14:59.928Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:15:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:15:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:15:50.332Z||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-15T03:15:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:15:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:15:50.334Z||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-15T03:15:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:15:59.873Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:15:59.939Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:16:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:16:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:16:50.332Z||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-15T03:16:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:16:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:16:50.335Z||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-15T03:16:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:16:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T03:16:59.926Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:16:59.931Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:17:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:17:50.332Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:17:50.332Z||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-15T03:17:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:17:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:17:50.335Z||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-15T03:17:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:17:59.881Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:17:59.886Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:18:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:18:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:18:50.332Z||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-15T03:18:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:18:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:18:50.335Z||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-15T03:18:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:18:59.875Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:18:59.887Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:19:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:19:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:19:50.332Z||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-15T03:19:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:19:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:19:50.334Z||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-15T03:19:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:19:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:19:59.874Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:19:59.877Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:20:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:20:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:20:50.332Z||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-15T03:20:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:20:50.334Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:20:50.334Z||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-15T03:20:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:20:59.867Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:20:59.875Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:21:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:21:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:21:50.332Z||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-15T03:21:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:21:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:21:50.334Z||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-15T03:21:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:21:59.878Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:21:59.878Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:22:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:22:50.332Z||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-15T03:22:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:22:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:22:50.334Z||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-15T03:22:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:22:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:22:59.874Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:22:59.877Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:23:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:23:50.333Z||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-15T03:23:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:23:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:23:50.334Z||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-15T03:23:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:23:59.879Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:23:59.923Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:24:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:24:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:24:50.332Z||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-15T03:24:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:24:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:24:50.334Z||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-15T03:24:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:24:59.922Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:24:59.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:25:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:25:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:25:50.332Z||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-15T03:25:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:25:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:25:50.334Z||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-15T03:25:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:25:59.925Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:25:59.928Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:26:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:26:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:26:50.332Z||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-15T03:26:50.332Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:26:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:26:50.335Z||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-15T03:26:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:26:59.872Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:26:59.929Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:27:29.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:27:50.332Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:27:50.333Z||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-15T03:27:50.333Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:27:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:27:50.334Z||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-15T03:27:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:27:50.637Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:27:50.639Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.639Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "multicloud-k8s-id", "timestamp": 1618457239002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457243893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457240717, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.691Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "dcae-sch", "timestamp": 1618457239281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "multicloud-k8s-id", "timestamp": 1618457239002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457243893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457240717, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "dcae-sch", "timestamp": 1618457239281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "cds", "timestamp": 1618457246420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.693Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457247300, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "cds", "timestamp": 1618457246420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "aai-ml", "timestamp": 1618457248303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.694Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "policy-id", "timestamp": 1618457248632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "cds", "timestamp": 1618457249740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.695Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "multicloud-windriver-id", "timestamp": 1618457249309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.696Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "aai-ml", "timestamp": 1618457248303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.696Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.696Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457250070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:27:50.697Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "policy-id", "timestamp": 1618457248632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.697Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.697Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "cds", "timestamp": 1618457250755, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-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-15T03:27:50.827Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e 2021-04-15T03:27:50.850Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:27:50.877Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.878Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "multicloud-windriver-id", "timestamp": 1618457249309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.878Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.878Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.878Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457251075, "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-15T03:27:50.891Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e 2021-04-15T03:27:50.891Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:27:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "aai-ml", "timestamp": 1618457251823, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "policy-id", "timestamp": 1618457252208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "policy-id", "timestamp": 1618457253216, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:27:50.904Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "policy-id", "timestamp": 1618457254220, "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-15T03:27:50.910Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e 2021-04-15T03:27:50.910Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:27:50.920Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.921Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "clamp", "timestamp": 1618457254904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:50.921Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.921Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "clamp", "timestamp": 1618457254904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "aai-ml", "timestamp": 1618457259322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.922Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "aai-ml", "timestamp": 1618457260331, "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-15T03:27:50.927Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e 2021-04-15T03:27:50.927Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:27:50.936Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:27:50.936Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "clamp", "timestamp": 1618457269418, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:27:50.937Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:27:51.010Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:27:51.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-15T03:27:51.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f83e8e1c-824d-47f8-853b-9e706c39841e","serviceName":"vFW 2021-04-15 03-24-48","serviceVersion":"1.0","serviceUUID":"cb84f451-3298-4b90-a405-f78be12e4cd9","serviceDescription":"catalog service description","serviceInvariantUUID":"87f3fee2-a426-4163-b424-dff1dfaf2b96","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20210415032448-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml","artifactChecksum":"MzYyOWRlZjVmMmYxMTAzYjM0MmJiMmVkMzZjMzZkOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fbfb49d-26a4-4eb9-b7ae-83a1e1fdbe25","artifactVersion":"1"},{"artifactName":"service-Vfw20210415032448-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar","artifactChecksum":"MTJiZmYxM2Q3YWZkOTRlY2JiNWUyYzNjZWM4NjY5YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"946d3f8e-cd76-462f-a811-a8c6c25bcba3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:27:51.016Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:27:51.020Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:27:51.026Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:27:51.027Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457270332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:27:51.127Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-15T03:27:51.131Z||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-15T03:27:51.131Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:27:51.144Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:27:51.145Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:27:52.031Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:27:52.031Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:27:52.033Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:27:52.033Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457270332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:27:52.133Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:27:52.134Z||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-15T03:27:52.134Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:27:52.145Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:27:52.145Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:27:53.035Z||pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "serviceName": "vFW 2021-04-15 03-24-48", "serviceVersion": "1.0", "serviceUUID": "cb84f451-3298-4b90-a405-f78be12e4cd9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "87f3fee2-a426-4163-b424-dff1dfaf2b96", "resources": [], "serviceArtifacts": [ { "artifactName": "service-Vfw20210415032448-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "artifactChecksum": "MTJiZmYxM2Q3YWZkOTRlY2JiNWUyYzNjZWM4NjY5YzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "946d3f8e-cd76-462f-a811-a8c6c25bcba3" } ], "workloadContext": "Production" } 2021-04-15T03:27:53.036Z||pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0 2021-04-15T03:27:53.036Z||pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cb84f451-3298-4b90-a405-f78be12e4cd9 ASDC 2021-04-15T03:27:53.128Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f83e8e1c-824d-47f8-853b-9e706c39841e ServiceName:vFW 2021-04-15 03-24-48 ServiceVersion:1.0 ServiceUUID:cb84f451-3298-4b90-a405-f78be12e4cd9 ServiceInvariantUUID:87f3fee2-a426-4163-b424-dff1dfaf2b96 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210415032448-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar ArtifactUUID:946d3f8e-cd76-462f-a811-a8c6c25bcba3 ArtifactChecksum:MTJiZmYxM2Q3YWZkOTRlY2JiNWUyYzNjZWM4NjY5YzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: } 2021-04-15T03:27:53.128Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb84f451-3298-4b90-a405-f78be12e4cd9 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-15T03:27:53.205Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:27:53.207Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-15T03:27:53.208Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-15T03:27:53.209Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 946d3f8e-cd76-462f-a811-a8c6c25bcba3 from URL: /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar 2021-04-15T03:27:53.209Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-15T03:27:53.211Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar 2021-04-15T03:27:53.421Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-15T03:27:53.429Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar 946d3f8e-cd76-462f-a811-a8c6c25bcba3 45795 2021-04-15T03:27:53.434Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar ASDC sendASDCNotification 2021-04-15T03:27:53.434Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar 2021-04-15T03:27:53.435Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:27:53.435Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:27:53.438Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:27:53.438Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457273430, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:27:53.538Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:27:53.539Z||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-15T03:27:53.539Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:27:53.549Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:27:53.549Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:27:54.439Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:27:54.441Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-15T03:27:54.442Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 946d3f8e-cd76-462f-a811-a8c6c25bcba3, URL: /sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar to file: /app/ASDC/1/service-Vfw20210415032448-csar.csar 2021-04-15T03:27:54.442Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210415032448-csar.csar 2021-04-15T03:27:54.575Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210415032448-csar.csar 2021-04-15T03:27:54.575Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210415032448-csar.csar 2021-04-15T03:27:54.916Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2135299624353986667/Definitions/service-Vfw20210415032448-template.yml 2021-04-15T03:27:55.619Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:27:55.630Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.631Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.634Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-15T03:27:55.635Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.640Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.641Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:27:55.642Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-15 03-24-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:27:55.642Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-15 03-24-48 Description:catalog service description Model UUID:cb84f451-3298-4b90-a405-f78be12e4cd9 Model Version:NULL Model InvariantUuid:87f3fee2-a426-4163-b424-dff1dfaf2b96 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-15T03:27:55.660Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||ERROR|500||Service Model contains no resources. 2021-04-15T03:27:55.660Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:27:55.752Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:27:55.755Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:27:55.755Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:28:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T03:28:25.756Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:28:25.767Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:28:25.771Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:28:25.771Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:28:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:28:50.335Z||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-15T03:28:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:28:50.361Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:28:50.362Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:28:50.362Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "clamp", "timestamp": 1618457270512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:28:50.364Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:28:55.772Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:28:55.783Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:28:55.787Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:28:55.787Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:28:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:29:25.788Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:29:25.798Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:29:25.802Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:29:25.802Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:29:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T03:29:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:29:50.335Z||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-15T03:29:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:29:50.857Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:29:50.862Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.862Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457270332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.863Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.863Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.863Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "clamp", "timestamp": 1618457271516, "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-15T03:29:50.890Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f83e8e1c-824d-47f8-853b-9e706c39841e 2021-04-15T03:29:50.891Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457270332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.902Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.902Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457273430, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415032448/1.0/artifacts/service-Vfw20210415032448-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.902Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.903Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.904Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.905Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.906Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.907Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:29:50.908Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.908Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.908Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.909Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.909Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.909Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.910Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:29:50.911Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457269309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.912Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457268632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457273893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.913Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.914Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457276419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.915Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457283808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457283822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.916Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457284111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.917Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457284928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457284898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457278303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.918Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457279002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457285891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.919Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.920Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "policy-id", "timestamp": 1618457285901, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-15T03:29:50.934Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:50.935Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:50.969Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.970Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "cds", "timestamp": 1618457285936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-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-15T03:29:50.974Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:50.974Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "dcae-sch", "timestamp": 1618457279281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.983Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.983Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457285975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457286603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:50.984Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457286979, "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-15T03:29:50.990Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:50.990Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457280715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:51.000Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.000Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:51.001Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457287607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.001Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.001Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457287710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.002Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:51.002Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.002Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457288718, "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-15T03:29:51.007Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:51.007Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:51.017Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.017Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457289007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.017Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457289198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.018Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-windriver-id", "timestamp": 1618457289722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457290784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.019Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457290908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457284904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:29:51.020Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.021Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457292030, "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-15T03:29:51.026Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:51.026Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:51.034Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457292234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-k8s-id", "timestamp": 1618457293033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.035Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457293239, "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-15T03:29:51.042Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:51.042Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:51.048Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.048Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457293595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:29:51.048Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.048Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.049Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457294243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:29:51.049Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.049Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.049Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "aai-ml", "timestamp": 1618457294605, "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-15T03:29:51.053Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:51.053Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457304693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:29:51.063Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.063Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457305797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:29:51.064Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:29:51.064Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:29:51.064Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "clamp", "timestamp": 1618457306800, "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-15T03:29:51.069Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a91a08c2-7b27-4d5d-973f-e7e4e2d67074 2021-04-15T03:29:51.069Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:29:55.802Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:29:55.813Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:29:55.817Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:29:55.817Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:30:25.818Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:30:25.886Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:30:25.891Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:30:25.891Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:30:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:30:50.335Z||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-15T03:30:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:30:55.892Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:30:55.904Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:30:55.908Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:30:55.908Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:30:59.878Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:31:25.908Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:31:25.920Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:31:25.925Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:31:25.925Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:31:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:31:50.334Z||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-15T03:31:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:31:55.925Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:31:55.938Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:31:55.987Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:31:55.988Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:31:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:31:59.877Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:32:25.988Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:32:25.999Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:32:26.004Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:32:26.004Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:32:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:32:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:32:50.335Z||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-15T03:32:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:32:56.004Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-04-15T03:32:56.005Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f83e8e1c-824d-47f8-853b-9e706c39841e 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-15T03:32:56.013Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f83e8e1c-824d-47f8-853b-9e706c39841e and serviceModelVersionId: cb84f451-3298-4b90-a405-f78be12e4cd9 2021-04-15T03:32:56.013Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87f3fee2-a426-4163-b424-dff1dfaf2b96 2021-04-15T03:32:59.882Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:02.830Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0 2021-04-15T03:33:03.066Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:33:03.563Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|INFO|500||Invoke 2021-04-15T03:33:03.565Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f83e8e1c-824d-47f8-853b-9e706c39841e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83627f44-9f67-41e5-b234-e28028c4c66c], X-ECOMP-RequestID=[f83e8e1c-824d-47f8-853b-9e706c39841e], X-TransactionId=[], X-ONAP-RequestID=[f83e8e1c-824d-47f8-853b-9e706c39841e], Content-Type=[application/merge-patch+json]} 2021-04-15T03:33:03.690Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-15T03:33:04.104Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?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/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-03:33:03:698-40063], vertex-id=[200816], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:33:03 GMT], Content-Type=[application/json]} 2021-04-15T03:33:04.106Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:33:04.107Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/87f3fee2-a426-4163-b424-dff1dfaf2b96/model-vers/model-ver/cb84f451-3298-4b90-a405-f78be12e4cd9?depth=0|INFO|500||InvokeReturn 2021-04-15T03:33:04.109Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:33:04.109Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 2021-04-15T03:33:04.110Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||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-15T03:33:04.189Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||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-15T03:33:04.197Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f83e8e1c-824d-47f8-853b-9e706c39841e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-04-15T03:33:04.198Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-15T03:33:04.198Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:04.200Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:04.200Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457584197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-04-15T03:33:04.300Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:04.302Z||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-15T03:33:04.302Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:04.313Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:04.314Z||pool-7-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-15T03:33:05.293Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:33:05.294Z||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-15T03:33:05.294Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:09.573Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:09.574Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:33:09.574Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a91a08c2-7b27-4d5d-973f-e7e4e2d67074","serviceName":"basic_onboard_KEgjUV","serviceVersion":"1.0","serviceUUID":"42ffe2fd-1696-41db-85d0-1714473e5921","serviceDescription":"service","serviceInvariantUUID":"0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a","resources":[{"resourceInstanceName":"basic_onboard_KEgjUV 0","resourceName":"basic_onboard_KEgjUV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ddf2627-afb7-47f3-ad16-e8f011178cae","resourceInvariantUUID":"513c53de-fe23-4df3-8f7f-c9fa6202be5c","resourceCustomizationUUID":"8e4e7333-572c-484e-89a1-76acfa406c8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml","artifactChecksum":"YTY0ZWQ2YTVkNGZiM2Y3MjM0YzJmMzU1NmVhM2RlZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f343b40-f11e-49e9-b737-da06848bef5a","artifactVersion":"1"},{"artifactName":"basic_onboard_kegjuv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json","artifactChecksum":"NzVkMDdhYTYwYmEwMWU3NDk0NDc4YWZiMTM5ZTg3NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80235525-4eae-4e7d-8a30-59cf36f87dfd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"066fa51f-9386-4de9-be95-bbf2b0a64b99","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d663838b-62bc-4858-8fc3-47f721084ab4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"96d1ed12-2fdc-4102-a3b3-8c5b11ec197f","artifactVersion":"2","generatedFromUUID":"066fa51f-9386-4de9-be95-bbf2b0a64b99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKegjuv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml","artifactChecksum":"NzhlMDBlOTkyMjVhMjcwNmQxMzAwZWVmNjIxNzI2ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e197174c-0454-4524-8565-627842edf4fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKegjuv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar","artifactChecksum":"NWRhOTg2MGQ3MWFmYzAxNDFkY2ZiYTlkNzZkNzUyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5c3b705-5a13-4ab0-a32a-1fb106904b1e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:33:09.578Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:09.578Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:09.580Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:09.580Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:33:09.681Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:09.681Z||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-15T03:33:09.681Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:09.697Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:09.698Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:33:10.581Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:10.582Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:10.583Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:10.583Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:33:10.683Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T03:33:10.684Z||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-15T03:33:10.684Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:10.696Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:10.696Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:11.584Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:11.585Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:11.586Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:11.586Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:33:11.686Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:11.687Z||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-15T03:33:11.687Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:11.698Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:11.699Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:12.587Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:12.588Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:12.590Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:12.590Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:33:12.690Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:12.691Z||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-15T03:33:12.691Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:12.702Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:12.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:13.591Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:13.591Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:13.593Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:13.593Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:33:13.693Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:13.694Z||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-15T03:33:13.694Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:13.706Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:13.707Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:14.594Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:14.595Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:14.597Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:14.597Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:33:14.697Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:14.698Z||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-15T03:33:14.698Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:14.709Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:14.709Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:33:15.597Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:33:15.598Z||pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:15.599Z||pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:15.600Z||pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:33:15.700Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:15.701Z||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-15T03:33:15.701Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:15.712Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:15.712Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:33:16.601Z||pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "serviceName": "basic_onboard_KEgjUV", "serviceVersion": "1.0", "serviceUUID": "42ffe2fd-1696-41db-85d0-1714473e5921", "serviceDescription": "service", "serviceInvariantUUID": "0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a", "resources": [ { "resourceInstanceName": "basic_onboard_KEgjUV 0", "resourceCustomizationUUID": "8e4e7333-572c-484e-89a1-76acfa406c8d", "resourceName": "basic_onboard_KEgjUV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7ddf2627-afb7-47f3-ad16-e8f011178cae", "resourceInvariantUUID": "513c53de-fe23-4df3-8f7f-c9fa6202be5c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_kegjuv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "artifactChecksum": "NzVkMDdhYTYwYmEwMWU3NDk0NDc4YWZiMTM5ZTg3NWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80235525-4eae-4e7d-8a30-59cf36f87dfd", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "066fa51f-9386-4de9-be95-bbf2b0a64b99", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "96d1ed12-2fdc-4102-a3b3-8c5b11ec197f", "generatedFromUUID": "066fa51f-9386-4de9-be95-bbf2b0a64b99" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "96d1ed12-2fdc-4102-a3b3-8c5b11ec197f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKegjuv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "artifactChecksum": "NWRhOTg2MGQ3MWFmYzAxNDFkY2ZiYTlkNzZkNzUyNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5c3b705-5a13-4ab0-a32a-1fb106904b1e" } ], "workloadContext": "Production" } 2021-04-15T03:33:16.601Z||pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:33:16.602Z||pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42ffe2fd-1696-41db-85d0-1714473e5921 ASDC 2021-04-15T03:33:16.651Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a91a08c2-7b27-4d5d-973f-e7e4e2d67074 ServiceName:basic_onboard_KEgjUV ServiceVersion:1.0 ServiceUUID:42ffe2fd-1696-41db-85d0-1714473e5921 ServiceInvariantUUID:0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKegjuv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar ArtifactUUID:f5c3b705-5a13-4ab0-a32a-1fb106904b1e ArtifactChecksum:NWRhOTg2MGQ3MWFmYzAxNDFkY2ZiYTlkNzZkNzUyNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_KEgjUV 0 ResourceCustomizationUUID:8e4e7333-572c-484e-89a1-76acfa406c8d ResourceInvariantUUID:513c53de-fe23-4df3-8f7f-c9fa6202be5c ResourceName:basic_onboard_KEgjUV ResourceType:VF ResourceUUID:7ddf2627-afb7-47f3-ad16-e8f011178cae ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_kegjuv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json ArtifactUUID:80235525-4eae-4e7d-8a30-59cf36f87dfd ArtifactChecksum:NzVkMDdhYTYwYmEwMWU3NDk0NDc4YWZiMTM5ZTg3NWI= 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/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml ArtifactUUID:066fa51f-9386-4de9-be95-bbf2b0a64b99 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/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env ArtifactUUID:96d1ed12-2fdc-4102-a3b3-8c5b11ec197f 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/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env ArtifactUUID:96d1ed12-2fdc-4102-a3b3-8c5b11ec197f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T03:33:16.652Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42ffe2fd-1696-41db-85d0-1714473e5921 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-15T03:33:16.770Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: f5c3b705-5a13-4ab0-a32a-1fb106904b1e from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:33:16.772Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:18.120Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar f5c3b705-5a13-4ab0-a32a-1fb106904b1e 70265 2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar ASDC sendASDCNotification 2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:18.124Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:33:18.125Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:18.185Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:18.185Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457598124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:18.227Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 41 ms 2021-04-15T03:33:18.228Z||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-15T03:33:18.228Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:18.238Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:18.238Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:33:19.186Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:33:19.188Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:33:19.189Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: f5c3b705-5a13-4ab0-a32a-1fb106904b1e, URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar to file: /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:19.190Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:19.190Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:19.190Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:19.448Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15808264691506525741/Definitions/service-BasicOnboardKegjuv-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-15T03:33:20.688Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:33:20.691Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:33:20.691Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.691Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KEgjUV 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-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KEgjUV 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||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-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.692Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.693Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.694Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:20.694Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:33:20.695Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:33:20.695Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.696Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.700Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.700Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is not matching search criteria 2021-04-15T03:33:20.700Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.701Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:33:20.703Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.703Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:20.703Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:20.704Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is not matching search criteria 2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T03:33:20.705Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a35d81f-a78a-4b5e-9ecd-45c3c2a3cde6 2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.706Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:20.707Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_KEgjUV Description:service Model UUID:42ffe2fd-1696-41db-85d0-1714473e5921 Model Version:NULL Model InvariantUuid:0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_KEgjUV Model UUID:1b8becbc-fa49-41b6-84bb-9f5d83cd3080 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:513c53de-fe23-4df3-8f7f-c9fa6202be5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e4e7333-572c-484e-89a1-76acfa406c8d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d40049a2-a697-4609-81b8-b7e00d75446a ModelName:BasicOnboardKegjuv..base_ubuntu18..module-0 ModelUuid:6f88bb19-db95-4725-aadb-4c98a314dc4c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6a35d81f-a78a-4b5e-9ecd-45c3c2a3cde6 ModelInvariantUuid:85be83a7-00eb-46ba-833f-6ff8f5fd049b ModelName:basic_onboard_KEgjUV-nodes.ubuntu18Cvfc ModelUuid:af43ce9e-318a-4216-8b9f-d5b4027106a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:55e6752b-41a7-44f8-aa53-b872b1d2d98c ModelInvariantUuid:c6190776-c170-4397-9f18-545c04337b00 ModelName:BasicOnboardKegjuv.compute.nodes.heat.ubuntu18 ModelUuid:2de2b0a0-b55e-48c7-997d-bf69df688acd 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-15T03:33:20.713Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ddf2627-afb7-47f3-ad16-e8f011178cae 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-15T03:33:20.719Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||basic_onboard_KEgjUV 0 2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ddf2627-afb7-47f3-ad16-e8f011178cae 2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 80235525-4eae-4e7d-8a30-59cf36f87dfd from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json 2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:33:20.725Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json 2021-04-15T03:33:22.891Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:33:22.891Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json 80235525-4eae-4e7d-8a30-59cf36f87dfd 798 2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json ASDC sendASDCNotification 2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json 2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:33:22.892Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:22.894Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:22.894Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457602892, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:22.994Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:22.995Z||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-15T03:33:22.995Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:23.008Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:23.009Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:23.895Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKegjuv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d40049a2-a697-4609-81b8-b7e00d75446a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6f88bb19-db95-4725-aadb-4c98a314dc4c", "vfModuleModelCustomizationUUID": "ec81e9f4-7414-4798-99a5-501c5a822ad2", "isBase": true, "artifacts": [ "066fa51f-9386-4de9-be95-bbf2b0a64b99", "96d1ed12-2fdc-4102-a3b3-8c5b11ec197f" ], "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-15T03:33:23.916Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKegjuv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6f88bb19-db95-4725-aadb-4c98a314dc4c VfModuleModelInvariantUUID:d40049a2-a697-4609-81b8-b7e00d75446a VfModuleModelDescription:NULL Artifacts UUID List:{ 066fa51f-9386-4de9-be95-bbf2b0a64b99 , 96d1ed12-2fdc-4102-a3b3-8c5b11ec197f } 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-15T03:33:23.920Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKegjuv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d40049a2-a697-4609-81b8-b7e00d75446a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6f88bb19-db95-4725-aadb-4c98a314dc4c", "vfModuleModelCustomizationUUID": "ec81e9f4-7414-4798-99a5-501c5a822ad2", "isBase": true, "artifacts": [ "066fa51f-9386-4de9-be95-bbf2b0a64b99", "96d1ed12-2fdc-4102-a3b3-8c5b11ec197f" ], "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-15T03:33:23.920Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKegjuv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6f88bb19-db95-4725-aadb-4c98a314dc4c VfModuleModelInvariantUUID:d40049a2-a697-4609-81b8-b7e00d75446a VfModuleModelDescription:NULL Artifacts UUID List:{ 066fa51f-9386-4de9-be95-bbf2b0a64b99 , 96d1ed12-2fdc-4102-a3b3-8c5b11ec197f } 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-15T03:33:23.920Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 066fa51f-9386-4de9-be95-bbf2b0a64b99 from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml 2021-04-15T03:33:23.921Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:33:23.921Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml 2021-04-15T03:33:24.593Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml 066fa51f-9386-4de9-be95-bbf2b0a64b99 5033 2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml 2021-04-15T03:33:24.594Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:33:24.595Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:24.597Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:24.597Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457604594, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:24.697Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:24.698Z||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-15T03:33:24.698Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:24.707Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:24.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:25.597Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 96d1ed12-2fdc-4102-a3b3-8c5b11ec197f from URL: /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env 2021-04-15T03:33:25.598Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:33:25.598Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env 2021-04-15T03:33:26.095Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:33:26.095Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env 96d1ed12-2fdc-4102-a3b3-8c5b11ec197f 909 2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env 2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:33:26.096Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:26.098Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:26.098Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457606096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:26.198Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:26.199Z||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-15T03:33:26.199Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:26.210Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:26.210Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:27.099Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 42ffe2fd-1696-41db-85d0-1714473e5921 2021-04-15T03:33:27.100Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KEgjUV 0 7ddf2627-afb7-47f3-ad16-e8f011178cae 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-15T03:33:27.198Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.198Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.199Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: 1b8becbc-fa49-41b6-84bb-9f5d83cd3080 2021-04-15T03:33:27.199Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: 1b8becbc-fa49-41b6-84bb-9f5d83cd3080 2021-04-15T03:33:27.209Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel to get resource 2021-04-15T03:33:27.234Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel 2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|INFO|500||Invoke 2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel 2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Method : GET 2021-04-15T03:33:27.235Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/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:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-TransactionID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-ECOMP-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"364a5ae1-02e7-4877-a974-0acd16f18c38"] 2021-04-15T03:33:27.236Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Request body: 2021-04-15T03:33:27.236Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-15T03:33:27.805Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-15T03:33:27.806Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-15T03:33:27.806Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Status text : OK 2021-04-15T03:33:27.806Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01pgdp7ywxfcqe1cpx1pjyeavdf338.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardKegjuv-csar.csar"", Content-MD5:"YTllODZhMWEzNTI5MzEzY2VhNDJjYWI0ZDM1OGQwMGY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"a91a08c2-7b27-4d5d-973f-e7e4e2d67074", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-15T03:33:27.826Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b8becbc-fa49-41b6-84bb-9f5d83cd3080/toscaModel|DEBUG|500||Response body: PKO�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKO�RTOSCA-Metadata/TOSCA.metaM���0D������\{���$B�����vK�����#�y�7��l W���J�E6����}Oe�� �f���c�� �:�� ��r���]�带���즞��|��g��PX|٭����a ���� 嗲��X`ܖ…~R��c�PK\�6k��PKO�R4Definitions/resource-BasicOnboardKegjuv-template.yml�Ys�������~w:r��1d��\�I�|m����4/����ʼn��ľ ح�� �Eg?���=J*�tK�u��-r=��S��<�t $�iHCi��D>T�O?1�nm��C�_.��O�ɐS&����F�m�E� ?bG2�(*�<�)�48�x(�@�2��*p�ʱ�'[�D�� =]�lK���J�/�/�T������.���� ���vw��Wd!W'��@��d�w����.���U� Y���mç�i������}�ϕ៶��E`�#���������'�Xx�#dM70���`gx��,�0�<���@Y7���S���.2`��g�)�- ē׮gEO�a�6t�D2yO��e�����㔯HP��W�[>r5��"�1��� ���K�>�&�՚A�� =����|�)- .�2�S0\�AO���\�A� ��!�7������|5ls�t��i4C�f�⩮g� "�<#��I,�M�"f+��7 �H����w~3�b�C�3��l��|��op ���Z(��/P໶5���؊&(���r ;M|�!%pu�+0�GE��pɌ"����^��i�B��bT[M2mJ�=!!^���2�>W� �ψB>庵N�ry����� a��sF�ǵ���TF�1׋�M ��@w�z�h��"�Fw$��|I�<�:= e�>M_n�W�[� ��ɶ����@��$���"���?/��$�a���*1�]l�#�4� !@&��Kx�k�kO_WW�M�4,5��+�X ,%/斐XE�# �N�[Y��5�uq �g��n���F�mw҇m!Ʉ�xq�D+D��$<���dp��H��u�})��1��č\hq Ȍ.���APmK r%� ����q������㔨���*T=��df�w�->�|�SF������<^��9U~]�̧���������ݺލn_|v�xz����.U���f�z��{����O\o��~m_^ԛ��%�����C���x����D�u�������b��^������1������{vל&�� AX���f]��ti �����������7�mɛ7X�/S�ɜ����m�'q���OΜݛ?8�ݠۗ���w}ug����w�lml���zz{�����6�׹v�.����[}��h����_g k�e�����,�|��'��p��f:�/��:yˋ�{;��xn��������oo>���zr?Y��x?�~��������P./EjW;ՙ�_6;S3�τ�1^=�ܗ��zx�����j⇨��ʙx�����+��ŗ�[���oE�į����R���n��%tw(�x���8�����o>��=�� �7^c����g�{����=\u�o�������f��VoW� �?�q12bB'�QKel��%���xWs� �u���^�& ���T�;F�!Ϸ\�� U�ck�*�� &%�'~5��.a`q�#�l�.m�;'-�y�����!��D'-�r2�̱���s[��(:k/ ����j&2���6�V�x�0�Ȇ�'B���c�M�Z%��%'����,��:�.ɑkA����%Y>����tt��XTN�9`( �1Pq��k�sgN$�f�]�G��;��qK ��va��"[9z��t���"ir ��?�^: f ׋�̇���|�|(��C~++��6����N�"�y��4�k��M4��r �@m�)HD� �GC��u"���t��KA���mS�{�OTa�8%��)*ONANQ�§[u�T���3��=�PS"m���C����A�$���=l�8�јnE[ny��W��l�����W�#��Y�}9����mRy�.�����l-�U�oŘ��R��Mo�[#B c8-L��)f�*T8\���l*D�h&��wi �K�M��-+_�V��m)��-0%����4L�Hq "��˯���혔��šuO�E@�֊yy�ږ�5��̓_���ȤeΒ�hI�~�e]�؝�� ��b~�2G�VW�0.i��#7�CF�T�}�,�ҽ�&ܧ{@�4r�jL��O�h췟�h� d����Fn��Q�0�׊�]�`Z�WU5��i*���'�R���ᖋ�.·#�/��Ҥ1�+���. �6�~X7��TLwC�[.�77׿�/Υ_w��_� " ����2C��.�y{��U�e[+ ���r�b4Ճ�Suo3 �e)�J�Ҧd���Jȃ�5u׵I͗ $�+hC�J �yH���(��P+8U'q���UV(Au �p-; ��+��" ��8x���V :*� ���J![��D2DYhD&���e���U�/�(a��H��=P&�uvt� �0۶?����� ȯK���B��G���1J^=����T�G�hou��Tk��a+QE��f��t�.��#K>Q�؁��Au=p��A~)��#.iee$.�H��i��Ӄ��$,�Bâh�� yC Uy$+�Q9L �� u WI�TZ4�r��s�T Sr��_���ls�=���T�H��{��� U���X�_��)�j�$E"{��/�d�(铐i����S�d[��t���� 诤�:9����3A��W`��2����G�{"�_ɣu�8�h�T <��kN�חR)�s( �"��,5�e�3܋F������ž��(�K��"N5D���T��'�O�;��+���W'��1ֽ����9^��� ��!��#���X�ڔ�&)l"O�(B<�AT~d�G��!Y���4���CBy$*����0����cQ'���ɬs��M���W�s'\�>���cBiƧ��q =��^r��� ������� �{��j&��x��ߛ�r53۟�X!S<�r����"�VlG�ə��{��ȹ��4���aCNٓ�iH��\h��;���hT3�[��<]]1��&�$�d�!��}*�f~7�)��X�.l���?;��*3�{�>~u!�rr�s�I=�h:�.�h��I���*��G������d���)�(~ +h��R���h2Q'`$�"C(Me0�y��³�-������HK��s'�� �wR�R<�+84��Ƞ"ǰw�Ʌ̹a��?l� /��װ(� �d�8`[�}������ ����@J�Â�h�JF4fٱG���yV�Pp�A,�N'�1��{%� ��P�,Np�M�� Ɗ(@n8Vq��ï��E3"��5�n]6l@%��0����"+����Y��¸_����۠��Σ���DqDI�%�snR�8��?^ltө�֠\` aiGxc4�5Y/���3���}��QvM��8�@-۵�M�T�j���4�B��p�ŭK'�e�f���l��"X3���1{�գ�%ݱvi�J�r��}˥�r�����mE^�� ��] |-њ�&:%���4w�{�C�%Y{��D���H���,���3�]�nLq�"��(�- �ڳҰ�މ �f&�b�lA�-53� �2L�Lzh.肯��{�}'{?��F�:�/���z?�/���5q�m{��s�Iŝ�t�@��n��g9L��%hw[��b �.��/�����?G��h�ee� �Uf�<@�m%��j �h�,*M��Eǻ��g�XQ�લs9y��>�+�#�u#]���2l���cG�z��vm���1:�ΝM��t+�̈́��]�K�>�T���iF��d���ۙ�u���v����tU��C넱��ڗ�l������[���r��/���:��?\(! �_�e��vt�m�CZ{O� s(�� ��n�י+_�٣�I�/q�v����߽�����@�aye��_����q�'�@e$���/Q��I�lk?:(c�rK�������OB���LJ�׀�A9��>�*#e���@�+��|���� f�߾��:�:�� ��#H$Ҥ}�WOy�4�=��� �d0�†/�����k>9��uU߻�W��PK�%�C��VPKO�R>Definitions/resource-BasicOnboardKegjuv-template-interface.yml�]ks�H����o�[)���L�[�z��$�8Fs�ڢZh�hl����"�B�� U� �o�9O�>�/@��E�:�E�r�9$����x� �6���PJJ���\�Q�,�Av!��� x��!{��j�������\6"�UM��'%��mcdG�F��G��T�;�cHݨru�O, �e��T��"!V $�d$cZPŦ-�`��P��r 8H�XC �vGw�,U�͡���I��С�T^B;h��6aI�9I�늉5�) i�{� ����Cעn�0h��4\� �Ղ�Q(��dS���1�-�F�.rx �H��4��N�z�$p�"� I���ƙ"[��Cd9X [:�D��i7%�fK�XoTh�L&�v�� I`+#�:kS��%�ڨ~r�m��֘�^�0�G�u5��d g��� O ^����"t�R�j�!?S$%�0 Q[1����)�l� ��]�#5�9@��2x�[P1� �;���FȢp�[4�,U�c�L�����/_��V��ٵ�H�\ |c�,;��6�A�� �(�QV)�"AP���)�b�w�q�8@��_��^�z�S���o�ڭ���Q�^ֆ��g> l�H���-������Z?�x�.+V��e��{�����C��U����ң5�N�ۧ�3�d� ����*�O������f{����L�v'ͅw�=�쌿߷{�К��âs�m�����ɬ��Z�w6V��G4{81�k`�����ڶ����M0�ú���q���tzV����1;>r��+J:������2��C�-O$ �`6RfN9+�Ê�L�B���$�T�8+m��_��j!��v��4ޟ�-��E�58G|��0��\��I�?�l��)�J�:���c�b5(1�m�4�!Z���p^��)��{�3A�"�uhΑ�b��'��L�1Y��4��IΎ=�c�n�!M ���f���F:SDs�Cc�����'��$�$lI�(����JV�q-~QI5�Z�.N��7*��!mOT��)K�-��cjʩ�uܙ�Ld�̍NJ��F=�} gO��YC�=��N��ɺ�3�*�F�C��*5�5����%�O.�|��r�b���l�|�U��.a�G,�5ȷ쥾e/F��U������L�F��I��E����Y�Ψ��I[��bW���9��j䦴2g�V����K��yB_�L ��Y��F-o'M�z}�:t=��K�X3-�!��`XHSs>d���v� +$S�'&�ʇ�����Q�n��)�5��ȋ� H�dA��;au�<�B�k=<�j�F�<�*�� �"�g �:1�.��΂Q���|��S�J�A�_���n��*�a+Qs�l�֩�|��wp_cԑ)Zmιr�z���� �XSm�|�4H�� cp$���;��x:aܱ���;J}ms`>�����LϮ���87���(I�"��ZS����^����7@���Q�U�d�Z�rn��s��G��e���O�xMd�L�[+sۓ�F�LƟ-��i�?#��%�0��s;���8g�$y���'���� A��T����-�c� ����chB ��՜${$I�ߘ*A��܂��&��d� J�V�ҙ�tL�� ��S@�U�_Ex��n�"#���^L+��ݗ��|t��,� ��ďu�H!�l`�)���X�SҧR�&2E&��wL�)0g�"���i�'o6ST��&���r���瑫�/�}ɡ1�����Dž�"m~�7 ��8���2ݯ�go!�-Z�%���?�׺߼=3d�Ӿ��j�d�t�8�I�U��g�B4�c�"|�|}�n-l�e�V����o�ݕ�u͚9����N���ֆ�0[�q`b�|wa[�5ֲioٮ�^� �"�N��wMSv��t)��x�@��%��PK(w��� t�PKO�R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{�5����77N��I^����l�:�*�����Q�>;imc��I��ȏ����%�B '��� ���\PYQ�� +d2L�g:�1��3�V�����t����s�>���������r����N�ƿ���_���� .��lp�g���� �����5�&c� ��� +g����0Cˍ(]���D?���Z)�^s-���Y�)���� ���+���|y} �-g�lb� q��*݊g���|�;�*gIo���p|B�i��l<��|�~y��%&�TtN�uv>za�Ig(gU�"y{��ү�������;@.$� �hSHR�����xa��d��T�]���15(Y��R�;�;��xat�kUKu���{![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�.�>]j�uͳ�=>x8���� �4�l�O*lb�WF�M����V�23՚H�:���-�O�>�6����:J�@����Z C!g��Y�~%8&��P��aL�!�N@�K؀�@���&� �SB�2��@5l���?׌��L0�_����KS��������@��0v�ֽ�i�eav2 �Ʒo�shApԺ��JFR��Y,CU�HPy��$�/�`[X-�]6ws Z"sQ��h\#���A*TFi�WJ��W����yOK��Z�l˶���o�d��-��rN�U���w���!,X�:��gg%�S�3�P(.� �?�X����������qJ2g��y�K�����iN�� Ե+�Pj��:�`)+�Ewu?>ܟg^w01f�׾\��R��4�N2�eP�Dn����u;���&lUmQ}��?��ץ���A?��?�G�'�4��)'h}P���6-��H ��8�zZ��(o��)d����L*��/�v�q�B%D�IU�BFg*܃�ݽ:n��p?�D�i;2ģ�z�R��{|�c���� ��n��7I�����ˇ4[�7�>���v��θ�՜: ��+�����������n��(�"K�mr�g�z�-�������N���!|������X��w�-��^Lȧ����x��J���P�z��D��2���PKl M� PKO�REDefinitions/resource-BasicOnboardKegjuvNodesUbuntu18cvfc-template.yml��r�8��_����T���o�3���q9������1������� ����W�JY@��n4�����M��4�) ��<�8�?��4�J�y�|þg.�ŅOR��_] �8�8H��~e�.-�[�-�ω�� ��j墍���Kי���*���^�dO�j��h�\l��ڻȹ����v1���'W��j�a`�8v�?o=>� tH2ˬ,H������MvL�4_�M���j0H#}��g�41��8N��$)�����x� (������8%�0~�2� �)��dV�|m%i���c��Yl�'8aܞ�1o�=��~Z��:��`��]�[~�t��4��@��&�p� ���t2�����q�-��E�����s�x��+t���8�D����B��-�U[ �� L �<�\ϫ`��D���.�����o ��ɟ��Wv�c(K 6ÐP(}��=�ޑ,����^J��5 ;�����R5ގ�ʑx���{��袛���r���Q]��l�}@�x&8�š@)ŗ�M�!�ÿa|% �,��#�Ab0aR �;ɻ{�W>��rqJ<�0��Ʀ!���fV����r0��M��400 f�37sS��V6̣IZ6����f=�H�H�4~3����Y��F�Cޘ���$�I�$sO�}h��\z���[5��y�@��h�!���3!{ �[b;�h+�l'H�^f/R�f9��$�Ԍa�v�̚L��JLٚ�y��aFp�0͙��y��W�̾a���Ą�$��b����->�J������f����U�L���L�e��j��/w��=w��!6�W���o�>��d[p�-�B��&���lj��>N�g��a�6��� V#m���a8����%�خ�����i�O@�3�ƨ��wNi� ?f0xL�Q��6�O��U��`��,��c��&�r%K���a��_m�a.`�x��_#Gb�.�w��v���FeU��B}R�j�������YM(9�����_���F���l��KJ<�>�7��@�4�fV'���0�*B��6��E5:,��z}s+��3�J�)���j�d7�84y�1��of��lw����8c����V}�μ��[hDa:1�S0g�i)�IiNd��EJ�Y�D" "n��`��)J��Fhah6l��tx#PVCUz4]�Z��0�%���Y!�W\��1��b,燔�n8�V`WK��|�p��b� �"#>M[DR:c��ќJ6fY�aH�X�X��B��u� Dx�tO�"e3�6K�O�V���J��H��l�i�=Ik�J�[Ӑ$=���E(�1FE���Y��� ;���s �w���&�T�&�!�A��S�3l4�Tsӱ3%;���9�����hM%�P� �F!����QҪ��$���=G�Y�� ��-8��Mk-�&U'ܴ�bv4;.g�E�rTo�k����kd/��kY���V֊�deY�վ[���%q�K�V�-F�����Xh��w�Z���9Ⱥ�-q-r��h�\��z�8@r�G� �/6���Ñ<��,�����L����� ����>r϶O^�,j���F�>�ظ���1=ÍC��XގkHhf�ʄ�q� ����w���?�ˇ�R�/`����W H���,K�>\�iP��ѱĬKb�FUdJ���Q �"���v�[$����ٹ��\����� ;�5�kn�i�(��2e�-��,��D�.����h}�%���m��Ju�i��xj4,�x̵�Z�f�O�2[/�%�����P4fVu3a(�"�����)z���h��rC��˱2> �b�'r�N�Ž/��^Vq�������W��0Kp:d����>���:��x \����;)�>���8Yy�lS�k���}j�Wmֆ��Ը�DZ�p�#hGr�_��"��Y��'Yĉj�N]M�QZHT���H,kV�z�wJS}�9 >y%NY��`h���n��m栨��'!��J�Ig��h)�f���2��"���|�@YM� �`%*�=U]� �_�y��i j"e�3{�1i�/z��ݜ�K:�T��?�9;��=���J$�l�5L�3F.Ct��+4tB%��]��eթp�^f+�[��?�$�����\���Ƞ�ԩ*(� l���dx�C�с�i��g���AA* ��=� �� � �U_�Q:&�{:��VzD����;S��$c�s�D�`�]���t�e]�G��z�YR.�+˿(.�(U�9�L޳���>>�d-�(�Kƙf�+��R���D�G�eN�9�F�?�O!����*�"��%�ϒ���NH�E3��ޖ~��<'�� �C�~7��*i��nkVzy�M����Ni�"g�We��d�� ]�us9�6�i,ڵP�U*J�)E�J�D% M7K��NJ��|!���MW�Tb��Bi��������ou��lC3������'���;[���Wv�pj+@8+Ge�9E��;�qA��IbZw��L�]�������CVt�L��[�Ț�+�J�_5�ꉕP�҈q�1����lUI�����U�{��rB���8W��F VqMWT>���� LPS���v9�2��ahW��4I�B�-lu���)����O�=&_e^�6EI%��"�˽%l�Q��-_�M@ѳ� G+��zMSd;c�z�E�J����L��&�>�M��9�9ء��0b�U�i�JQ���h)d��Խ�� #@p�l����K��xF� �+���y`A}��|����K�!��"�S���r{����TU@�LW�k���mĨݬI��y���Y�W��n&3�xu����fJX�,ekT&w�o��L��5[��`����Ry��k���a�|+`��O�+T{?ά�7Pa@��,a8����-ML�H&��gB��=�*��F���eʼn4�'��16�k������ռ�I��w>Q���e��L%.׵�����Hh+�Ε��p�x��?P��^z���+�"�U���X"_0R#뵎�� D�8C��Zk��(p�[�H��4� ��� ��0}�W��D�s���'菻/� a_�W O 3,����N��#⟁J��`��_%;����E��[dx��n�K��H���A�U�����=|���. �e���7K����ڤ`R �4'�7S_��^;�@��V�< Zc��4���R@o���7�ၶ���Y0��}s����b�����{�y���5��i野�<��l�1��J��t�� �t�Q�>�z�$#�e���c�zkW�ꩃ^c DL� ��/��[!]�ښЅPI5�5<�ɂ&�� �f0����w�]��!�]O <��k4�А��ޣ�=v6Nj���4���I���nR;�$�Y��2� �?��5�\j�N�"�7���d�F�!}�_T:� �$���GA !�f�e0Չ��=3 RV��,�H� �}�@/J�H�e20 �0��G(LF ����X�Y�:bU�]�~E��< R�*t�4`��G�, V�p�Rf_>�`ʐ��8`(�#&�{N�Ǧ�<|5f��MQ� �������ό��۽q-����N�N�c'�i=#����;6�8�zS�c+x>X�s�'�՝�3>�zN����l�Xj0�K �.g��*D�����c���e�^^U���9R���/�c��H�.��J����vǸ�?#�]�J�Ū�%���{V.���%�Y����j�֣g�a��"`��u�H)������+a�:�Dꘝ:�0���U��yb؀!�7F^ �W�0���qx��ɩ�5u���?��1�a� eD� �0v8���N1":3 �3{��ݙߛ2魉X9a�e���17�^�0�~�8c���Jh�83/=܅���.������u��:8e~?���;���������w Y�s�^�Ks���U���܀�E��������k��/���<:R�d S%�����O� Q�+�4;������'���,�سv����Aj6�������C�E>-״�x!�c��$�:``�o� s&�<됀�䎭�7ļz6R��qLk뀡� ��;hFz�:c�>�m��%S� �����M����Я� z�C��p��@�?��s>���:�7k�ri�n8�G�����UQ�W �BDp-1˿��~����Z|�`�%v�%q��ͯGH8����{2���x����KJ��3�'�(f�����ȥ��ۘbD$L�k܀�o��/��g���o�L �K�j2�DT�Q ��?�5�w����-u`8|��ۿ�q��U�ﶺ�mn������6M}��M����?�v%�P�[-<�"���S���HއwӦh����}�͞k�Nhe-���PKQ�]�)}PKO�R(Definitions/resource-Extcp2-template.yml�RM��0��+��m��U(�maU��,�`/U9��:vj����IIw�S�ż�f2��Xe()V\r˕4��q�lK^7� �E�FK�$�py&�i�����x�d�y�z �Rٮ�X5�[�_�6T����DU݄W Cڄ�$D(]�.lV���TuV�.�p�,���ߥ��t��k�4��+z���������׺�LQz�%�} �h��o>?�7���������-�� �cx7�M���{ ~��c̽��p��5nƶ��o�O:j�u�YgPKC�Iy�PKO�R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ +��X�<�EM���e�(qd�CKRN�_�CIV���j�"�ԾP3g�y����,�X-�0ڥ;�� �F�*%�5S2��x��3����Y��bZ���b͖��?���T 1K����~��qS���h��d�?����z�7��s?�AF���Z�J�yY=s�Ï�恞�_�5�6���=��6�]ᤦ|�߳����~&ߌ.v� M��?�0��/u� _����(S�e�A~�E`}0� �鉡���u�4�$B�-�6|m���hk�G3�PKaii �� PKO�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��� o]�M���ʚ�"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���y���-K�e� @�#ӂI��݄����j�^�J�w=_,�8�L�ˀ_� VWK�Ւ〭�l�<‰���^�f+o��u�1�o��%+0��+-l��r4�&h��m�S2�J3� *�R�נ�����e.0"�J[�[������9�xP�� JԂf�x�O���4�'���!�oo�ݣ+��3�sd�D��~/����]%�o�"F�vq1�r�Ù�L�� 9�i�.r2�� &vv�J���:���1ojg2QN�CG>hUMY-ҙ�ڿ� �d�o�e�1�a^a�>��[�cd���Si�Ηd �C9W�P;�WL����'`ݐ�\�ݲo���}�|d����w&�/x~�������{��j]�ý^L���d��j"�?/5>RՒ++ Dl��x�4��*K�ް:�1Q~��ޕ��y�l�ʕ(�se��L����cC����##9�-<�nܷ& �_�����觨L����~j��� +Yf���p���e���?mLFv+pˊe��R���~Ai͢; �J��d�T���4̬� ���|;�O p� �=��S0�[��Wk`gaF���Z딺 T��;Y%�/ϩi�0[Do���[0�a��ݬ�p�@�w>��U�]q�������n�*j��� ^UX:�$�=%Y2�_wowm�ּ��+,���o� b�b�@ST�۔���)���)�7�C� UW�����/ �4���J�Xk?�T�c˺�<�"��Wg��7����vY-4�Z���˟�_2���/��㣧)JH�؃��w5e4���ۣ�u����a�8�N,d��2�<��/0��広��� �V\Ek�|�+�m?�i�i\W��;��x�w~ <��́�!���؀�c�-����R��,H��� ��5���$TI��b�<����o@��n�y1��S�k#�C�P�L�M�<�;��ē"ɳ(�3[e�:fN�pM�������W���(vt=��n��"��Blr��*�-#�mfxFeMhq'O�7oo���������l��z�R�DSk鉟�ZK�����v�-.-��]����>�zQ�Cq�'�.�ȅ�������r-4��q���;�hR�/���.�aD����i�[��x} ˜M`�~�9Uئa��L��D�McKR����xxq��+���qo�u ����\����@a�S;M@WiC��R�e��PK˩^�PKO�R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ������&m��f��f/Ea���M�U�r�~��(ɖ���4(��!29��?? ��2�9�V�ʬw� ]��uYF����J��\_^�h! � �D�-����<���.@X&wpw�\��u��<���^,�K�x�ѯ:㛛[�|Q$ ���*��M��,YBv �k�\9WP��.U�A�uc�Rs4\�ںv~�Z���l�,�Nh����VT�^�ݲRQ�Նq�!���&��j���@�,n��S�X���L���3c5pK�T�j4��X�J�ؗ��?�O�Z�>�����P=��>/�����*G�ԔRi>\��J[��HXEY����BH*�%��RRf뒶�6��wxl2�3�(�����v��o�j�V]J�]+)��*����Jٮܱ�(���]z��&U5��� a�+xکҳҕ��w�� �ʞ�Youb��;�S5���b��5�Ԉ�p�8��nR,�~Dd��B*�F}����W�[�t�rِ }C��rlݞ�s�nzkK��p��1�����C͊�Fk�����%�rt���˗��_i;�"_w~����:�2���֤�K����0�� P@#��=�'���tS�^�0��(1�D��l�%�aR�۷}�Q&L���I��miI �fh����.BpRY�|�e;�D���{�E'�j������s� ��h����Y���{:��j��VV����p�5`�;^[p�?����`�6t�1+�[�����:/ZX�<��a$o�$H��q��@A/m�� ^�7��1L8�C�1��8x�� ��i��n�����^>:Y��8Z�����f�oC�Q�Щ覶��W�*x]ALd�qy���,���[\d�@�_kҴ'���ɀ�=�s:�E ����г�#nF��Y�Iǃ ���� ���J�x�� ���S�6��E����ך;� ǁ�(8M���x��k$������/ �?���9�8[8���� ?�2���s�j���>��ϓ�x@�<�R�Xq�jn��' sн��޻�Պ#�p�}9���zp5�ce# >� n��s�/����d�<�PK��\f;KPKO�R&Definitions/resource-Port-template.yml�SMo�0 ��W�����q�$�m��0`K���ՠ%:*K�$�ȿ���m�9�ȏ��O"�� ,��^�=ZG���6�dY)�P�l�-f%z�!�1&����_�)[�E���( �8� �����(^%�E�SVG�d��( �H�A-���a����(L����Ĕ=��G��VV�����E��;L����J`�<� ��ѱ��f7��j� �`Œ}e����#� ݜ�4���<БS���C�~�F+9a��O� s��l�P�l��r|F-�M�������<���GT��-�!}o"����c�M]�Hj3j =�Kg��Giz�X!ɴ��P* 6}j/5&4`�PA.5~J�=բ�v>^d5�N=ygM=euH����]��)����5�[bs��x�v`���-�fr:A�ۣ� k�t�}4�����/�*k*��w�]�2�*�a��Rſ��(RV�r8��f��V��>⠚C���'[e�3���| ΃�gIK���V�;1�i'�~��m݉�P���b�r��80��֢�8jE0*����~����=bǕ9 �5Y�a��� G&O�3dNWj��L�ZI��5�S�3-7���PK,�~X]ePKO�R,Definitions/resource-Globalport-template.yml�WKS9��+tK8x�{ �y!�KUp(�lmMi���*3Ҭ�1��-��� T�290i���O��*�h�!RX�� נ ~̉�GFdy �fi8 'GXʩ��#B�\S-����W�s2;G1����윏����Qt��8���&��O�J��N��t:��(M���OO�F|:>9=������%�`N~OUD��-�8�En}���k0 �!�$^��* �O�]�LauJ �Fs���7��1�� ~2j!Qz��@� e��Z�"2VS����� @r����rqC>�9Ȏ��o!j0�$�G>>�ҹV�e�E��>|8B�1}3?�G��MH,Rt��&K������Sp��[oW��C��!��+��t{�r�U��*%�q�R����e� �R��oW�#���ذ�P�$P9���,j�%(���Ǖ�+�N����VYE��J�5�EH�1U�"�7&5�S ��\�k���F��Fp�1�"W7��K"v%�˟�c���F��z�������}dZ5(]川��yuj��{R ��eW9J���K���2�B�r��K|O��>���d�=����Hm��T!m�8�b?M8���zM���7�zqA(��L��1"��I�� �҂�)�PH�=@�nc0XL���{�1qw �!+�vw��""Wu�=)¿7!�}���i��Q���&}����қ��g�R��[뼼�s/������lw�j�Q�miI��%������ Z�\�@L����{��ua,aJ��ԝ1`���ߑ��*�� �m�6�=2�;������yqG,����=ܔ���i��&��S��X�ʥX�(���!��T2 !Hvur<Ԧ&�핡�5�"�AN�7�&pw�i��&��E\q� .@� ��+k�w�k�8J$K T�]{'m�RM2�x�"��glCa�#�n!P��s�����t�~�_^~�ldk�PX��zB������{{ ���Ŷ��4�w'�=�AJo�قMJ�K\]��D���Jڢ�f�G����uު��ryG [�@�W!G��Ċ��x;r���+�H�޾|����׍�t�mޅ������?1y��k?��� ��wǏ5ހ��=�05�jc~wS�o����?%3�PK���ul�PKO�RLDefinitions/resource-BasiconboardkegjuvComputeNodesHeatUbuntu18-template.yml���n�0 �����ɂ�Y�ܺ�EQ4Z$W��� Y2���/��'Ez~~"��TtAB���VG�lhG� �s(�~0�^�7m��#(����v��Ƈ�/&�E���9�E�g�C]fuWT��x���p(E�ӭ�Sx'r�3q:av�$�u�2ѝk՝� �"�B� {A��V8��+^~��K�)"�Na�O�'�lLEE�H�^q6r�"���f��=~�@T��|9K�xq�ڰ�H����$���D�d$�cp�K|D��o���׺�}��I}��@��޾���U��0��H ������]�f�S�봡 ��ko(8�b�&q�K@hC��"���z40���6�&���ҖZ�5<8�勒�ڊ��..yo�y'����_�hB���s ��I��%�ufom�R[��GTm�]߼U�&�u#���Ǭ9��t�PK�8���pPKO�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��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�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���I lcж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��}3 aL���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���i G��^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\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKO�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKO�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKO�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKO�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKO�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKO�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKO�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ�� ��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 c c��� [�}�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�V 8bQ��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�'�#DoYi m�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�4 1K�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���/�tPKP�RJArtifacts/Informational/OTHER/VSP_basic_onboard_KEgjUV_VSP_Information.txt���o�0ǟ���7ie�Ƙ��Ju0T {�&�K�5�3�I���9v !)���>���s�s���P3���K ��9KЃ�)�������k�{�ޘ ��2M"�ӭ��D���DȤ��\[��t(�!=��]Z�2���|�:���|�1r�D%r�q�Oc/�%qˇ��FS���C'���b\k��S�&�� ���N��q�%�* "�12��L�ȳC��^wK�n ����;��:�ZH�L32�x�gg�[���8���?9I�~� d��v%�lĒ�"ha��"(�ɰ[P�D6���d������z�vH-���Ҕ�����l�z쫺~��c�l���t6�S7�ثY�:�������B���_$Y���z��IƵ�>SW�xy�lD�/V^���]�X�(P^�<8'��� �:��c��D��3�)Ӹj�Ήum�[���I2jUk�6���$7S����KԹ��4$mWփA�L;��_����$@Y�LS�Yʱ%�8L��O��~�΅Zp����&;|]����~�ޕ����A�0$n"B���m��۷��+�@�;��#:h���<�\=4^�վ�/�PK�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�PKP�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?���(lo}c��tzʣ)[B6%��q:�Ox���PK�* Б�PKO�R�R�B4E csar.metaPKO�R\�6k��kTOSCA-Metadata/TOSCA.metaPKO�R�%�C��V4EDefinitions/resource-BasicOnboardKegjuv-template.ymlPKO�R(w��� t�>�Definitions/resource-BasicOnboardKegjuv-template-interface.ymlPKO�Rl M� .�Definitions/resource-Extneutroncp-template.ymlPKO�R=(ÌM �OEu!Definitions/resource-BasicOnboardKegjuvNodesUbuntu18cvfc-template.ymlPKO�RQ�]�)}O5.Definitions/resource-BasicOnboardKegjuvNodesUbuntu18cvfc-template-interface.ymlPKO�RC�Iy�(l7Definitions/resource-Extcp2-template.ymlPKO�Raii �� )�9Definitions/resource-Compute-template.ymlPKO�R�~.m�Y/�=Definitions/resource-Securityrules-template.ymlPKO�R˩^�,�@Definitions/resource-Novaserver-template.ymlPKO�R��\f;K/3FDefinitions/resource-Globalcompute-template.ymlPKO�R,�~X]e&�JDefinitions/resource-Port-template.ymlPKO�R���ul�,|MDefinitions/resource-Globalport-template.ymlPKO�R�8���pLBRDefinitions/resource-BasiconboardkegjuvComputeNodesHeatUbuntu18-template.ymlPKO�R+�@j5��fTDefinitions/data.ymlPKO�R�'}8�Definitions/groups.ymlPKO�R0?��@ @ӐDefinitions/policies.ymlPKO�R���C&Y�Definitions/annotations.ymlPKO�R�����ȟDefinitions/relationships.ymlPKO�R 2ea� ӦDefinitions/artifacts.ymlPKO�R�H�v~(�Definitions/capabilities.ymlPKO�R8��޴Definitions/interfaces.ymlPKO�R5n���/�t׹Definitions/nodes.ymlPKP�R�, TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.906Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.907Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id 8e4e7333-572c-484e-89a1-76acfa406c8d: {\"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-15T03:33:27.908Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54d53463 2021-04-15T03:33:27.908Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.908Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:33:27.909Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec81e9f4-7414-4798-99a5-501c5a822ad2 2021-04-15T03:33:27.910Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec81e9f4-7414-4798-99a5-501c5a822ad2 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-15T03:33:27.916Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.916Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:27.916Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:33:27.917Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.917Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:27.918Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:33:27.918Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.918Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is not matching search criteria 2021-04-15T03:33:27.918Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T03:33:27.918Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T03:33:27.919Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a35d81f-a78a-4b5e-9ecd-45c3c2a3cde6 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-15T03:33:27.932Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.933Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:27.933Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:33:27.933Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.933Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Node template basic_onboard_KEgjUV 0 is matching search criteria 2021-04-15T03:33:27.934Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KEgjUV 0] matching following query criteria: sdcType=VF, customizationUUID=8e4e7333-572c-484e-89a1-76acfa406c8d 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-15T03:33:27.993Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.994Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.994Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 42ffe2fd-1696-41db-85d0-1714473e5921: basic_onboard_KEgjUV 2021-04-15T03:33:27.994Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.994Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.994Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:33:27.996Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Service basic_onboard_KEgjUV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:33:27.996Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||Saving Service: basic_onboard_KEgjUV 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-15T03:33:28.247Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KEgjUV 7ddf2627-afb7-47f3-ad16-e8f011178cae 1 ASDC deployResourceStructure 2021-04-15T03:33:28.248Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json ASDC sendASDCNotification 2021-04-15T03:33:28.248Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json 2021-04-15T03:33:28.248Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:33:28.249Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:28.250Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:28.250Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457608248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:33:28.350Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:28.351Z||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-15T03:33:28.351Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:28.361Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:28.362Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:29.251Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-15T03:33:29.252Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml 2021-04-15T03:33:29.252Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:33:29.252Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:29.253Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:29.254Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457609251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:33:29.354Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:29.355Z||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-15T03:33:29.355Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:29.395Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:29.395Z||pool-20-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:33:30.255Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-15T03:33:30.255Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env 2021-04-15T03:33:30.255Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:33:30.255Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:30.257Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:30.257Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457610255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T03:33:30.357Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:30.358Z||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-15T03:33:30.358Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:30.367Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:30.368Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:33:31.258Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar ASDC sendASDCNotification 2021-04-15T03:33:31.258Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar 2021-04-15T03:33:31.259Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:33:31.259Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:33:31.262Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:33:31.263Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457611258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:33:31.363Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:33:31.364Z||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-15T03:33:31.364Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:31.373Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:31.374Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:33:32.264Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91a08c2-7b27-4d5d-973f-e7e4e2d67074 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:33:32.274Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:33:32.279Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:33:32.280Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:33:32.280Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:33:32.280Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:33:32.280Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:33:32.293Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:33:50.334Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:33:50.335Z||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-15T03:33:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:33:50.954Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:33:50.955Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.955Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f83e8e1c-824d-47f8-853b-9e706c39841e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457584197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.956Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:33:50.985Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.985Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.985Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:33:50.985Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457585293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-15T03:33:50.986Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457598124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457602892, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457604594, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457606096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457608248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/basic_onboard_kegjuv0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.987Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457609251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457610255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/resourceInstances/basic_onboard_kegjuv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457611258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKegjuv/1.0/artifacts/service-BasicOnboardKegjuv-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:33:50.988Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:34:02.293Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a91a08c2-7b27-4d5d-973f-e7e4e2d67074 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-15T03:34:02.300Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and serviceModelVersionId: 42ffe2fd-1696-41db-85d0-1714473e5921 2021-04-15T03:34:02.300Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a 2021-04-15T03:34:02.301Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0 2021-04-15T03:34:02.306Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:34:02.418Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0|INFO|500||Invoke 2021-04-15T03:34:02.418Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a91a08c2-7b27-4d5d-973f-e7e4e2d67074], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eba4d054-6f87-4af1-8593-8db1ccf285e0], X-ECOMP-RequestID=[a91a08c2-7b27-4d5d-973f-e7e4e2d67074], X-TransactionId=[], X-ONAP-RequestID=[a91a08c2-7b27-4d5d-973f-e7e4e2d67074], Content-Type=[application/merge-patch+json]} 2021-04-15T03:34:02.437Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:34:02.810Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?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/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210415-03:34:02:443-48963], vertex-id=[204840], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:34:02 GMT], Content-Type=[application/json]} 2021-04-15T03:34:02.811Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:34:02.811Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0f9fd7f0-d6f7-4ed2-a7f4-adf99222a28a/model-vers/model-ver/42ffe2fd-1696-41db-85d0-1714473e5921?depth=0|INFO|500||InvokeReturn 2021-04-15T03:34:02.812Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:34:02.812Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:34:02.817Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:34:02.817Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a91a08c2-7b27-4d5d-973f-e7e4e2d67074 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:34:02.885Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:34:02.886Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:34:02.887Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:34:02.888Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457642885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:34:02.988Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:34:02.989Z||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-15T03:34:02.989Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:03.003Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:03.004Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T03:34:03.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:03.996Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:34:03.996Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:13.537Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:13.537Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:13.538Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:34:13.538Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:34:23.080Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:23.081Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:23.081Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:34:23.082Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:32.618Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:32.618Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:32.619Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:34:32.619Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:42.157Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:42.157Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:42.158Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:34:42.158Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:50.334Z||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-15T03:34:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:50.961Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:50.962Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-15T03:34:50.962Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a91a08c2-7b27-4d5d-973f-e7e4e2d67074", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457642885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:34:50.962Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:34:51.697Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:34:51.698Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:34:51.698Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:34:51.699Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:34:59.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:35:01.324Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:35:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T03:35:50.332Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:35:50.332Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:35:50.332Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:35:50.334Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:35:50.334Z||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-15T03:35:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:35:59.927Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:35:59.957Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:36:50.332Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:36:50.332Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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-15T03:36:50.333Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:36:50.334Z||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-15T03:36:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:50.957Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:50.958Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.959Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcebe2f2-5e4e-419e-a317-0104123fecc5","serviceName":"vFW 2021-04-15 03-33-49","serviceVersion":"1.0","serviceUUID":"aca250c2-0152-4a80-83dc-62a99dc0c9bf","serviceDescription":"catalog service description","serviceInvariantUUID":"bbbedb5f-bbe3-4336-9806-685f977a9b96","resources":[{"resourceInstanceName":"vFW 8f7fa1c2-4b01 0","resourceName":"vFW 8f7fa1c2-4b01","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f0de367-1aa1-48cf-8331-15ea1b600223","resourceInvariantUUID":"2418c3f8-b557-40d0-8619-e3a3025a82e6","resourceCustomizationUUID":"cc69aa6d-7286-4036-b48c-445ac474fdf8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml","artifactChecksum":"NWY3YjBhY2E0MmIxNzEyNTAxMGJjNmU5ZDc2OGFjMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6244b8ed-3487-4158-bddb-168a97a2d2f3","artifactVersion":"1"},{"artifactName":"vfw8f7fa1c24b010_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json","artifactChecksum":"OTkzZWMzYTIyZTU4MGIyYzVmZjQwN2JjYmNiNjE2NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2de8d6a-96e1-4178-8ccb-164bd8ec9773","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84e1ea7a-ea77-47df-99e8-02b0aaf8926a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml","artifactChecksum":"M2UwNTQ3Njg0OWY0NmRlMzc0YzJiYjlmMDg5YTkyNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc40df72-51c0-4735-8222-0d86973bbedb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8673d2bd-08ca-4d76-b96c-a0083f12f56d","artifactVersion":"2","generatedFromUUID":"84e1ea7a-ea77-47df-99e8-02b0aaf8926a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210415033349-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml","artifactChecksum":"ZmQ0NmIyNjcxYWZlOTExMWYxZDcyYTEzNTNhYTAzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cf2ab7f-4d4e-48fa-aaf5-c37a1ca73d62","artifactVersion":"1"},{"artifactName":"service-Vfw20210415033349-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar","artifactChecksum":"MWE5MTdmYTBhZGI2ODU4M2I2MzI2YTBjMDRmOGUzYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a26a23e-a5f2-4795-aa08-0c1874179e45","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:36:50.960Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:50.961Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:50.962Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:50.985Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.985Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.986Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.986Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.986Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.986Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.987Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:50.987Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.987Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.989Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOTIFIED" } 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOTIFIED" } 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T03:36:50.991Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.993Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.994Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.995Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.995Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.995Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.995Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.995Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.995Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.996Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.996Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.996Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.996Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.996Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.996Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.997Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.997Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.997Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:50.997Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.997Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.997Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457769309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:50.998Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.998Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.998Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457764904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:50.998Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.998Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.998Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457768632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:50.999Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.999Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.999Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457771419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:50.999Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:50.999Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:50.999Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457780309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.000Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOTIFIED" } 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457780722, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.001Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457780720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.002Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.003Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.003Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.003Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T03:36:51.003Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.003Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.003Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "cds", "timestamp": 1618457781730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-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-15T03:36:51.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:51.088Z||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-15T03:36:51.088Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:51.096Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.096Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 and ComponentName cds 2021-04-15T03:36:51.099Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:51.100Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-15T03:36:51.170Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.171Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457781724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.171Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.171Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOTIFIED" } 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.172Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.173Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "policy-id", "timestamp": 1618457782728, "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-15T03:36:51.178Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.178Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.190Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.190Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.190Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.190Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.190Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457782940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.191Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457784482, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.192Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.193Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.194Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T03:36:51.194Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.194Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457785497, "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-15T03:36:51.200Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.200Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.207Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.207Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.207Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.207Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457779002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "dcae-sch", "timestamp": 1618457779281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.208Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-windriver-id", "timestamp": 1618457786500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457787231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457780716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.209Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457789144, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.210Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457789224, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457783893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.211Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457790743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457790888, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.212Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457791777, "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-15T03:36:51.217Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.217Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.223Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.223Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.223Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.223Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.223Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457792189, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457792421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457792530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-k8s-id", "timestamp": 1618457792779, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457793494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457793536, "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-15T03:36:51.230Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.230Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.236Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.237Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:51.237Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.237Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.237Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "clamp", "timestamp": 1618457794497, "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-15T03:36:51.241Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.241Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.249Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.250Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457794562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.250Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.250Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.250Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457794889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.250Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.250Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.251Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457788303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:51.251Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:36:51.251Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.251Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457795897, "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-15T03:36:51.255Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.255Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.264Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.264Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457797305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:36:51.265Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.265Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.265Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457806493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:36:51.265Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:36:51.265Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:36:51.265Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "aai-ml", "timestamp": 1618457807498, "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-15T03:36:51.270Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcebe2f2-5e4e-419e-a317-0104123fecc5 2021-04-15T03:36:51.271Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:36:51.988Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:51.989Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:51.991Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:51.991Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOTIFIED" } 2021-04-15T03:36:52.091Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:52.092Z||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-15T03:36:52.092Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:52.104Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:52.104Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:36:52.992Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:52.993Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:52.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:52.995Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T03:36:53.095Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:53.095Z||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-15T03:36:53.096Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:53.106Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:53.106Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:36:53.996Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:53.996Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:53.998Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:53.998Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:54.098Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:54.099Z||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-15T03:36:54.099Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:54.108Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:54.108Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:36:54.999Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:55.000Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:55.002Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:55.002Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T03:36:55.102Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:55.103Z||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-15T03:36:55.103Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:55.112Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:55.112Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:36:56.002Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:56.003Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:56.005Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:56.005Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:36:56.105Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:56.106Z||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-15T03:36:56.106Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:56.117Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:56.117Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:36:57.005Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:36:57.006Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:57.008Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:57.008Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:36:57.108Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:36:57.109Z||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-15T03:36:57.109Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:36:57.117Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:36:57.118Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:36:58.010Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "serviceName": "vFW 2021-04-15 03-33-49", "serviceVersion": "1.0", "serviceUUID": "aca250c2-0152-4a80-83dc-62a99dc0c9bf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bbbedb5f-bbe3-4336-9806-685f977a9b96", "resources": [ { "resourceInstanceName": "vFW 8f7fa1c2-4b01 0", "resourceCustomizationUUID": "cc69aa6d-7286-4036-b48c-445ac474fdf8", "resourceName": "vFW 8f7fa1c2-4b01", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2f0de367-1aa1-48cf-8331-15ea1b600223", "resourceInvariantUUID": "2418c3f8-b557-40d0-8619-e3a3025a82e6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8f7fa1c24b010_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "artifactChecksum": "OTkzZWMzYTIyZTU4MGIyYzVmZjQwN2JjYmNiNjE2NmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e2de8d6a-96e1-4178-8ccb-164bd8ec9773", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "84e1ea7a-ea77-47df-99e8-02b0aaf8926a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8673d2bd-08ca-4d76-b96c-a0083f12f56d", "generatedFromUUID": "84e1ea7a-ea77-47df-99e8-02b0aaf8926a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8673d2bd-08ca-4d76-b96c-a0083f12f56d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210415033349-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "artifactChecksum": "MWE5MTdmYTBhZGI2ODU4M2I2MzI2YTBjMDRmOGUzYzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a26a23e-a5f2-4795-aa08-0c1874179e45" } ], "workloadContext": "Production" } 2021-04-15T03:36:58.010Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:36:58.010Z|a91a08c2-7b27-4d5d-973f-e7e4e2d67074|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aca250c2-0152-4a80-83dc-62a99dc0c9bf ASDC 2021-04-15T03:36:58.011Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:bcebe2f2-5e4e-419e-a317-0104123fecc5 ServiceName:vFW 2021-04-15 03-33-49 ServiceVersion:1.0 ServiceUUID:aca250c2-0152-4a80-83dc-62a99dc0c9bf ServiceInvariantUUID:bbbedb5f-bbe3-4336-9806-685f977a9b96 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210415033349-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar ArtifactUUID:7a26a23e-a5f2-4795-aa08-0c1874179e45 ArtifactChecksum:MWE5MTdmYTBhZGI2ODU4M2I2MzI2YTBjMDRmOGUzYzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8f7fa1c2-4b01 0 ResourceCustomizationUUID:cc69aa6d-7286-4036-b48c-445ac474fdf8 ResourceInvariantUUID:2418c3f8-b557-40d0-8619-e3a3025a82e6 ResourceName:vFW 8f7fa1c2-4b01 ResourceType:VF ResourceUUID:2f0de367-1aa1-48cf-8331-15ea1b600223 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8f7fa1c24b010_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json ArtifactUUID:e2de8d6a-96e1-4178-8ccb-164bd8ec9773 ArtifactChecksum:OTkzZWMzYTIyZTU4MGIyYzVmZjQwN2JjYmNiNjE2NmQ= 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/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml ArtifactUUID:84e1ea7a-ea77-47df-99e8-02b0aaf8926a 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/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env ArtifactUUID:8673d2bd-08ca-4d76-b96c-a0083f12f56d 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/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env ArtifactUUID:8673d2bd-08ca-4d76-b96c-a0083f12f56d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T03:36:58.011Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aca250c2-0152-4a80-83dc-62a99dc0c9bf 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-15T03:36:58.106Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:36:58.107Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:36:58.107Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:36:58.108Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a26a23e-a5f2-4795-aa08-0c1874179e45 from URL: /sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar 2021-04-15T03:36:58.108Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:36:58.108Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar 2021-04-15T03:36:59.909Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:36:59.914Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar 7a26a23e-a5f2-4795-aa08-0c1874179e45 105056 2021-04-15T03:36:59.915Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar ASDC sendASDCNotification 2021-04-15T03:36:59.915Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar 2021-04-15T03:36:59.915Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:36:59.915Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:36:59.986Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:36:59.987Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457819915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:37:00.087Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:00.087Z||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-15T03:37:00.087Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:00.097Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:00.097Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:00.987Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:37:00.989Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:37:00.989Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: 7a26a23e-a5f2-4795-aa08-0c1874179e45, URL: /sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar to file: /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:00.989Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210415033349-csar.csar 2021-04-15T03:37:00.990Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:00.990Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:01.474Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3957572896726895334/Definitions/service-Vfw20210415033349-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-15T03:37:03.200Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||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-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||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-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||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-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f7fa1c2-4b01 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.201Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f7fa1c2-4b01 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-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:37:03.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.203Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T03:37:03.204Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.205Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:37:03.206Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.206Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:03.206Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:03.206Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.206Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:03.207Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T03:37:03.208Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.209Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=53e855a4-54b1-421e-898b-b177814b5a11 2021-04-15T03:37:03.209Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.209Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:03.209Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:03.209Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T03:37:03.209Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.210Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4226e367-6880-421f-9b89-544eeea0f2df 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.211Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:03.212Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:03.213Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-15T03:37:03.213Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee9391b2-2174-4c80-b78e-8d6a2177ff36 2021-04-15T03:37:03.213Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.213Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:03.214Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-15 03-33-49 Description:catalog service description Model UUID:aca250c2-0152-4a80-83dc-62a99dc0c9bf Model Version:NULL Model InvariantUuid:bbbedb5f-bbe3-4336-9806-685f977a9b96 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8f7fa1c2-4b01 Model UUID:002198b6-a06a-489d-aecf-c1c37488015b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2418c3f8-b557-40d0-8619-e3a3025a82e6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cc69aa6d-7286-4036-b48c-445ac474fdf8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c5f10cc2-a57c-4cf4-aa79-2227f4682a4a ModelName:Vfw8f7fa1c24b01..base_vfw..module-0 ModelUuid:5eec44de-cb8f-40e2-a616-379a7e1dc3e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:53e855a4-54b1-421e-898b-b177814b5a11 ModelInvariantUuid:77e4d5bd-c9a4-4b3f-8a81-25d3b0756299 ModelName:vFW 8f7fa1c2-4b01-nodes.vfwCvfc ModelUuid:38bb32d8-a2ab-462a-815c-2bd36e227e95 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:174824c6-bbd0-4ed6-a6f2-ddc374881f7e ModelInvariantUuid:a6ef27d5-135e-4f85-be5a-c3f5c5211f32 ModelName:Vfw8f7fa1c24b01.compute.nodes.heat.vfw ModelUuid:a5fa954b-c840-4409-8d82-28517f9553af ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4226e367-6880-421f-9b89-544eeea0f2df ModelInvariantUuid:5996af67-040b-4fd6-b80a-20e04d723fb9 ModelName:vFW 8f7fa1c2-4b01-nodes.vsnCvfc ModelUuid:e1cf3448-cb2f-4f1a-ac6f-403cb369c0d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0a24d56e-6315-422d-9d4f-db3e4a73c973 ModelInvariantUuid:de006f5d-22ea-436c-b0cb-b9b6a1bbab1e ModelName:Vfw8f7fa1c24b01.compute.nodes.heat.vsn ModelUuid:5c588221-bab4-4170-bb7f-6d13517f6445 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ee9391b2-2174-4c80-b78e-8d6a2177ff36 ModelInvariantUuid:7f07caf2-3459-4673-b32f-e6ad8f794f59 ModelName:vFW 8f7fa1c2-4b01-nodes.vpgCvfc ModelUuid:80e46091-d246-4a52-b00d-e4a52506bc24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:931bdc65-08a6-4f8d-9a00-1a8026db5cdf ModelInvariantUuid:aab18749-9547-4a4d-897a-fc6dbccb4b69 ModelName:Vfw8f7fa1c24b01.compute.nodes.heat.vpg ModelUuid:d651f7ca-23cb-4a17-897a-6e6759b29a2c 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-15T03:37:03.221Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f0de367-1aa1-48cf-8331-15ea1b600223 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-15T03:37:03.223Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||vFW 8f7fa1c2-4b01 0 2021-04-15T03:37:03.224Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f0de367-1aa1-48cf-8331-15ea1b600223 2021-04-15T03:37:03.224Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: e2de8d6a-96e1-4178-8ccb-164bd8ec9773 from URL: /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json 2021-04-15T03:37:03.224Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:37:03.224Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json 2021-04-15T03:37:05.192Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:37:05.192Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json e2de8d6a-96e1-4178-8ccb-164bd8ec9773 785 2021-04-15T03:37:05.193Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json ASDC sendASDCNotification 2021-04-15T03:37:05.193Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json 2021-04-15T03:37:05.193Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:37:05.193Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:05.195Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:05.195Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457825192, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:37:05.295Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:05.296Z||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-15T03:37:05.296Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:05.306Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:05.306Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:06.195Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f7fa1c24b01..base_vfw..module-0", "vfModuleModelInvariantUUID": "c5f10cc2-a57c-4cf4-aa79-2227f4682a4a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5eec44de-cb8f-40e2-a616-379a7e1dc3e5", "vfModuleModelCustomizationUUID": "b6fd702c-94a8-4087-8530-f6778a6f49af", "isBase": true, "artifacts": [ "84e1ea7a-ea77-47df-99e8-02b0aaf8926a", "8673d2bd-08ca-4d76-b96c-a0083f12f56d" ], "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-15T03:37:06.199Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f7fa1c24b01..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5eec44de-cb8f-40e2-a616-379a7e1dc3e5 VfModuleModelInvariantUUID:c5f10cc2-a57c-4cf4-aa79-2227f4682a4a VfModuleModelDescription:NULL Artifacts UUID List:{ 84e1ea7a-ea77-47df-99e8-02b0aaf8926a , 8673d2bd-08ca-4d76-b96c-a0083f12f56d } 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-15T03:37:06.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f7fa1c24b01..base_vfw..module-0", "vfModuleModelInvariantUUID": "c5f10cc2-a57c-4cf4-aa79-2227f4682a4a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5eec44de-cb8f-40e2-a616-379a7e1dc3e5", "vfModuleModelCustomizationUUID": "b6fd702c-94a8-4087-8530-f6778a6f49af", "isBase": true, "artifacts": [ "84e1ea7a-ea77-47df-99e8-02b0aaf8926a", "8673d2bd-08ca-4d76-b96c-a0083f12f56d" ], "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-15T03:37:06.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f7fa1c24b01..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5eec44de-cb8f-40e2-a616-379a7e1dc3e5 VfModuleModelInvariantUUID:c5f10cc2-a57c-4cf4-aa79-2227f4682a4a VfModuleModelDescription:NULL Artifacts UUID List:{ 84e1ea7a-ea77-47df-99e8-02b0aaf8926a , 8673d2bd-08ca-4d76-b96c-a0083f12f56d } 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-15T03:37:06.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 84e1ea7a-ea77-47df-99e8-02b0aaf8926a from URL: /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml 2021-04-15T03:37:06.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:37:06.202Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml 2021-04-15T03:37:07.708Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:37:07.709Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml 84e1ea7a-ea77-47df-99e8-02b0aaf8926a 20368 2021-04-15T03:37:07.710Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-15T03:37:07.710Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml 2021-04-15T03:37:07.710Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:37:07.710Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:07.711Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:07.711Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457827709, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:37:07.812Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:37:07.813Z||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-15T03:37:07.813Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:07.822Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:07.823Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:08.712Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 8673d2bd-08ca-4d76-b96c-a0083f12f56d from URL: /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env 2021-04-15T03:37:08.712Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:37:08.713Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env 2021-04-15T03:37:09.427Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:37:09.428Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env 8673d2bd-08ca-4d76-b96c-a0083f12f56d 2098 2021-04-15T03:37:09.428Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-15T03:37:09.428Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env 2021-04-15T03:37:09.428Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:37:09.428Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:09.430Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:09.430Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457829428, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:37:09.530Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:09.531Z||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-15T03:37:09.532Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:09.542Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:09.543Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:10.431Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: aca250c2-0152-4a80-83dc-62a99dc0c9bf 2021-04-15T03:37:10.431Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f7fa1c2-4b01 0 2f0de367-1aa1-48cf-8331-15ea1b600223 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-15T03:37:10.450Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:10.450Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:10.450Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: 002198b6-a06a-489d-aecf-c1c37488015b 2021-04-15T03:37:10.450Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: 002198b6-a06a-489d-aecf-c1c37488015b 2021-04-15T03:37:10.451Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel to get resource 2021-04-15T03:37:10.452Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel 2021-04-15T03:37:10.452Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|INFO|500||Invoke 2021-04-15T03:37:10.453Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-15T03:37:10.453Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel 2021-04-15T03:37:10.453Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||Method : GET 2021-04-15T03:37:10.453Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/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:"bcebe2f2-5e4e-419e-a317-0104123fecc5", X-RequestID:"bcebe2f2-5e4e-419e-a317-0104123fecc5", X-TransactionID:"bcebe2f2-5e4e-419e-a317-0104123fecc5", X-ECOMP-RequestID:"bcebe2f2-5e4e-419e-a317-0104123fecc5", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"34deabea-c338-48bc-ae0e-180c958f0df3"] 2021-04-15T03:37:10.453Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||Request body: 2021-04-15T03:37:10.453Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-15T03:37:10.983Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-15T03:37:10.983Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-15T03:37:10.984Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||Status text : OK 2021-04-15T03:37:10.984Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-Vfw8f7fa1c24b01-csar.csar"", Content-MD5:"Yjg0MTA5MjQ2ZjdkYjU3MzA3NzUyYWI5NDgyOWMzNmE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"bcebe2f2-5e4e-419e-a317-0104123fecc5", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-15T03:37:11.000Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||Response body: PKo�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKo�RTOSCA-Metadata/TOSCA.metaM�M� ���� Њ1Ѱ��;5���� �Qn/�.ߗ�7�G;�+2������Od��6Ž�cM�����H 9�"G q&�U��y���ȕ�3���s[p߃�;��v��h���J��7�h�\ w��6#����8����$�PKo ��PKp�R1Definitions/resource-Vfw8f7fa1c24b01-template.yml�]�s�8�߿��ݭ�� s˛c;�7��-���"Ɯ��,0�8�����8ǧv�j+�Ւ�[��D��c� �0 �(�� I�?^kY�* 7�5�����6l� ��ɜ׿hZ�$t������fZ�› ݝN�5���bf,u0q&cs�,L0�����i,�Lw�3G�K_w���M��b16�.,9�Zۿ��-�y���[�؀o|�zI��r^� ��DK� {t�m���y,�=m!���🞓�U�<��ށ$���;�~|�Y����ƻ��9�ך57\#p}�XB���]����` ����1��y�1���r�q��믿����,}���E�U�FUӂp )�FO�5|�F��Q=,�{��q�5��f�yY4k'��p�(�xQ^%�Y�xR�����k5yxVq�(� �x)�q�W1Pzg��0�@8h�[������ 紮�n��$�.AF$X��@V�jSx��]g <��7"��DT���aQ����S!1���tx"cu�*�g,�ڎ��[��T��ȋ7�d���8bC��Ӣf��{X���J�wn@-!yb��4͑��M�|����9���^�D�5�5Ym�rZ��6�X�`�r�6����-�����N�h���ޖ3�TF��L>�2�]���v��[E;*��j��nmWJ��]��8��F6��F�hGed[-��4R�4j�8��z������/����N� �w�2�e���I��E�pk��Rȝ ��:{�Ksd�#c<2���m�EA�(�VU���*(jW����7��=8������*>�'�3����r�ɠ�����yb�c�=߆ xt������O��Z�SP�.��`�����=�vg��n������G��_'����˓������s�1�?�m��Z�������8�#�fN����Qo\����7���ݹ�I��w`�>�髻7]�j��_>]�.�r�Eg$oB+�b6@�k�B�6P�C�C����o���s׏��˓+�������������ݕ �Eu��0{�ޡ��D���'JK� A����<�������Đ��k��R�I����N�6�p�e��~�*/;�#g;��� C�q�iw�iR,��%�����*�S���Kځ�t���_� $�^�']�1���2f� y;�8�>�^e�����䲦��d{�83�К�$[�K6Z�DY���9������haW���X#Q�ĺP����ɹV5�\��lW����ƍ�� H��F���4����W����%;�� ��(��r�¨�R�.� �U�;i�Mm,nˆ%��Nh�eflH�_����i7����d���|u}qr{^-G�B*�V��\�Ҷ�hN���^�*�Z�ˮ$��2�,�~� �f�,&�y�Z��?��C7�"P�:6g4��8A7�?� v��@V����?Z�$�Տߵ���A��S΃���Y�8�탣�6��\�`ُo���"g��r�^�VԶN���I�mPЯ=��s��{�� V����r.�<y�GE�ÚW4_:8_��r�,� �k�A֊�_|�Z �rr#�"���Ǘhd�;m;�郞��vo&�?�S��3�џg'�Oޠ�'��>���ϯ_�ɫOw���.<���ϼ���fz:���p����\,ο�79����ٗ��������?��on�'S�{�Ʊ�D����kc��}��tq�*J����5��'����Տ$x�����O�������a1[�D�d�N�/��-�<���)ƍ}��t�{g]_]���������߷����W������X`�<�3�������?���}����p��8}�8�������b����~=�}s2�����:�g������{��pn�N7�����4[ޘ��������gg.�F�������<��Uh�3��}:=9�x��v��ۙ�5'o>�����ݗ��K��z�C/����B�F�� �F����42�h���1��F '̨^0�C?��G�� w^��/����q���E���Mo�|D��(����� [��܈��$�6�|k���j������?� �;�%,�%|D��*e]�[�b�)r$��<��x���9*�"�K��Dp c�k! �� ߳��b�����"��u`.�n0u�����Uf�,����/-�ԭ�9�]�u�N�S#0��WU�vi�u?��E��4�x�Y�>�\X�4\���>Yss�-gf0��W�ʰ�`��V�h���X�s���B�Ի8/鬵b�_�����5�.U�BZ�U����,~ �e�s���`�y] f�u�v�`��S U�K#OH>�� �d�Y���I����������oĕ`?��R�´�A�V���Q�*�ݶA���D?�&�݄��"3X>�b�o�t�m�M�E;X��y�o��/4��i�HQN4��&kW�;�^ިlAH�сP�� Yx�\�lxY����#�I�0�ehFD5z>�?�z�-K��I�/�^�ԟ���tf.�-��,\wb� �1W�f��/�����?�Ӝ�唥�� XL�����H���X.\�5��a�S�0�4���$�9��������S-��N�I��#��xFF�������ʌA���8��T��&We�PrS�Q��f��c;-�+6��.$V�VȻ@���5������s��H�m�R��-l�.��|5��A��͹]y$MS��$G���S�{�!�ѯ5QX)�� ��Ѱ9OŚ���9����Rz�T�t��´<;�;�F3����ʃ�#��@�3\�������@�1yS���0��f�F����Y�`�1����@��+ަ�Q��, ��|�?u%��"�y]HL>�;� ٙ�jξ�b�9&�NqxrQV��Pa9EpP�2V���(���H�Dl��m��|\���� �91܌��`�ƜP�Lt�^�l6�_���������է���3�������鹽yBe�LIN6����y�2$ؐ�C�]���c+5��>NO�BR R�/ND�+j"ރ���R�Ҭ���\t��:�C�Q]+� tk�[��~J����BٿP�eA�|�t���M��}~�~ٺâ_��T"6��6]�[�59�t��ƻlC��OH�G�u*��F:<�Qe�Ȗ���l�s@l���`}��.E^4����krƶ٫cp�s~�~�mfF p�R��I�zJ%�l�"�I�vY����M�T+uG2�d +b�9(��+�풒�*�Ō�>��FRԈ��1+� 4ǚ��[��c�D�!ɉv,�����a K �e���Mӄv�^֕�Nu�&�G��-��V�:� �~���F������t� ��v�y�C3�/��#CT�� \��Q�<�Nu��x���j������K$�z��?Th6 ��GS�L��� �z'���2�̑�]Uk�{���H�ZWnE;!�N�I�R��������֥El��١Q��Y��� A&zl^�|��В!NcC�#��>�BG�BA��h�np%�@��+;� �rf[�FU^���� {��U�|<6a������/ 邒��k�1���X�`叺kW��eX�}���^n� ;�B6�8Suz�� v�(*L�L���pZ�gs��`�X�/ֶ���9�� X�A\b�s%��<ފE�z��Iw��]�&g�Q b8�)g?E�z�x�]�x����HvY�����V����:����7���ϭ�><3ݝ�-������u�տ8r�q�ϊ�O#1��������`8��r9s��\[cW�������c0���9 �6�^0����P��ptǛ��'�;�-���di�e�30�M��1����],��e�^�~ �ќ;K�j�/�H����@pL ٗ Vo޺�����ZP�����i�r���K$GZY�Dg�u����w.�[\��8~��H��i'@H�S��!T�M0E��y���b����qN�9�Ƿ��Eg� Qբ��q)}��^�$K:bӠ�~5P0l�'>�  f�r)1rIF���h�z�ǧN@S�#te�����IwK 0��w�<�@*���RQB�G�0���m93����0����R�r9M�>&����T�� X���v"��V�7,����v,_���;�(6g�����A.춋�Sl�� Q Mù�!�҄)���D� �Ή &�Ju5�iD ��9�3�l�0��%��X��MWÚ��`MۉqU�� ��_�[ˢ�jH0C50J����m�UO#�P��������5�2�g�� X ������ + C ��^n??-C���n�!R��i���0L�4�LU�yn K��~*Ul�3�)�@���t�]���t[j�T�˾+7�Dw����D�S���r�3����k����8�Ҳ�?�8�*c2,g[�<�M��x�9��O��R�f��N�@3LJ|-�`�F�,��������L�����㱯���x�zf�^# pXN��k�1�t�[�uw��Ÿ9��<&�����s-i�"p���a|��egd��q#��!?͏�t���(uN���GmW/U���Km�y���� �j�=��Q��qH�j��T�R^X���~���Q� � m�t��̈vb� �a#/���K�2/? GF����L?㭀 fȬ?�%���:R�� �y��3p���:��m����������7��V���2w0�H���� 1j��D���sz��ɔ����ܡjk��!1B)��e��t_�A�2�#M�pAP3��:t½��=!ǟ\b������p���P����EM�3���犢��s�&' Y��~����V�Ն�����y�a�Z��L: eH�dR��(��Q�Q�l��dd����FU ����Q\�Y_���O�6W��'��X�+�"�{c19�*i����Lʐ�c&{xJ̔o����5S��<� )��Tg��gG� �cK�̕�Cl=־��QE�攔9����O��K�� �&����<����� �ި� j���� c���q�[�K�h����tr�̌�&����R���9"�:�-_����K��Ws��I���Vq��{����pZ\P�M�R�qa�au_�(�@o�*�8�`b��5����Mt��ugn�?=���lm���06M} ���Lt'�&�t�s��&F@�Tn���_�s�Fe�a���� |�^������͕v��Hl���Mw��l�Z'�}V9�2k4���B}, 1��Ǽ����}�|�$�'M`T��/�r�Mc eLw�sO����g��MӜ�la:�C&T^�gY>�=w�n��̘��ҙ��&`J�ߕH�С�� ����5\�����\���R���/-K��0�Fz��;lm�0�T��m@i̪|_VA�� sha�~�,�́(��yERJ��c�#ʞNZ;���16]�-��`��4�F#�g���StT������Сo��� V��@��t)���$I_��.�N(�(@�:�JbɗGlȇ���3}���#��٬H��!c��� ����f� ^�4"n�8��W��1�N��*T�I$� :��r���Iiz�ٔt��s4ʒ��� �a��hP{ˆ�:E�FZ�I��PVj�(�T��r������v�q��DI���un��|TU�b�I��D�R�4�=O�QD@�*o�l��.�^��|[�Y��Y�:�d� k�5���o�`1߭%(�W(/�eEu� ��*ӥ΢��fgH����Ë����K$0R$D�oU##6ֵfE�-N�UC�U��Y�ح�3W�#�6�P[h'��_�GH7@Z1p�U٥#�[�(��X�Z5շ��!i�$&���4O��322{�V�����S� /��^���}ɓV�e�� I��g�EŚKPp�-?2bDDB�m P MG{2��A�������M�U����P����!�>EZ.�z��O��#ҽ)����yޘ,mB5�'���l��"�R �'�{��U�S'�x�k�d;���HV�I�H��P��Eb R�!B5��EE� xZ��,?I��V�g$NPu�����Eh$�3CEg���1�2��#l����)�P�j�$��B(��������U�ݡ�İHY5Fu�`�r���Kb8���3���)�Ew;HQ�cE�����^(����d��聕�����EIrE::B��(�TrO�S��;Q ���%UJ �)����v�&�#�i�tIL�"kHL]/�C'ܱk���|��N�**�g�!,i oU�4~��pT��x�h�-�e����ƩI���%F�T��H����ŋ�,^�\ GŋRq�������w̃gT� t#����nQ"%���Q4�T�q펒���-�>�sVu�[n �D��k�Ւ�z�@��$���/��H�/0xܞ�)���c��/�.�˯˒z^����� *�)N�� |Y����S5N5x#�!b+��D(h���͂+(��x��i��$} �<�̬,�B4������1#z`�����ǎ��5�~��"�ٕ�<�ZfD)�&��!р���0�C:G?��I�4��A���Ɇnx1��\���)�ncX��@���'�E'Y3b6X���)a���6�����H `�q i`Z;a�(K &(�"E�R��+� G�3��ّ#F`��� ��*YY�y �Q�~3,I������!�/ bk`h�4]q�Qɳ� r�YC͘f�\��zf���Z�X{V�����xQQ�=���y��7��8��V�w�`����ʉ�O+*��,\��J]VՊ ��Pl��sR�FZ�����d@�Ɇs���+ˣ8!R�H�Rz�ںw���AQdhˈݰ�E�J �"R�A�,���K��������E�H-�,-as%�#�Zg�@�!C�� ��x�້k�#��5�D���ԭ�x6����'��"�bL� g$ds�BGبc�|E[�x�H�a ]�HGbQ�> ��p �Q �(�pZ��A͙s��c�����NY�0��6H�H�&�x�����|�$F �3��#� *�zD�<�kH��-�+pvQJ(��q���D+�8�XD[<��9��7����[F���V�H2����\P%I�*�2g7Y�69��.�R�9%�=`&[:�C���uk���9ˌKW���A��O��s�N͉���y��T��]�D��pTiz$ˉ����jD)����r]Rlۣ|@[�ԖH��W�T�$k1��p�ڑ�^l ~����!]��v@F�d A���+)�¤݁�� ����l�JB���>N��3@u����v�Cy�v�ׅ�˧)�r��G�((>wRKS���4���F��g壆p!��O���ׇ��w�2;���lc���Kld��y]��=�^�^���bc�y�����Y=��o�~��,�O6�u�i�D�i��$����N�ճv�}8ȟӦ #���%�ШM/s�H?��m�{��a��&�^@�R~���7��à7>X�7��|� <�X:<��ߠO&u�辫v�����.��խH~��_�AB�2 �燮6>uXw��e)�uU��z��ר�F���EG �ֳ��9{q��]��� �H�Zރ]�5 `�g�j� }Nl�t]���зBa��.��t'ݹL����I��v�)n���cV�('��->V0NIl���YO���|A���W�Zh��*�Ns!��ᘸ&V)�G MG�����;��xؓ�#����S�-��s��D��Ҥט@������@lh�z��"Qn���՚�����\�" 2�-��&��kai�_��:��6���]:<��PK��t � �PKq�R;Definitions/resource-Vfw8f7fa1c24b01-template-interface.yml�][s�ʲ~߿Bo;����o��;q_b��S�TB�����!����$FH���U��@�fz���t��#K�BT��\�4qLl�q.��W�6�t"N��.6���?M�u���'�B����N΃ӑ_*�+�S+��0�^�,������#���Gm�K�܆��z6�E���6��S�'�ז�kr��g�#�a�n0n�����t�b�B�4L�D6GV�&���2i��Ɠ:9S�Q��|x�?hC*���DU����X�;�-�n#��ӕ�SˆG��al D�pEπ�\"�0��K.5K<����U%Owυ��F����(�q��{AR��#�C�4G�GD��gD�K�+q?úl�5m�9,p��L��h�0x�J��D����6���gʹ�J�C�u:����شECƲ�{B�˥�t#\}o=�=���K���å�a�l���y#����>VXy�LU� Ǖ ���|����s�R����D����,�������p{�{�{�&\w�T�%�E�hbگ�C��ā��$���>N��t{U0w�Ȣ����u/t/ۏ׽�����}ՙCٳ5w*|�/,������|�Kr�N|(1��E�4Չ~�_�E�*U�m�ߞ#Jp�U8�M,�1���s����n��d5�yT�ڃi����wA��wKG�� ����FC�&�4 �N�s�nYSl�9h���o�V9x0��u�!�h���΋6�dj�y��αy�q�|�?T�1\�`i�,Q6u��QcRYǍ*8N,&�}�ݺ�� x��e ��OW��ż&#�O(�@|1,�1A��?\�#�y�%w��4n����g%����ӧ�E�b��Dj� �*c:�D�蛦N$�*sX(�|��?\?�z�����2%C��d�(w�O�b9CΛ���a�i���� �߭�s���>e����Lf��� Q@%���Y �8m�ua�_�z�Њ>��d�-�����(���7����cC-b�#�)�Nv͠��)�E�d���R������G{ ?,I���2{8,�󄯰�>5t] &U�>�{ex�>�#<I�`���l�d����ڈ�b������2iV<^<������q<|�⚾8aC� eMld��"8j�[�HiPI;�"��hG�Y�Z4V)�=��Y�<�+��Φx�N 4X 0籦�J�S�E��( Z���+�� <��/ƬZH9A �K� �]����\��~�(Q�1�������^��k-e�•���+�����Vߚ�9p����x�ު5���8�|�� h��m8,�+��gX3����;В�.(���Agİ��>̄�}�ġK� �aX��� ��O��� ����q���c9�]�6��B���E���+�c��;f��1�ߣ���?���*zR�� ��<�Q�C�9:<�x~����i���4<��k�/Ͼ܏�G�LJ�1H�����Ǐ���_��������[���d���f��������޷^ڽ��鷗����k4�jߦӳ�a�)u_NF���S�������>��t��^��H-��]�����ӣ��V�H~��?|�*���ŏ����L�կ�����!���"��@ӐT��Ty`*�*H�Ó�T���Z)����/m��_ �2(�`).� \�7Z�g4�D�-�lY7=E$Ƙ1W%p��Sa�m:Kc�6��i ��[���0��ǂ�%�|K:j�S6@L�9 "( =F�=� `�g�פ&�d��)ȍ6�t����iW��f�9�d݃G|t���̦:����a�%����iЈ'`�s�i)�/��;MY�l���j{ ucOx���{��\v��ƒ�)b��f��+��{>�����'�� �S1�qS�*���%�;���>P]��tF�0|Z}L�?�J�75�:i(���P�X� �]R�'�`8�[��J!�Kk.��)�Ll�%� 4K�A��Źp�!u�3��ȘFE�4\I3h�ٓ��{�x>xo���5Uw"٤�rE��D��s��m�:�H��o��hk(��.�{�� �L�1af��cĐ�E���d�*�+�t�6� EP��$�2/<$���Z&�����\��zR���g���. V�J$׳ ��8�s�F CB�V.��[4� QE�@�e�#�y�=�n����l��y�#��.kd��-�WI����� YO��ٌ�\�Dk� .�d?pk=���vj�x"s `7}��`I��P��r� �:�O9�Je+�H �L�'��vJ��t�x�޺�z�k(�J�m�!LJ%Fe��<���`쨦ؑO^^N�互<�����V<�z�j^Ҡ�[���O���������HP�r��iO$[!����W�x+W8 8^��⤓�iB'b�N�>"3pw���u��g�n��z���9W@S��d�@��m�;�%*�MU�Lmn�/������|­gz��D��6���[��r%$�z��������P�G7+g|x��T.��0��)�zΖ����7�n����:D-9�_�NJ�0NM4��[�"�A��m��F�*��#�*9� �p���#�HJ��$r�"r�K���[��;�q����̳uђ���9o00?�h��h�5�t˹�S ;� �s�PWXGp� \)�8��/[���_\�:B�q��05%���9}>�Ce�ƬI��\#����ؒ&� �i*o1@��a ������ء�]��;䦛���7rP�b��x�� �1�8�2�Ѱˠ`Z�J�*� X�h�.����<�M������i�����@�8�f��-��r4�X�Β����c���ʧ�n�m�T����ѳ�K4��/]7��u��]�֝+3���Lf=x� �8F͍�\MG o合H� �$ VqH#|vژ���b�ٶi'�E�M����7јE�WoXk�+:{w"���g���B��߀�t7,�=.8��KL��}�*�ZqҞ' ��hMѷ��.�3�Tr+���&Ά� /��Q��7��p�rK��nnXMV謄���aӫ��Q':�� ��q�PGQ��w�W� ���� J�\I��� ֬2�/Nz���d��,�1��YǙ� ���BdQ/�X{E�ԛA�_��tc��������.Nqf�D�*Q��-�`��FH� ~*hHXĬd ƨ�Y���4�h��/�^�XorI�W-�ހ���Rq�I.�4HC�`cv�QZ�Ěd�﹀O�G��ua���ۉ�ce�L^�i�F:�Z/���0�`�W���PF�O�qD��8&u�t�:t��z��L89����� i�� z�*[�ݘ+Q�yʚj�p�(AE��0�)������\A��9�9 a�ymX� N�LjC��1��� JEaKE�S�?r�-�/h����+C�K)�RK����RK�1m��8X9|������5ڒ�DȘa���>����7㫚��E'���O�FO�F0��:�� �2��; ����S�%�͚}p|�@}�'\9R�w���A��vr&~Ur ɖ����ٵg�+�X��] eI�k@[.�|�Г�X�=O���B�%d��q�䊫4����&�����X`W(m7�����0�I�0�}����[$g �Y'�RQ?�D���։���v��\�u^�x��c�Y?v��u�[�; mN%E.v?��ZB���o���Z,��x-vAV&2Ǎ{sx���W���&��gѭd�C|}��Jx�E�0W q��45.�ZN���jBo��74�d���i��f$p]C��A������&m8j���OHS���H��"-�LA��`{�t͗����U���ƍ,98� ��o��V���^_B�&�P��z"V�A��ʱ�� (�|GXY���'] +g�zq�Ȭ�|���I@��Q1�{�,�Pc�Q���%K풅+h`Il�^�1�d+�^�5{�W�GuuWguM@� �&0�&����nS�YE�XDa.�� ��˙�ŝ1���]�p��R4N�G�Ԧ��� �,Hi��~�װy ���L�K c� G\�1�X��^��[Żl��ldK*����?��������Vˍ����#��\C�´�!lG�L�u4-��zr���DF�D-��P�C��JVQ� o����<"�f�$֛\R�4u"U˷+]<�c�M���&�Ȑw�W\n�)D���{q�(:�,��)l��F�� :�D?�F��6l�Q��,�;�!���Aо���۾"�:q�� �*'�P�,�Ί�>#[��sy%+1����`L5�G�p����ę���)����Z��,���2��A�T�Lb*��T K�r�%t��U�fC8�61�ly��d���;B����3(UL���Rvd��o����I�pu�Zr �I�؜��|�\��c �����S�w� �8,��$���։=yHFRz�$���_.LњG�-��ٺhI�pEt���u����ٺ�`�$��W]�j�����fդ�S���7�EWh$��H��utH��p������o+ sǻ �P�Ԉߖ��15�տ8�Fn���{~�@�ڝ�5c�β�J� �k\?�᧽q~����e��MhI�(h3�}ڒ�TӉ&Y�J���.��,��!S���`� #��� �q6�5a������ۀ!~DY����`E�M��\$SR#4�1��fu�&�V�J ���_$\�^A*�B m!{^������; � i�TM~0͙'�&�ߢ�jV�X�3���g����N�xI��i�:���[.*����N�U�[��ʩ:�Xy�����w˱���*��7�J����񸾫��eU(��A���]�� sۂ�*�S�g�ms���EnJ=�q� "�en���e���,6XۦD���nY�)K�踦=��T�b)-��&�� �Ta���$��Z�J���RئZ�>����?PKR��AF�PKq�RDDefinitions/resource-Vfw8f7fa1c24b01ComputeNodesHeatVpg-template.yml��O�� ����r2��N�Vu�U�C���`�"a��ʷ��϶����3<N>Jhj�L2��v�iѰ4���z�� :��m��0��͎1�F\zy���0������cYe%�*;�dZ���R��TӮV�c�+ Y� �y��'�W��Sӧ���O,�AX��: �����t맦�ZB«��}A"�44��I�@&�F?�tʇ��U.r :;��"+�Ȅ@����!��}���o��>�@�����}H��el68]5c�X�8�u��S �� 0�k]B�X�u���+�����7즰����-�(k����w#ߴ�|Z��Sw� Nf��}�r�SHS��� ��%�>`��/e��(�U���u������I��o�PK=�� �cPKq�R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{�5����77N��I^����l�:�*�����Q�>;imc��I��ȏ����%�B '��� ���\PYQ�� +d2L�g:�1��3�V�����t����s�>���������r����N�ƿ���_���� .��lp�g���� �����5�&c� ��� +g����0Cˍ(]���D?���Z)�^s-���Y�)���� ���+���|y} �-g�lb� q��*݊g���|�;�*gIo���p|B�i��l<��|�~y��%&�TtN�uv>za�Ig(gU�"y{��ү�������;@.$� �hSHR�����xa��d��T�]���15(Y��R�;�;��xat�kUKu���{![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�.�>]j�uͳ�=>x8���� �4�l�O*lb�WF�M����V�23՚H�:���-�O�>�6����:J�@����Z C!g��Y�~%8&��P��aL�!�N@�K؀�@���&� �SB�2��@5l���?׌��L0�_����KS��������@��0v�ֽ�i�eav2 �Ʒo�shApԺ��JFR��Y,CU�HPy��$�/�`[X-�]6ws Z"sQ��h\#���A*TFi�WJ��W����yOK��Z�l˶���o�d��-��rN�U���w���!,X�:��gg%�S�3�P(.� �?�X����������qJ2g��y�K�����iN�� Ե+�Pj��:�`)+�Ewu?>ܟg^w01f�׾\��R��4�N2�eP�Dn����u;���&lUmQ}��?��ץ���A?��?�G�'�4��)'h}P���6-��H ��8�zZ��(o��)d����L*��/�v�q�B%D�IU�BFg*܃�ݽ:n��p?�D�i;2ģ�z�R��{|�c���� ��n��7I�����ˇ4[�7�>���v��θ�՜: ��+�����������n��(�"K�mr�g�z�-�������N���!|������X��w�-��^Lȧ����x��J���P�z��D��2���PKl M� PKq�R(Definitions/resource-Extcp2-template.yml�RM��0��+��m��U(�maU��,�`/U9��:vj����IIw�S�ż�f2��Xe()V\r˕4��q�lK^7� �E�FK�$�py&�i�����x�d�y�z �Rٮ�X5�[�_�6T����DU݄W Cڄ�$D(]�.lV���TuV�.�p�,���ߥ��t��k�4��+z���������׺�LQz�%�} �h��o>?�7���������-�� �cx7�M���{ ~��c̽��p��5nƶ��o�O:j�u�YgPKC�Iy�PKq�R,Definitions/resource-Neutronnet-template.yml�VQo�6~ϯ��n���NS�es��ܮm��aN��"F�*I�3���)ّIP,yq����}ǣ�� I�2*(k|�!�y���\^5��b��.������..�٠Sh������T^O��e77W"��J��T�IF�o�e5������_�u��&2{3��lvu9�J�I&_�W�������Z����YQ`�$/�jC"��ZG�L��`(l�� <��[j� �|W2�qF� A�5�Zw��sv-g�� /Z[�[�OdȩH��<�WC�;MM��~fc;'�3i�ޭn��7�b-�}��@��s�i>����\=��j%�Uה��^��`=� ~q��a��BTJs�d�w�fg)����_`��Ҭ�1dl��t_�Z�G�#�^;��z��n�V�$��6@���c�Ȝ����֭s۲L�6m�/a��y_��0�C��7�S���$��!YT�6�'c�� ��׮hSrjq�Z��9M�����`�|8���}� �.=� /�?��R���EM�Ӕ\ft����K��T�=��트��{&>8eփ9��D����,�=�>lk%j���`��|��)<�Ω�+8X����Z���<�5�c����I��7�}`�/��ktc<��������{M��qn�z����PҐP8��x}9�Q6��/ ]{�hp݋x��ݰA�1����v��l)�p��r��вϫ��4Zv/����z�7��Q��9���w�W�)y�[~ʣ��<��Ò,�5��ʋx<�����1�b$��(�?#�?�L�>��w��Т�Z��+��Н$�&��)i4žz�<~�`�3>ߧ�@��{x{�V�}w�s{T� ������w�����`�z*Y������#�^�PK&)m� PKq�R=Definitions/resource-Vfw8f7fa1c24b01NodesVsncvfc-template.yml��rۺ�=_���}�F����R��43���Iܙ�p@��P�JR�}�� ^ A�r2�:3�^�X,v �QB��R��ԏ��>�8�_n�4����c@�|l�6�h�]��7��g�8L�}��ۍ�����[o�ܚ;���5r�s�s:���b�9;��;S�xK��"�,<�lb��~�/��\���e�C|�7���?����I�r�& #�&�sޞ=��/��4��6b��qt{�-��c��A�l+��0��/ߋk����z�aJc*2_@?z?J`{�@��0Ȕ��l�(���szGOi���R���0�@��&�t{�P���B �{98���B矙�(1(aﻠR�Xm'�K��┉_G�9d&��^I�.:�/4�$��>'��y4;DV�G�� �ml�0J��۳�F�V���]����K%���c���&)�d?[16�B�ߟ�쯼+��>)���D����9QF),�b���S���p��=o6L0�I�c���)���3�eg��6�ʐ�G��70�~�o�8��G!>6�0� � ˱�*�4 ֑D'`�"Q}�%�lh%�Q��EG��Lf�=���~D���gL8&F�%�����Β��OR5^��񋝐'z���r�'Q>��Gl�@A�J9eC��l��l��m�P��.��s�0XQ#俎�&�|{��#��|�����Μ�qJݽh��z|�J����-�G �Z[z\(�,�����b��Ohe_m��i��H��]�l�qp��9�9̣{[5�i��� �b�*)d.���f{,X�$��[l�/�2����h�=;5�?�=���S6�zql�GD�u�#�0���'�3P���}���?������.�&\��3��ڞ���7s�l���6�]6��z�$�G����N��� ��4ϝ�!f���#��4�wpuܮ*(����E��;����Ԍ�w �Gvڂ���Mt�15�#CbDD���6���Fi��L���u�ٌ�j�!o�ӗ�m �}w�&q��v99I��3~���f�� �nA= <;��K1�/�8wr�+m$��:�9�� f���.0�d�����W�CN�� �.I�}8���ٗ }�1ӓʯ�=��;�}k�6��7��~x����]Fg�x���L3���C?_�]]��pXQ���j\fDgg�̚g\��(R����Ϋ\:����� ���\�̉����Ʀ�`Ǭ��∋�����D��B���#��xh�˕��֖��@�)I���g�z���xa��5E륹B�bᢝky�u��›%�m�|uW��?���^�V�]��$������o�^�|�-�Ӱ�Gu&Vj��ɘ��|L֩yJ��{v�q}��~��2��S�/��H�a ���jϓ�r��a��,����/"�}:��� |�x��o?�V{�-��j �;�$��8��� �&�P��|�dy�������pW�PF��]&��~i8Ȇ�r�4���O ����w��ŵ7���Ӧ���J��c۬�x���9��~d+�A V?�Mljf�L��eJ 9؛=�3���S�Μ�SƳZ��V���0�9��e��m�4I�p(����~J/�-"�J7�r�x9$DJ>f,�����6Y��6v17a��G���>�4k���q�$�q ��h8�T�`c'_9�8"�L�Zk��TZ$%u�0Z8j���@�3)�~t�@ �a͢(�%��c���m�X���.�'c�m,����]s "��{�tS���u�悼��J,mŒ=8k�G�Xi���z'"�������q��rE���*)}.�� }�$�d4`��S ��P�5���n'�i��j#_�Ne��qԟ�i�����w�W̓7���<�0�C'8keqS_jR+{D�|B�L�IQV���yO��#�v��L��7d���%��q�+���ݎZl�����ʵVȤ�Y�"��#�4�b�Q�],jY��E��ܢ땉�;�B�zC�v�&�����qWd�kߡ+Yĕ�J�g��d�R�6�h�҆`"��i�$�Y��p@���FQ�h��5�\�f��ˮ�YE�(���ǫ�R*��s�vj鏻w��_�����):U�$����Η���I%Y6��py����&v�73$�ӕQ���j���"r� ;* e鐘L���!�}�����p���꩕W�],��^aȎ�F �GT�iH]<� c��@��z�����,���<~� ��*\�eA=xx)ˮ6vn�1�(���p��KFQha���s�*1d.�p� C�@&d8LUę���`(���W���q�<�Zz�)݃��ox�� ��vs:(���C�hXpؿ����Hi���UD�+�W���k�B$���W�)�����v� ��]_W�d�@Fr����3���n�bn�;� @!�"�̂�Β�t��r׈WVނz�FKk���11�y��֋5�6��vC6]� �@���[���X#�2=�[���Q�K�y=;��d�����5�}��WV� B� @�Y��o�e�8�(}�1���ċ�������+�":�n�� �+�yh��(Қ�:3�g���jlL0M���/����5�'�L��23�:�����<�D2�S �~aw��@1o�+��$Π ���!'�elc�iF@jU���9E��L e�LzI�pP�,ɤ�͞��Z��x����Ͽ~�� �f��ȧ��|�/�N����g�ͧ� (��V�������V���u�D�Ң�G�����,ݪ��BMo�oEh���0�+A�� �*0AO��.o�Q3(j�� �Tc�ūy�L�QA@����'_~n��lۥ��A����5��U2M��P�G�qF�}M;�ٽnVCÏ�vx�CǬřU���>��;d�iʆ%n[��;�lj��<8����ԡ�N%YPdz)|�\~��q�1X|��-z����p>y��X�b_�SG S�v s�w��bT`�oMj��_p�J�,�Vp��/��`s5�.�5&+�zy JZ��]Mh�$4rc���Eɽ��X�Ѱ� ��(���a���T��(�)�W�-5ۖ���Fi�L��;(t2Ϛ�,�j�p '�\"�!�:壞��$+ff�<��|J��B�����wxᡢyY ���|vjfպ�6 �Xog#Q�YR��K3=�wb���]�h�X��~��~�k �?o�C���~]�јqˍeP�~�nq��ID�Kz� n��l��$��̭���ʡb�m�Z&;.?d�ZS�'M�,��c����{�xbH~�gh~�s�)��B��9t���1|�آ��@G3��14�"���K�M`�磓G�8�hj�uLH�~�Әx�j�a,T�%<���M��oo������o��Ѷ�鳢�����ݣ :��{�I�^���νr>-66r�u�\ v�q|�����H�Wl�a�6�T���3�2�>�EW�A� k���ݱ֭���v~w����M.Ŧ,��v�9l��܇G�DI&ב�sZ��zT�� Q)�uD4��=$����:&-� f|���`������;���=�����- �<�?� ����XkC4��u+�\���>�t检_�o�u|�jwz|���ϓw��������^v������ g���6:��Уv�X�Y��E&A[���[/���ݙ�wArk�n���bs�B�B�\�;�Ԋ�U5�L�s��7�*�_G�����3�r9@Va�o�E#���~U�.�Ĺ�͆�K� |�^ 4�- L���L�<,� `A���PK}.kG� f�PKq�R=Definitions/resource-Vfw8f7fa1c24b01NodesVpgcvfc-template.yml�َܸ��_��8y`��cޜY�ƀ=;� /EQ=�Ւ"��3��)�$%R"�ݶ�Xx$��b]d��E)��K=?�3? S�D��qce���?��_�!�g��́f���ycY~x‰�������Xo�!؛��r�C��f����Ct�ݭ��-������)]���r��5Z��9ө�(��j�v�| �C|�7���`�����ҙ�P�4������#0�"�g9����b���5��=���S�R�©�4�����z���}���?��>J^o��iH��H�N����f &����ey~ q�x�V��E��� �������y94�ε�ُ��‹r�>����I�:���HV��!8 ���ˏ��|�B���0��� �/����0��g�O�0Ȍ��j7(ڴ��1K��E��|������{98P�(^�bP�>�Aї�d��A ��% �$Vb�A�s<��JȖ�',�Ê�{�8cK��h�d�v�8X?%���?�<�|��u��X��fϒ��Q���p+��"��h�jWO � KSaJb���(ı'� ��ө��{�|��((iV�����G ���O� �?9��a��lQ��~�f����m���?&�_J#�dxEƉ�2;t<�T���>�qe���nO�)�4�&_� �4S�Ų"y�S�L���`�d?�bp�l�&�����|�9�F<�(.�+�j�Gl��g{j�|F���1̸+�wWI%���F�EZ�Vȿ�-��`{>E��Gs#��q���UW�����D��d�DŽU��T�ǂ�}I�]���P�t2�I�1�RrL���泆K0��4*� ��>��ô��f��t��]�b�pp,��1��a�R���#H�PZ��� Z�Y�� �a?3�%چ� ��;8�I�� Hw|�ȰGKlg{Qr��U�W:������3"�/�,�~���� U;�0�3��fM*�����`o��YE�O�pV�+��Gz^��� �a���!�w<���Ȋ�-�{���JLZ�u���X9+���O->g�2��x�R�@�E����_�jXk�zX��_���`��)����-�N��z�_RYz3��c��O���F{֞c�j~A p������s��LA�H%҉�l`�Ѱk�;��-3!]�|¤#󹀧�q�{��z} �c������'?<�I���ʱ��z^ΐ�S��M����� �'���?�.�ڙA�|5�w���lG�r�$�Y� Z8 J��qv�] [���9��s�� F�� ���:h=_So�Xl7dS��c�E���ȴ���f�p�x��S�!��a���j�sV+R�ׅ��\T�� �d�-5��L�w_��mPAhy�����;�b/�����gВ���CV�D��?�H��d�O���)��>��[;���݃��/���7Š�lb����Ӆbd��V�5�i�T�Jf;�����|Cvy���J��Zy7aY�-� �6�F!��'�im�.����K�e��z+�~��G#����\[(�e��-�N��np�2�g2-��d~cgS#�ho]�2�O�f[iU��d�m5 �h! ��֑��Ä(�8SU�j���D�|R9V;����0����X�;���������5�����ߴF �J}�#�H@0�1�F��ֈ��'s�9�<�������vvq�$:��!$-�eDJb����&�BxM)4��9΃�$�QϥK��fJ��oձ���1J��?�(%���J���X�k.����i�-5�{X6-'�L�-1�l0S����j0vf��r�v��-��E�lV<�vB���n�j��j�mF�qd�)@�t�Y��ϛ4_���-f�K�+4ݲ]��u�O�h���9P]����� ��;�QA-6'V��ǯ�Ds+�5�?��?��N�l��F�]|a?E�(�� ��E#�"�=�d%g5HS�! t �,6�������ߚ|���ZS������˾ㄖ�N6�z�2qc=���������G���Q�(�Q~`W��� ˪����Ω9�6��|��`>��}/ڞ3�ӥ��ÿ*������o�,���}����R������@,"���$��D��\�gHA�EFF m�hHr���K�.O�(#zZD�� "E7�9�X�+�#�v���0pq�4e#��қ�e���ʎgU@�l�C7ODu�����&�ь/PO�,�#���E(0 �9f��M��Cq1�I����!�<�(��v�5�\5p҅��P�Khְ�^B�{\���A�$���x4d1=���u)���`"�g�Nth���p�T/��}Y� �e8�D�5+R��@\"h�r�Y�����k&�J���Œ�(�ְky�el��1��`�T?��S�J���NpVv��!��Ӽ2W'P��u��#�G"թT��þ{S���q�G��z��������Y�g��9x���e [�Lwx�r�+4�섉�u��9���=J��y����E��v��,��-(Z�v;�[o1`��w�qȲ��=.��k�?z�1Ȍ�<,l��_�:������4��Ϻ,�Hih��cY8t�2v��Yu�h���>n���h��J�ͻ��W���b�Q@7���Y��t��A���� :�jL�*������N�ݰ��v����G �+7-��6�JJ�o�1Zc�*��|�X��)5zeIX/Oa� U���v�fFU���u92,��Uի1�S`�A�4 ��:=���nr5��ꋲ� 촛q��U "�1�.q���%rvOGS&��Q��c�9��z��$RԎ�GP_[s=F���*��Jx��XeU�Q��_ۜ�k��KX�=��Y����ĩ���u�� Kյ9 cEwf��td���kmC�f�� �!�q������� �;O���PK#����kPKq�RGDefinitions/resource-Vfw8f7fa1c24b01NodesVpgcvfc-template-interface.yml�]Oo���S����B�(�r�f��Mv�isyxh���H�JR޸��CJ�)���Ēi�999��f8�?���dNRʨ���dE��7�2�$͋�$k�g�ur��˅�7?�����_J3rS��<��s��Z� ��~�Q�f4�N�U�� 2�-iѪ�zPW^^�kU%��gw�l��*�1�*�v-��TԃM6#�b�0�y^ĂH^ L�U����������evu�u�I%V���VŢ�sN]�y� ���Q�4~�tg�ꊭ`�T��3T$�F�$��*aD}��9�Y7�"=���S�� �WI�8DI�b�L�&�*�L*�5RJ0g)]����% XCe�Z$��fx@��_�2I���L%%��*��30`�&��dwl�j�Ȣډu"��h۾��V��q-��s����H�k"�纥S�℡ v5d�4#L0TP'�Z7q�O(��ՉĂ�D���ݪ_�I����W�u����vmȂ��=��͸,-�J�g巊����[)�9���s�r�, .U�ĞN��7.K�������e��a[���K�BY ����� ���?Z�0'g�04�v��1료sI��e � U�������D���U���~���-�ۍx�|6���,�Sͅk'�D�K��v���͐$��Sy�莳�N���vI���n`D�t�m;tZw)u�!vf��,8|� ��?�-�����A�Wb����y��7ͻ��mk����0����g�&U\@�� _!ݘ�KZ� �F�M�U� &âС�2򰁚��0G�P�>-ngwPhKю{v�ë�n����gM*2�"�FjIedG3M\5qY$ ��9�(��9zI��;z���=z�y�G��gDh� M�kZo�S���cko��H�������f�s1(?ANu����� q�\�8���P�p����lR�dӑ���L�F7TZ�;���q������9�O��� ���ݼtO�)��fw�Vw�aT>ǂ�y<[+"�Ͳt��[��~��;B3���sk� ��T-�Q⬄*��� �-wk/P ÖumY4#Q�UF�R'�x�q��c�i+�]tm����×?>��qS�'�b{�������7�w���_;Yh��#�V%��vķoT ����3R�J����.��l����-��6�S!����Ǎ���ྡyHIW�* s�������*�:M��[�����d��A'����$}��%߻���~ܢ�G��2@EY�q��\�(�`+a�]asc".������Ƿs�y�ܤ�}�,���F��b .�`'7 ����`�vN���5��z52`a'閶�AJ!��Y�&n�����(+��;� 7���jHO37��.�"�d�2ٮ�=�ٔ ��� � 0 ��@שCߧ5�`��أ�-�.�EX��)j����R�:���w�Sw����xؙ� ����!�8r���1���{�*��x� w��9��օ���Yb~e��߱Q����.F�E[�c�/rj/���hC@�a��Ճ���ֆ�Z�5V�����y�r�x�F��Ӟ��1w�ƍ�j)_&�u���*VnI�c� ��BNB��P�i-T��J�(?@+}�}°�6�p�u"�x']-���������-�{��kC�3%͞��O��><��� ��"�N�$W�Pm*�R�C»[J! �S����� <�K�HH�$9(�%�;�#�붔=Ƅ��z>��]=x����o��9N5��~2�xY��r8�> 4.�o������'����rq Pc�2o �}�\6S��������.|ǙB��K[��~���G�*���@�3��e�^�<�E)o���-���l�9ѩ���~�+�J��n:�OS�KOM�����MŁ�s����A�1��� ?a�2�����������Ue!;9�w^ ���/��S�p�o�L��N�;@���t��.��� JE��1^YeD��!m�b�u��[���{��u�n8��s����|X��S���v�{7,c�C�x ��X4l�O�_RBj8:.('$g  ��V��X���K�� f�򹁻�u���G���]-\;�~�6}��aN�KM���cI�l��p�fA�{��0'� F�뽊a9W�՘IB#`ߑ�|�A@ńo��!��� ����6 �d��H�5�����v"�{�wNx����� �ǵT$?or 3 �pV��ֽ �٩i�V"+"d3������K�'����Րm��[)/���k��}6�wTԇ��tN��� �8�q�F�c�@7��sT����8���j� P��A�Q��"�-��|zھ��� ����%-�jv��?���/��{#�K�%�$��� H6�o�Pk�����w����;�p8FY"�?�����]�}��+��`E���PKsT��� ��PKq�R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ +��X�<�EM���e�(qd�CKRN�_�CIV���j�"�ԾP3g�y����,�X-�0ڥ;�� �F�*%�5S2��x��3����Y��bZ���b͖��?���T 1K����~��qS���h��d�?����z�7��s?�AF���Z�J�yY=s�Ï�恞�_�5�6���=��6�]ᤦ|�߳����~&ߌ.v� M��?�0��/u� _����(S�e�A~�E`}0� �鉡���u�4�$B�-�6|m���hk�G3�PKaii �� PKq�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`�,߈a��P�I��4R��]�4�4v����tK3�Ll'TN�������&X/x&�PFe�Ϧ�<~ Y�O^���l�K�d{%.y��=Ɣ�r�� ����Cvt$�q�������~���@�����ဟ�(��O�p Nyo�H~������콇�tpď�|� /aȮ�߃ChH���SU� �r���8s�5��M� 5~�\L�"�(�g�����$�|B $�?��ȖU�+�͔�,V{d�a�d�j�� HE�D�)D�[���JZ���d|ʕ�^�{S�)��We�ȽD�t�-�T�N��1(x��K,� Ly想f��J�!��HR<�j���n1��a �us��i�>�1�a^a�>��[�cd���Si�Ηd �C9W�P;�WL����'`ݐ�\�ݲo���}�|d����w&�/x~�������{��j]�ý^L���d��j"�?/5>RՒ++ Dl��x�4��*K�ް:�1Q~��ޕ��y�l�ʕ(�se��L����cC����##9�-<�nܷ& �_�����觨L����~j��� +Yf���p���e���?mLFv+pˊe��R���~Ai͢; �J��d�T���4̬� ���|;�O p� �=��S0�[��Wk`gaF���Z딺 T��;Y%�/ϩi�0[Do���[0�a��ݬ�p�@�w>��U�]q�������n�*j��� ^UX:�$�=%Y2�_wowm�ּ��+,���o� b�b�@ST�۔���)���)�7�C� UW�����/ �4���J�Xk?�T�c˺�<�"��Wg��7����vY-4�Z���˟�_2���/��㣧)JH�؃��w5e4���ۣ�u����a�8�N,d��2�<��/0��広��� �V\Ek�|�+�m?�i�i\W��;��x�w~ <��́�!���؀�c�-����R��,H��� ��5���$TI��b�<����o@��n�y1��S�k#�C�P�L�M�<�;��ē"ɳ(�3[e�:fN�pM�������W���(vt=��n��"��Blr��*�-#�mfxFeMhq'O�7oo���������l��z�R�DSk鉟�ZK�����v�-.-��]����>�zQ�Cq�'�.�ȅ�������r-4��q���;�hR�/���.�aD����i�[��x} ˜M`�~�9Uئa��L��D�McKR����xxq��+���qo�u ����\����@a�S;M@WiC��R�e��PK˩^�PKq�R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ������&m��f��f/Ea���M�U�r�~��(ɖ���4(��!29��?? ��2�9�V�ʬw� ]��uYF����J��\_^�h! � �D�-����<���.@X&wpw�\��u��<���^,�K�x�ѯ:㛛[�|Q$ ���*��M��,YBv �k�\9WP��.U�A�uc�Rs4\�ںv~�Z���l�,�Nh����VT�^�ݲRQ�Նq�!���&��j���@�,n��S�X���L���3c5pK�T�j4��X�J�ؗ��?�O�Z�>�����P=��>/�����*G�ԔRi>\��J[��HXEY����BH*�%��RRf뒶�6��wxl2�3�(�����v��o�j�V]J�]+)��*����Jٮܱ�(���]z��&U5��� a�+xکҳҕ��w�� �ʞ�Youb��;�S5���b��5�Ԉ�p�8��nR,�~Dd��B*�F}����W�[�t�rِ }C��rlݞ�s�nzkK��p��1�����C͊�Fk�����%�rt���˗��_i;�"_w~����:�2���֤�K����0�� P@#��=�'���tS�^�0��(1�D��l�%�aR�۷}�Q&L���I��miI �fh����.BpRY�|�e;�D���{�E'�j������s� ��h����Y���{:��j��VV����p�5`�;^[p�?����`�6t�1+�[�����:/ZX�<��a$o�$H��q��@A/m�� ^�7��1L8�C�1��8x�� ��i��n�����^>:Y��8Z�����f�oC�Q�Щ覶��W�*x]ALd�qy���,���[\d�@�_kҴ'���ɀ�=�s:�E ����г�#nF��Y�Iǃ ���� ���J�x�� ���S�6��E����ך;� ǁ�(8M���x��k$������/ �?���9�8[8���� ?�2���s�j���>��ϓ�x@�<�R�Xq�jn��' sн��޻�Պ#�p�}9���zp5�ce# >� n��s�/����d�<�PK��\f;KPKq�R=Definitions/resource-Vfw8f7fa1c24b01NodesVfwcvfc-template.yml�˒���>_��cTQPヘ{g쉘�혗#|!�j<`����� H ���ulm��4(S�T*ʔH��ƦC\/�R/ �B��q��٫�;E>1���7uSs")vp�o�h�\p�� ����/7�nG���r�}�k��V.�㽎��������8*o��[��p��B뭁�^��Ȱ�ՖƎ6�8�'r�]>�Kۻ;���: B�$���x{qmhٱ��!��I����9��=�T��GÉ�$�e�@��P�?���[���)9�����أ}$g�z��J��)<�I�c�|'��7�z�[��]���\�2�e���3� N�Ϸ�b����W�޿;�,8߾}�ir�eK� h����!g��ɇ�tv�X��a����<��mR^4���3�x�"�-�h|��3�*R��B߳]^�Mp�i��ު���+g� �)�]l�����x��w��2% C0��f��)�#�4��{.��Oi�7��_ 4��7D�vd!����A&���k*2B B��.�b�B��}g� �/lX�gh����)�B�I��!���'��k1��!1h8>��:�^��賃��x�x�0��`��Jx|6�Os� ��B�m�L�W�Dq�t���ڛY����\x��1��W��{IZ<���^L0�I���fb?��B^a���#Жt��R -�����%�w N�1a8jR��{�YW2S��$ �GŌedFg�.�Nx��=I�):a�,z��sEV����O��p�D��@:���b?!̐���Wl�!}�ڔc0F!�Y�Z�\���uvu���k�t�����|9���/a̙���p��)�����H 2�Xؓ�~�v�1ʧ�*.�&�~�����8S�y2/�?C���q&N�#y[>/��$�����h�\"��̆�T�z�N��K���7��bFô{'|$S�z�D�8�8�ǁ�;����c�ː��◓�\������՘2C�ة�9GL]�c��aI��Qg�/>� }~���ni�~��6I�8ʬ�_�w:�� �H�Ѕ��V�x�ӡ}e]/�I\��x$7����+̽�^��ߖګY+-X�{��b�ږ�,ݯg�e)&O��/�zr8����IZHg�e[���w<��_-ymuo��!8�@�揕d)b��q��Z�΄�� �?QϾ Q���^`�#-?ߘ�&bڦ'�`C�S��ma�� �Q.��m\�vi���`� �|��@{�vڄ�@����?$������ ��1�k�u��( ��#f��4�^;�]���m�N� 1~�|��u��s�*Z��9�����!��q��%Z}��ˤ]w��V�w"%�:(�[���g�N��Û�?���u9>}��y�&[1<�S+��)e��b�����ܙ*����LKCO�#�/g��N� ���e�0�Ig�\l:������YӎT�Sy=q�ŵ�C~�82+8�'(�-q��Q�jQ��� �l0�W������ٸ��Y[�ޯ�h�^�����o��{�lV�� �v뽱���9O�-�[��^�����$%�����.L���z �A��V��G��dT;ʜ��4�ڷ�5��@�R��s� �^�-?&�����J"�"1Hu舅?��Wd|~��o?�R9�-ї���= ��Ǥ�M6aփ������O��/�?�ټ�pW�P@+�7��ˮ�>Խm:��z]�q4�{�S�{����{v�� ;�޿|���s�k�xɏ}eӸ��T�[=3�,�G��H�a)�A�$�*b:�H�P�!Y*B Lv�&I��+�,����M�yu��*�·��"�3�Ff �c��g=���8(�6S�S���m%�"��&H#���D�vD��{�*/ k�P�{�P5J3�E �s�<+�u}���( ��\C��,WF�������78��"�~��+,�#�R�~���h]΄:.k�0!ZB�F�殱Г�4x����t�%s���N�p��"�"����+G7:������������Z$z 'c��`t��HS�s>�^����LЏ#b�b)U9ˠ�h�+�U<9��d���Y��>��p��?�����ڣ�~��!��:��e�э?�����䩓J '�t+\�UIа\w���������TS<.�-ľ�!�o�S7%��9o�� zG7_�[�p�mʼ����*��V�I�+P��o��\%6��w�-����������{����L����=2�����x��������g��a��3��R3�BK�Ɯ��E����TL�ӛ��4y���N� 3Oٍ.�G]�;�62+y��$U�ݢ�[�#�`���@�lU����W�i�dm�T@�0�>i�qL#)�]���X ,�����җ�y0j�rj� /�����e�8�g�Vq�b��T��Īvy�rQ���; ?@�6C\�2�mF��gb�dT�VA��1>�6�\7�1�O����2�k��'!��;��aK�<�{�:����Q~ʒ�J[�I��$�8yו�[�Zn���c�-}���m���pVs��+�T^l�rģ���@��Glh�l"���C��� ����M> �oKX� ;�����L��V@KGΏ��U�%�[�7�@�*�y�ቴfU��W"J� |&K"��UU���+�;�1V'q<�����d���LcW�;�؀�W��}m��͠\[>�t[����e�+;�TjuD�7��,^�{���U��%��v}#/�Z9��.S���D ����|��g�;�ՙ�]Q۬'����;�d'��*i��Vi�Lu�����tr�Rg黝ڵ���"��}²IY"Eu���TP�,����r�7ʴ��<�#�mջ���4�ҵ[�"�����ѦP- '+�ʂe�9E��랕>���+���KT�/ ݥ�% �e>{'u[�����4�~��%����V��G\�8"g>���o���x&�l}�M���� I�CjE]ϲ_H� s��Qg{ݯr���kg��B�6�뻮���2�<-r>P�;N��������A@3��NvI,%�O2H��~�_�Lc'��E���������I�A���vRON�$��T7���ݱDԏ�u}3��F3��[-V�?PKȞ�t���PKq�RGDefinitions/resource-Vfw8f7fa1c24b01NodesVfwcvfc-template-interface.yml�]Ko�8�ϯ�mv-t�"�tz0�ntf��X�DٜH����x���%�z8�dz�99U�ǧ�b��$! "J$aT[������$H�%8ء4 n����_ƥ���GY��1I�m����.FH"���Tcy=DZ�mwi��]9N��mC�V�օ�󚳼ݫh)/g,!agȪ��(e�����h���A-!�k�e�␥�ϱ`9���C�G����1� ?��z�6���P����/Ř�d�� �,��޹���{}oơ/�+Z�d��AN��ġ���$t���V(4S,_���<%譗!�&����#@ �q݌��@�������$5H�rD�{��c���dMS�)��0��.��9'r4QpN�����J��V�P����%tm2a�S�XZi{����<��QT��@�f�q���_�b��q̘_P���̰6h*=�ăL뱂5 � ����:�ޣ��1�9ɤvz�pz�}ݬ�m� �2n4~�t="9&� ��}j�`��3�+6�ϊ���2��|KBpzB����|�\�F�5آ$���7.h��z?���h�����L�*9K!����L��,�̕����?����hv�����`���<�(��3��O`Е�$a/Ќ��2D��h,�]��7`�X%ͧ ƣ&� �p^�Ad}@,�1�N����&�����b�`�'R� � �h������~A�$�S��� s���F�CEkijOM�Hva�=d�M�zIŠ�e���ƀ i� �Um��)�������]L��F L����L�lԇx�1!KK���0��1Y�\�g�����9��P��\���n��Be�0h��-�G�@�{e{�� �*<�*���~ߔ�{-A�+4��}s.U��r�f���,Rg�I8͂��%,�N�S�w~.�zj�7���Lxh��b0a��ޞֶ��L�@�i'`24�����="J��=��n�����T"��>���DB���v�O�j�'��h��}}�����e�kv����Ű �0�s�Чf˗x�{���Y�ٴ�?'d0�@$��������S�z���5jOG��~�@5�;����G}_1�ُ��ց�(�X�����I��W����)�!ָ�������ة��Ε��(�Y_{;UΤ��!`�`R��b )Q�Q%�7MM ��]Mq۔% HIT���rs�7e���E֟lG�v)�qr���8�7|�h^6�@�u ]�<��Z����|��[c��M���'�;@�+f�0����2-���~S~ڣhB|4�y�|��wZ�&�)�R w����T���HM�-�'�Ŕ7�]Ah)�cƤ�K?��R��H��0��nijJ���I>W^����̷p�^�E��+�r;:�uS̍�+����{L.tD�С>�G����$Sp��|��Y� ?��~���t����u��-7��`bm1���*w>�l0kw:�������Q��o���f8��b�Oʎ\q��@qg��<,?�|���q�R�Fέ,uZ���Pyi.I��0Gr�Uk���&��Q)�;` US��7Ua�/�P�o��ٮ��߈�8�穈 ɪn�6�����_�i1��E��HrT ���M}���We9��]I�4o�3�8�{���Rh<�d,DI ��h?��]������S������PK��w-� �PKq�RDDefinitions/resource-Vfw8f7fa1c24b01ComputeNodesHeatVsn-template.yml��Mo� ���+�� �x���j�����*{�Тfq)�67�F4��c�"�ƌ�������c�ZL�R-�2��J�e�$��!%H��k� U��Y&8�9�E�r)+��V� Q�2� �-�X���y֕��\�"Q�ƈ�u-��!&S��ӧ�f���g��1���jѳ��g��m��.k���j��0��0�?�'�I���^ж��,��4O���l?�߱C4�(������\t�c/�z��q�c��-�fL��:��o}G�9����ŭ�`i:�u���걃%�W3��]a��ލ{jU���:�ލ|�6�uq�{O�� 8�m~;t����B��Oޮ0��J޿�2��CYg����m����u��l�����l=���~PK*�cPKq�R/Definitions/resource-Globalnetwork-template.yml�T�n�0 ��+x�̆��i�[�C�--���a0h�N�ɒ'�)��cl'���� �(�O��#-o��$�\j��.ِu|���CN��d��J�$�1C������_.��3ȇ��b$D0�`�'�4H'�(���x�3!2�Ր��Q+��Z�4�'�9ae��:勤�H{M���YI� ts ٍ�ү�0ܭ�R�@`��T�<������_�(����-�'MV �\�>�����g�+0��@:3v7��[x����Q����4q��1�FG��&#����X�ݻ�e�w�A�Cn�?@.��@�-w����#��6��K���P-)�wb-��h�+k�>�A�pi��R�Z��vY�&�M� M���(ý��F��)���vwጇ��,ɭ)�=?Mo��m�J��ۧalTR/}�w���i�p-������:T��w�����[�ZIi�����z�\鬦�F��Z��I ��s^.>�,��۠�YҌ�1|?D~�Ƕ�(!��{х�Ml��F�����Jyv@�o����*��9�T�_m�ݙ� m�|k��Z������������_��N�R`�J���z�M�XS�}����J��#^ؗ�;�����K�_YYeUR�_��v�PK�hVƑ�PKq�R-Definitions/resource-Neutronport-template.yml�WKs�8 ��W��݃�8q�F77Nw<�:�6�egGQ��)E�$e׳��}A������cr ��G��8m9$�B '�����E�\ز�(%&;(d2N�g:��A|ƘP0�{x��b���ݛ7�x�M�S��Gizy5N���5N�T�|~ �W��j4���фO8)_����_�ɑ��� e�l��3Z-�q$��r#JP~�ҠE�,&�Jp��~ �cn ���� phY�n��؍.��!��i���+S����ەh#��1�YҒ���6���� ��$�U�$n��J,<�'X�2Qe���n1]���}T~��%�%w�������3�O:C����ګWg� ���F����S�X.$� �hWH��� ��+xa�ϡ�TH���J_ި�h����F��2��ת%�v���.[Y�JiW��k��A�_6�n��*�%��S��6�/�:(k�:_� ̊<�j�w�Y�]�G��vj��d�4�<%�$"��+CT�J��͖ϩ�D5�I�����g��י�� ��0ӊ�#k��2�����ų��FpL�3��V/Ø�Cl>c:'_�G<}�6 �� qu�oBM�2���U�y��瀯�*�8�� ��� �(� �������eL�, ͘��iz�z�d�! ��=��DȨ�V됕�<�.�|�<�j��s����3�- Pc *�0�%x�ơi����X��Ԋj�c[(�S�YabK佘ӈ�J���ѻ� (_�w���`b��� �e�!}@��?��^����[9C��|��U���J��� ����\)�R����oK < �g��m�p7β�`b�Zo}����V�h�N�:�J"7��J?�n���]���'T_�i����@h?��?�ߤO.�SC��z�l��Oa��[J=����=/�@��.:���6��I _�ѩO�d�P ��aR�/�љ ��p�N��91ߜD�k+2����z�{Ǖ=��c��"4evW��H��wz��?Y3%}b�ED{O�i���jNaPq�y�ƽ������bv;�dJ�%u�6�?�[�z� �������N���1|�C���=S���!/�Ǐ�ŗ*�+�C9���@���Z� PK.�u_XPKq�R&Definitions/resource-Port-template.yml�SMo�0 ��W�����q�$�m��0`K���ՠ%:*K�$�ȿ���m�9�ȏ��O"�� ,��^�=ZG���6�dY)�P�l�-f%z�!�1&����_�)[�E���( �8� �����(^%�E�SVG�d��( �H�A-���a����(L����Ĕ=��G��VV�����E��;L����J`�<� ��ѱ��f7��j� �`Œ}e����#� ݜ�4���<БS���C�~�F+9a��O� s��l�P�l��r|F-�M�������<���GT��-�!}o"����c�M]�Hj3j =�Kg��Giz�X!ɴ��P* 6}j/5&4`�PA.5~J�=բ�v>^d5�N=ygM=euH����]��)����5�[bs��x�v`���-�fr:A�ۣ� k�t�}4�����/�*k*��w�]�2�*�a��Rſ��(RV�r8��f��V��>⠚C���'[e�3���| ΃�gIK���V�;1�i'�~��m݉�P���b�r��80��֢�8jE0*����~����=bǕ9 �5Y�a��� G&O�3dNWj��L�ZI��5�S�3-7���PK,�~X]ePKq�R,Definitions/resource-Globalport-template.yml�WKS9��+tK8x�{ �y!�KUp(�lmMi���*3Ҭ�1��-��� T�290i���O��*�h�!RX�� נ ~̉�GFdy �fi8 'GXʩ��#B�\S-����W�s2;G1����윏����Qt��8���&��O�J��N��t:��(M���OO�F|:>9=������%�`N~OUD��-�8�En}���k0 �!�$^��* �O�]�LauJ �Fs���7��1�� ~2j!Qz��@� e��Z�"2VS����� @r����rqC>�9Ȏ��o!j0�$�G>>�ҹV�e�E��>|8B�1}3?�G��MH,Rt��&K������Sp��[oW��C��!��+��t{�r�U��*%�q�R����e� �R��oW�#���ذ�P�$P9���,j�%(���Ǖ�+�N����VYE��J�5�EH�1U�"�7&5�S ��\�k���F��Fp�1�"W7��K"v%�˟�c���F��z�������}dZ5(]川��yuj��{R ��eW9J���K���2�B�r��K|O��>���d�=����Hm��T!m�8�b?M8���zM���7�zqA(��L��1"��I�� �҂�)�PH�=@�nc0XL���{�1qw �!+�vw��""Wu�=)¿7!�}���i��Q���&}����қ��g�R��[뼼�s/������lw�j�Q�miI��%������ Z�\�@L����{��ua,aJ��ԝ1`���ߑ��*�� �m�6�=2�;������yqG,����=ܔ���i��&��S��X�ʥX�(���!��T2 !Hvur<Ԧ&�핡�5�"�AN�7�&pw�i��&��E\q� .@� ��+k�w�k�8J$K T�]{'m�RM2�x�"��glCa�#�n!P��s�����t�~�_^~�ldk�PX��zB������{{ ���Ŷ��4�w'�=�AJo�قMJ�K\]��D���Jڢ�f�G����uު��ryG [�@�W!G��Ċ��x;r���+�H�޾|����׍�t�mޅ������?1y��k?��� ��wǏ5ހ��=�05�jc~wS�o����?%3�PK���ul�PKq�RDDefinitions/resource-Vfw8f7fa1c24b01ComputeNodesHeatVfw-template.yml��A��0�����dn����z�Zm�hl�YK`#۰ʿ�@�6��ͼ�<��g����u6Y�b3a���YZJ��C������������1�&\z~��P3��&?���B"/M%�B \Fj� a��v��4p���*�,'^�U��J��9IY�!�A�5;��� ��� 2��aL�9�b�^R6�W��S;����O,�AuHgu��� Q�:�M�����5��DXMZ����)�N��~ ��ZjV� ?T���X�\)l?�?�C�4r/���C�;���^!���wt�>�X�8[ �W͘�u�9���f+`׺���(�-r��h���_�a7��?n�����Y�n䛶"��O���ԝ�����C.�(�9��� )x���f���r��R��� �����n��d?1�O����{�PK_J_�cPKq�R)Definitions/resource-Network-template.yml�TMo�0 ��W�� ��v�Է �]:K/�`�� �%O�S�ߏ��7�I��{�O"E1X/0�T*�����{r����5��t����J ���٣Sh�v{���4.c����E��\�j��D�@)�k��%G����2Yݤ2�tG�H�RRFKe!�T,+�(� �g���I^8U��T;�d����� ��)�L��^ �st8���x�K��v�2�N�����x�oM��׈�8b�����HFZ�����O������4�����2NN4?�$�i�����j� X|6��0���J�M��f�-��DЂ/��Bi�ϩ���4v����vB ❳�T�#][�ě-_�A��������N�&��v}8� 0��|h��D���I楳U6�?X�%mP;[�{-(#O��ss|���7w�2�t��Q�d%jO.�D���B33j�5b���zc[Xˍe�����8�����g�m���pU���4��2��Ƚ�U@rU_�N7P�1J��w�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��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�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���I lcж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��}3 aL���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���i G��^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\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKq�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKq�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKq�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKq�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKq�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKq�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKq�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ���� E-�̍}q�\.��.��v������[�e[� �>M?̀�G*�J巊$��� Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4�� ����ɗ(��IF�!� w��[e����6I �$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2 p�U�c�V�%��cK�����"�h� �p٘�������A�0 ��ɊF��3�i���bX�;- �7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l� dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A� b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A q�{i�F�@�$JC8��/IV��R�"z!����{ ��q��a ;�E{���A� ��<�pD�0/��HVI�ڈQ���u9 �փ� ��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:� �S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c� �<�{��6�jhx���YX���-�q��4tZ��-L��� A��x�"z=8?��q�Q� `�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M���� ��Dպ�D��qAY�O����'SW�S+�Z� ����7A��|L�N�g��n�O-���yxC N��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ� �΃4z0���6�C�>l~�h��4��;���v �����dr%�iO4���_C�y �A= �o���&����K�1L K��|$�GB��"�| -��b��D�"���|��-XZ���/��Ͼ4����_�5 �.�klӰ���U�t*)[0���b���+�L; �>tC��(��Y��� �D�V� ��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz |Z��آ����8���N����O3�m�n ?�K�2�լ��V�ջ�d�0m����v Yev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\��� ~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d l?h�q�� �? =�E�Ӏ8��\�+��߸�X��������ʭ�5�� HDAǀ���� �Nȿ29S(V��'0@�L1Q�3ف �����.�~yv&�OR�� �Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|� ��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^� l�&� �Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/ �y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�( >f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p� /z$��ܗQ�>"� V���R��y�����`�8!A�>�`2�ym�����-�'���� �ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_� ���1&/�@�4I���&Z3h)�v�� �SrԮR�.��R��-�h��p`� �)�,9� `�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O�� !0��.a_��]�m�!G��fUns�Ρ �=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i� �@�^i�@�Lv�58��m ��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz�� ��<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ� �p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD ��Ρ`�����˜�G����� ۳�m�J�/������� ��2U0b��,�� ��]yT��e�� S4� �U|�J�o ���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL�� o�!K�5��! �@��B3��;J������c�^>�J�h9@x�˄����C���J��A ����8�� �Ib�L�a#vl������H���x���' QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l� ���`pm�֠���pETqo���6 ������tl�M����7F�0֧�<� ��]�:�� ֩!���vC��� '��%��z ���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�, ^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U� L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c ��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}��������� 8J�R����X#Q�����+@�v� ���wo��/����k/�}��j5eث��:0�G�B8~�~����n� �fFY�p�*�� �b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x Z~���ϒ��CF.Ϥ��W\ ��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn��� ,��� ����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*� o �@~� qۘg'^�PǗO#�c� �9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂� �� �u�Ɂ�v Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7 �@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o 9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H �EfJ�����`C��� �E����$�O��@I�.���Ǜ��*&�/� 6�Xk# ��v��(2t���0o�� ���m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E} %Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�= )�6`S6� ��(-��'��s� ���K펩��E����ן u�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨� ��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6�� [,���|ǭB����h��w���,&$���q�|v��� ��^f]& ��P%�����n�,����dihТ� j�\����� ��d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+�� �K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY =�}S��z��{���O"�a�� �{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���! �՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=��� J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W��� ����t�g���ڧd�=�} �ݿ5?�{]�˃�29~ K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U� �Q��� �D�� yu�P�m� �U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;��� �ح�O�O�l�X�<30b�`��=ÒO��"� �,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89� h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�� �� �2 S%��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��-�YPKq�RCArtifacts/Informational/OTHER/VSP_vFW-8f7fa1c2-4b01_Information.txt�WAo�0>o���MZ2�R5���V[��i�ô�1ωU��m�_?c��@"��ӄO��~��އb�>�k���kP�%2D��6��@�����b� znd��5H"X�OQi����,e��9QM�: �F���[&�����#;�)�=�t%p�(�� � �X���m�H� 3x��+HA0b���1��Fs�bG�)�!i�3�c��Jl U;q� ��}S7 �`�{��[��ÖM�v�Α q�&�U�E�<����e��Aถ��x���kǾ3p�g��<�ee��l�F���G,aj[��6Ʌ���Xat��s/��*b@��%�`3�{��3�Q�Hh ���X�?��c�vb)�� Q�'I]�CQ+B��)�67_�0co��0mL�R�\�:�� ���<�_Y~� ���dc*wߍ�8ɚ�C P!�6ź���M�+����� L�����c��#�x������#���̣s��LacެVڭ:c򹑬H�n3�Z���Α�d�����{-�f+�5�*�nr=U�}�o�Z�*]1e,"�=#���i*�Y��@�l��R�pJ@v�)Wg�c*�e:˜��M,S�^���'�Mr.��Ĕ{}���.~�������Z�W �Ã��2�wP������^�9*�׻B��ȡ�B���V���������?��~�>WH���=�-���PK8~��PKq�R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp ?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»� ����m��&�2�\J�[��z�d�ۦ'-GS�H� �X ��ux@��;��z��#CSv�l:l ��ǤG ��-mwq�7�k&8���@ �"�)mm�C���/��qg ��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}�� :�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=� �,��n����j˅���ݐ��@ 6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã �;c�}vF�w�Iw4��h�g� ��ym��k�^�V[.>�'r��6�A� ��a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~� ��voqቆ|�`����CB\��$ ��!!�z_���\��Ҳg�+ ) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m� 1<��{�FA������<g ���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� �� S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ� u����>w�m����x48�� ID(����,�꛹��n�sX$�Ê�͞����� -8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75�� �� i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ�� <��E�<��O@���}�)���Z/,���:��| [n�W���֦ڱ�m�ޏκ�Vm�S{t�� Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM> � �P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X �3ڈ�'W8A,�j��3?"�C��35�H �*x�>�B]�ƙ�N����u�">��t����Gܳ® ��j(���6��S���8j�A>=��y\NO�o'p��v��g]��� ߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o� �����E]� ����wZE�=% S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭� %gl[qu V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3� LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ��� .��p&8�/:��E(t�O��)��� C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=� ���E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q B���Pc��ﶟ"����s�3������p�z09�/_^҅� ��pp���KO/�;�w8 8>�۩�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\+�֗׊���]=�0�`�Z���Џ׃��z��J���\���t��hM� "s�p����� .���>��8 ]��.�;���ou4繵�<��NsAE�mm�� ��.k+�����RҲ�\R^���%���T$w�H���!���vpE���f��m�6��s�� �I�jކba2�Ò�M�pV��P�����O�.et ��j��kʄ �k77ڄكG�� 7�5������Tx�0= �EG�ͱ���P|��=(�:��d�|��i��ݷ��^�x��޼^Z��̰4�f�މMA���P0�("��!7����@�����4;��I�"�qy�;��j���oxB�~�ǿ����Ye�Q�F��I��;�8�"�a��7u|>��g�x-�������.�tN2C8'Bd��LM��%�2���;EV����˭�M�d����<ψ,yI+v�K���r���|6����PKEf� 7PKq�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml��n�0�_�ȝ�*� XQ�{h/�q&B������K-)[H�{ � ��9~6�ɣ������A}xn�v�r�4���Kt��Ђ��� �X��7E�ޒ�B��u]@�n�5�k����2���"w�\�3I�i��"�N:+-5&�Lz+t,Ztʃ��1tS�Ƌ\�����&~����Mu�.�ҀM��&׈I� ��D��V�=� U?V][�}Ό����"5��P�l��A��%VUk�R2�����C�c8M�-�ifR�� ���DЄn�K��9\o�����Q}����Nj���G�^�0��pv9K"�e� �$����9��aq�w�����Q2���Ή��2DS)e s�)����&K>I�{��^ܧd&I�5��Ȓ���v�?���?���;�_�ݡp��%���z=Ƶ�"I>O��',��s���G�= �$�+�o��<�ě�e.���u�3�S"�gq�����e��$��W�?PK"���jPKo�R�R�B4E csar.metaPKo�Ro ��kTOSCA-Metadata/TOSCA.metaPKp�R��t � �1CDefinitions/resource-Vfw8f7fa1c24b01-template.ymlPKq�RR��AF�;R"Definitions/resource-Vfw8f7fa1c24b01-template-interface.ymlPKq�R=�� �cD�9Definitions/resource-Vfw8f7fa1c24b01ComputeNodesHeatVpg-template.ymlPKq�Rl M� .<Definitions/resource-Extneutroncp-template.ymlPKq�RC�Iy�(�@Definitions/resource-Extcp2-template.ymlPKq�R&)m� ,0CDefinitions/resource-Neutronnet-template.ymlPKq�R�.���j=�FDefinitions/resource-Vfw8f7fa1c24b01NodesVsncvfc-template.ymlPKq�R}.kG� f�G)VDefinitions/resource-Vfw8f7fa1c24b01NodesVsncvfc-template-interface.ymlPKq�R#����k=``Definitions/resource-Vfw8f7fa1c24b01NodesVpgcvfc-template.ymlPKq�RsT��� ��G�oDefinitions/resource-Vfw8f7fa1c24b01NodesVpgcvfc-template-interface.ymlPKq�Raii �� )�yDefinitions/resource-Compute-template.ymlPKq�R˩^�,�}Definitions/resource-Novaserver-template.ymlPKq�R��\f;K/D�Definitions/resource-Globalcompute-template.ymlPKq�RȞ�t���=܇Definitions/resource-Vfw8f7fa1c24b01NodesVfwcvfc-template.ymlPKq�R��w-� �G֘Definitions/resource-Vfw8f7fa1c24b01NodesVfwcvfc-template-interface.ymlPKq�R*�cD֣Definitions/resource-Vfw8f7fa1c24b01ComputeNodesHeatVsn-template.ymlPKq�R�hVƑ�/�Definitions/resource-Globalnetwork-template.ymlPKq�R.�u_X-ߨDefinitions/resource-Neutronport-template.ymlPKq�R,�~X]e&��Definitions/resource-Port-template.ymlPKq�R���ul�,C�Definitions/resource-Globalport-template.ymlPKq�R_J_�cD �Definitions/resource-Vfw8f7fa1c24b01ComputeNodesHeatVfw-template.ymlPKq�Rq�6�T�)$�Definitions/resource-Network-template.ymlPKq�R+�@j5��ϹDefinitions/data.ymlPKq�R�'}8{�Definitions/groups.ymlPKq�R0?��@ @<�Definitions/policies.ymlPKq�R���C&�Definitions/annotations.ymlPKq�R�����1Definitions/relationships.ymlPKq�R 2ea� < Definitions/artifacts.ymlPKq�R�H�v~(�Definitions/capabilities.ymlPKq�R8��GDefinitions/interfaces.ymlPKq�R�j��-�Y@Definitions/nodes.ymlPKq�R8~��C�LArtifacts/Informational/OTHER/VSP_vFW-8f7fa1c2-4b01_Information.txtPKq�R��ȕ �O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPKq�REf� 7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKq�R"���j4^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%! a 2021-04-15T03:37:11.012Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-15T03:37:11.013Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/002198b6-a06a-489d-aecf-c1c37488015b/toscaModel|INFO|500||InvokeReturn 2021-04-15T03:37:11.018Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-15T03:37:11.018Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-15T03:37:11.018Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= cc69aa6d-7286-4036-b48c-445ac474fdf8 2021-04-15T03:37:11.018Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc69aa6d-7286-4036-b48c-445ac474fdf8 matches Tosca VF Customization UUID: cc69aa6d-7286-4036-b48c-445ac474fdf8 2021-04-15T03:37:11.019Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: cc69aa6d-7286-4036-b48c-445ac474fdf8 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-15T03:37:11.022Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.022Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.023Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id cc69aa6d-7286-4036-b48c-445ac474fdf8: {\"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-15T03:37:11.024Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@912063e 2021-04-15T03:37:11.024Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.024Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:37:11.024Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6fd702c-94a8-4087-8530-f6778a6f49af 2021-04-15T03:37:11.024Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6fd702c-94a8-4087-8530-f6778a6f49af 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-15T03:37:11.027Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.027Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:11.027Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:11.027Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T03:37:11.028Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.029Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=53e855a4-54b1-421e-898b-b177814b5a11 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-15T03:37:11.031Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.031Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:11.031Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:11.032Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.032Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:11.032Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:11.032Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T03:37:11.032Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:11.032Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.033Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4226e367-6880-421f-9b89-544eeea0f2df 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-15T03:37:11.035Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.035Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:11.035Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:11.037Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.038Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is not matching search criteria 2021-04-15T03:37:11.038Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-15T03:37:11.038Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-15T03:37:11.038Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:11.038Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.038Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-15T03:37:11.039Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee9391b2-2174-4c80-b78e-8d6a2177ff36 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-15T03:37:11.042Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.042Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:11.042Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:37:11.042Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.043Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Node template vFW 8f7fa1c2-4b01 0 is matching search criteria 2021-04-15T03:37:11.043Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found topology templates [vFW 8f7fa1c2-4b01 0] matching following query criteria: sdcType=VF, customizationUUID=cc69aa6d-7286-4036-b48c-445ac474fdf8 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-15T03:37:11.046Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.046Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid aca250c2-0152-4a80-83dc-62a99dc0c9bf: vFW 8f7fa1c2-4b01 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.047Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.048Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.048Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.048Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:37:11.048Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Service vFW 2021-04-15 03-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:37:11.048Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||Saving Service: vFW 2021-04-15 03-33-49 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-15T03:37:11.272Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f7fa1c2-4b01 2f0de367-1aa1-48cf-8331-15ea1b600223 1 ASDC deployResourceStructure 2021-04-15T03:37:11.272Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json ASDC sendASDCNotification 2021-04-15T03:37:11.272Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json 2021-04-15T03:37:11.272Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:37:11.272Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:11.274Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:11.274Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457831272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:37:11.374Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:11.375Z||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-15T03:37:11.375Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:11.386Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:11.387Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:12.275Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-15T03:37:12.275Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml 2021-04-15T03:37:12.275Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:37:12.275Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:12.277Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:12.277Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457832275, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:37:12.377Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:12.378Z||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-15T03:37:12.378Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:12.388Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:12.388Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:13.278Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-15T03:37:13.278Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env 2021-04-15T03:37:13.278Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:37:13.279Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:13.280Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:13.280Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-15T03:37:13.380Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:13.381Z||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-15T03:37:13.381Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:13.391Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:13.391Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:14.281Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar ASDC sendASDCNotification 2021-04-15T03:37:14.281Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar 2021-04-15T03:37:14.281Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:37:14.281Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:14.283Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:14.283Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457834281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:37:14.383Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:37:14.384Z||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-15T03:37:14.384Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:14.395Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:14.395Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:37:15.283Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcebe2f2-5e4e-419e-a317-0104123fecc5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:37:15.293Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:37:15.296Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:37:15.296Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:37:15.296Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:37:15.297Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:37:15.302Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:37:45.302Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcebe2f2-5e4e-419e-a317-0104123fecc5 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-15T03:37:45.306Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcebe2f2-5e4e-419e-a317-0104123fecc5 and serviceModelVersionId: aca250c2-0152-4a80-83dc-62a99dc0c9bf 2021-04-15T03:37:45.306Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbbedb5f-bbe3-4336-9806-685f977a9b96 2021-04-15T03:37:45.307Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbbedb5f-bbe3-4336-9806-685f977a9b96/model-vers/model-ver/aca250c2-0152-4a80-83dc-62a99dc0c9bf?depth=0 2021-04-15T03:37:45.311Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:37:45.420Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bbbedb5f-bbe3-4336-9806-685f977a9b96/model-vers/model-ver/aca250c2-0152-4a80-83dc-62a99dc0c9bf?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-15T03:37:45.421Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bbbedb5f-bbe3-4336-9806-685f977a9b96/model-vers/model-ver/aca250c2-0152-4a80-83dc-62a99dc0c9bf?depth=0|INFO|500||Invoke 2021-04-15T03:37:45.442Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bbbedb5f-bbe3-4336-9806-685f977a9b96/model-vers/model-ver/aca250c2-0152-4a80-83dc-62a99dc0c9bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:37:46.413Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bbbedb5f-bbe3-4336-9806-685f977a9b96/model-vers/model-ver/aca250c2-0152-4a80-83dc-62a99dc0c9bf?depth=0|INFO|500||InvokeReturn 2021-04-15T03:37:46.414Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bbbedb5f-bbe3-4336-9806-685f977a9b96/model-vers/model-ver/aca250c2-0152-4a80-83dc-62a99dc0c9bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210415-03:37:45:448-8483], vertex-id=[200920], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:37:45 GMT], Content-Type=[application/json]} 2021-04-15T03:37:46.414Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:37:46.414Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:37:46.414Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:37:46.418Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:37:46.418Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcebe2f2-5e4e-419e-a317-0104123fecc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:37:46.418Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:37:46.418Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:37:46.485Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:37:46.486Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457866418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:37:46.520Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 34 ms 2021-04-15T03:37:46.521Z||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-15T03:37:46.521Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:46.533Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:46.536Z||pool-39-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-15T03:37:50.332Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:37:50.332Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|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-15T03:37:50.332Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:37:50.335Z||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-15T03:37:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:37:50.454Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:37:50.455Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:37:50.455Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:37:50.455Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:37:59.866Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.77.68 2021-04-15T03:38:50.332Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:38:50.332Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|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-15T03:38:50.332Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:38:50.334Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:38:50.334Z||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-15T03:38:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:38:50.359Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:50.359Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.360Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "NOTIFIED" } 2021-04-15T03:38:50.360Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:38:50.360Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.360Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-15T03:38:50.360Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:38:50.360Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.361Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:38:50.361Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:38:50.361Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457810332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457819915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457825192, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457827709, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457829428, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:38:50.386Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457831272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/vfw8f7fa1c24b010_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457832275, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/resourceInstances/vfw8f7fa1c24b010/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457834281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210415033349/1.0/artifacts/service-Vfw20210415033349-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-15T03:38:50.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcebe2f2-5e4e-419e-a317-0104123fecc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457866418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:38:50.388Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:38:51.004Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:51.004Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:38:51.005Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"64c9fb8a-3884-4650-80ba-d80e2c9b7d2f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea","serviceDescription":"service","serviceInvariantUUID":"9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6764b528-51bc-46c1-9b84-6b003620f6ab","resourceInvariantUUID":"3f567d83-fe2a-4f5f-842a-4a919b589b38","resourceCustomizationUUID":"37d66ce6-26ca-4198-a153-12e422db38e7","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":"N2I4YTI3NjNmZGZhNDQ1MmJiNzdhM2E5MDJmZjEyMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fd82c9a-6025-4677-8a9c-827bab3a1efc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmQ3OGExOTYxMjU0MmI0NjU3NzU4MzgyMmEyMzkzMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b74f8788-798e-4cab-a737-49dee3449f40","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:38:51.007Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:38:51.007Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:38:51.008Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:38:51.009Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457930331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:38:51.109Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 24 ms 2021-04-15T03:38:51.110Z||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-15T03:38:51.110Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:38:51.120Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:51.121Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:38:52.085Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:38:52.086Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:38:52.088Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:38:52.088Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457930331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:38:52.188Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:38:52.189Z||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-15T03:38:52.189Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:38:52.199Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:52.199Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:38:53.089Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea", "serviceDescription": "service", "serviceInvariantUUID": "9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "37d66ce6-26ca-4198-a153-12e422db38e7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "6764b528-51bc-46c1-9b84-6b003620f6ab", "resourceInvariantUUID": "3f567d83-fe2a-4f5f-842a-4a919b589b38", "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": "ZmQ3OGExOTYxMjU0MmI0NjU3NzU4MzgyMmEyMzkzMDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b74f8788-798e-4cab-a737-49dee3449f40" } ], "workloadContext": "Production" } 2021-04-15T03:38:53.089Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:38:53.090Z|bcebe2f2-5e4e-419e-a317-0104123fecc5|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea ASDC 2021-04-15T03:38:53.090Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:64c9fb8a-3884-4650-80ba-d80e2c9b7d2f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea ServiceInvariantUUID:9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b 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:b74f8788-798e-4cab-a737-49dee3449f40 ArtifactChecksum:ZmQ3OGExOTYxMjU0MmI0NjU3NzU4MzgyMmEyMzkzMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:37d66ce6-26ca-4198-a153-12e422db38e7 ResourceInvariantUUID:3f567d83-fe2a-4f5f-842a-4a919b589b38 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:6764b528-51bc-46c1-9b84-6b003620f6ab ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-15T03:38:53.090Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea 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-15T03:38:53.203Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:38:53.204Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:38:53.204Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:38:53.204Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: b74f8788-798e-4cab-a737-49dee3449f40 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-15T03:38:53.204Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:38:53.204Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-15T03:38:53.803Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:38:53.805Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b74f8788-798e-4cab-a737-49dee3449f40 47924 2021-04-15T03:38:53.806Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-15T03:38:53.806Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-15T03:38:53.806Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:38:53.806Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:38:53.808Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:38:53.808Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457933806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:38:53.908Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 23 ms 2021-04-15T03:38:53.909Z||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-15T03:38:53.909Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:38:53.918Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:53.918Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:38:54.885Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:38:54.887Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:38:54.887Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: b74f8788-798e-4cab-a737-49dee3449f40, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:54.887Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-15T03:38:54.887Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:54.888Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:54.960Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2198299212794646621/Definitions/service-BasicNetwork-template.yml 2021-04-15T03:38:55.319Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:38:55.319Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:38:55.319Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.319Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.320Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.321Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.322Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.323Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.323Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.323Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.323Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.323Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.323Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea Model Version:NULL Model InvariantUuid:9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3f567d83-fe2a-4f5f-842a-4a919b589b38 Model UUID:5f4d9588-9b03-4366-b55b-c30d7735d806 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:37d66ce6-26ca-4198-a153-12e422db38e7 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-15T03:38:55.329Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 6764b528-51bc-46c1-9b84-6b003620f6ab 2021-04-15T03:38:55.329Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||No resources found for Service: d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea 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-15T03:38:55.332Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500|| 2021-04-15T03:38:55.332Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-15T03:38:55.332Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||No resources found for Service: d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea 2021-04-15T03:38:55.333Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea 2021-04-15T03:38:55.333Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-15T03:38:55.333Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:38:55.338Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.338Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.339Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.339Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.339Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea: Generic NeutronNet 2021-04-15T03:38:55.339Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.339Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.340Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.340Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as NETWORK_2_55_, tempnetwor0_.AIC_VERSION_MAX as AIC_VERS3_55_, tempnetwor0_.AIC_VERSION_MIN as AIC_VERS4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_, networkres0_.NETWORK_ROLE as NETWORK_4_37_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_, networkres0_.NETWORK_TYPE as NETWORK_7_37_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_, networkres0_.DESCRIPTION as DESCRIPT6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_, networkres0_.MODEL_NAME as MODEL_NA8_36_, networkres0_.MODEL_VERSION as MODEL_VE9_36_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-04-15T03:38:55.406Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.407Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.407Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.407Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.407Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:38:55.408Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:38:55.408Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_3_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_3_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_3_, networkres0_.NETWORK_ROLE as NETWORK_4_37_3_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_3_, networkres0_.NETWORK_TYPE as NETWORK_7_37_3_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_3_, networkres1_.MODEL_UUID as MODEL_UU1_36_0_, networkres1_.AIC_VERSION_MAX as AIC_VERS2_36_0_, networkres1_.AIC_VERSION_MIN as AIC_VERS3_36_0_, networkres1_.RESOURCE_CATEGORY as RESOURCE4_36_0_, networkres1_.CREATION_TIMESTAMP as CREATION5_36_0_, networkres1_.DESCRIPTION as DESCRIPT6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_0_, networkres1_.MODEL_INVARIANT_UUID as MODEL_IN7_36_0_, networkres1_.MODEL_NAME as MODEL_NA8_36_0_, networkres1_.MODEL_VERSION as MODEL_VE9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_0_, networkres1_.ORCHESTRATION_MODE as ORCHEST11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as RESOURC12_36_0_, networkres1_.TOSCA_NODE_TYPE as TOSCA_N13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_1_, collection2_.CREATION_TIMESTAMP as CREATION2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_1_, collection2_.MODEL_INSTANCE_NAME as MODEL_IN3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_1_, collection2_.NETWORK_ROLE as NETWORK_4_14_1_, collection2_.NETWORK_SCOPE as NETWORK_5_14_1_, collection2_.NETWORK_TECHNOLOGY as NETWORK_6_14_1_, collection2_.NETWORK_TYPE as NETWORK_7_14_1_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_2_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_2_, heattempla3_.DESCRIPTION as DESCRIPT4_28_2_, heattempla3_.BODY as BODY5_28_2_, heattempla3_.NAME as NAME6_28_2_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_2_, heattempla3_.VERSION as VERSION8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_4_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_4_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_4_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_4_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_4_, networkres0_.DESCRIPTION as DESCRIPT6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_4_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_4_, networkres0_.MODEL_NAME as MODEL_NA8_36_4_, networkres0_.MODEL_VERSION as MODEL_VE9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_4_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_4_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_0_, collection1_.CREATION_TIMESTAMP as CREATION2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_0_, collection1_.MODEL_INSTANCE_NAME as MODEL_IN3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_0_, collection1_.NETWORK_ROLE as NETWORK_4_14_0_, collection1_.NETWORK_SCOPE as NETWORK_5_14_0_, collection1_.NETWORK_TECHNOLOGY as NETWORK_6_14_0_, collection1_.NETWORK_TYPE as NETWORK_7_14_0_, instancegr2_.MODEL_UUID as MODEL_UU2_32_1_, instancegr2_.CR_MODEL_UUID as CR_MODE10_32_1_, instancegr2_.CREATION_TIMESTAMP as CREATION3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as MODEL_IN4_32_1_, instancegr2_.MODEL_NAME as MODEL_NA5_32_1_, instancegr2_.MODEL_VERSION as MODEL_VE6_32_1_, instancegr2_.ROLE as ROLE7_32_1_, instancegr2_.TOSCA_NODE_TYPE as TOSCA_NO8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as INSTANCE9_32_1_, instancegr2_.OBJECT_TYPE as OBJECT_T1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as MODEL_CU2_16_2_, networkcol3_.CR_MODEL_UUID as CR_MODEL8_16_2_, networkcol3_.CREATION_TIMESTAMP as CREATION3_16_2_, networkcol3_.FUNCTION as FUNCTION4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as MODEL_IN5_16_2_, networkcol3_.ROLE as ROLE6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as COLLECTI7_16_2_, heattempla4_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla4_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla4_.DESCRIPTION as DESCRIPT4_28_3_, heattempla4_.BODY as BODY5_28_3_, heattempla4_.NAME as NAME6_28_3_, heattempla4_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla4_.VERSION as VERSION8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-15T03:38:55.458Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-15T03:38:55.458Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-15T03:38:55.458Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-15T03:38:55.459Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:38:55.459Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:38:55.460Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:38:55.460Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457935458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:38:55.561Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:38:55.562Z||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-15T03:38:55.562Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:38:55.573Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:38:55.573Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:38:56.462Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:38:56.471Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:38:56.473Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:38:56.473Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:38:56.473Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:39:26.485Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:39:26.495Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:26.498Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:39:26.498Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:39:26.498Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:39:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:39:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:39:50.335Z||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-15T03:39:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:39:50.362Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:39:50.363Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.363Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "cds", "timestamp": 1618457876419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1618457879002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "aai-ml", "timestamp": 1618457878303, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457880715, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457873893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "dcae-sch", "timestamp": 1618457879281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "cds", "timestamp": 1618457876419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1618457879002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457880715, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "aai-ml", "timestamp": 1618457878303, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457873893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "dcae-sch", "timestamp": 1618457879281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "clamp", "timestamp": 1618457884903, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "aai-ml", "timestamp": 1618457886496, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "clamp", "timestamp": 1618457884903, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.385Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457886696, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:39:50.385Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "cds", "timestamp": 1618457886714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:39:50.386Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "cds", "timestamp": 1618457887720, "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-15T03:39:50.392Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 2021-04-15T03:39:50.392Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:50.404Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.404Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457888100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:39:50.405Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.405Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.405Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457889103, "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-15T03:39:50.410Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 2021-04-15T03:39:50.410Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "policy-id", "timestamp": 1618457888632, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "multicloud-windriver-id", "timestamp": 1618457889309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "policy-id", "timestamp": 1618457888632, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "aai-ml", "timestamp": 1618457890290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "clamp", "timestamp": 1618457890938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "multicloud-windriver-id", "timestamp": 1618457889309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "aai-ml", "timestamp": 1618457891296, "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-15T03:39:50.424Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 2021-04-15T03:39:50.424Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:50.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "clamp", "timestamp": 1618457892002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:39:50.432Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "policy-id", "timestamp": 1618457892015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:39:50.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "clamp", "timestamp": 1618457893005, "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-15T03:39:50.437Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 2021-04-15T03:39:50.437Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:50.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "policy-id", "timestamp": 1618457893019, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:39:50.445Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:39:50.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:39:50.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "policy-id", "timestamp": 1618457894023, "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-15T03:39:50.449Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 2021-04-15T03:39:50.449Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:56.499Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:39:56.508Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:39:56.511Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:39:56.511Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:39:56.511Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:39:56.512Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:39:56.590Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:40:14.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:40:26.590Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f 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-15T03:40:26.594Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f and serviceModelVersionId: d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea 2021-04-15T03:40:26.595Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b 2021-04-15T03:40:26.596Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0 2021-04-15T03:40:26.602Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:40:26.711Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0|INFO|500||Invoke 2021-04-15T03:40:26.711Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64c9fb8a-3884-4650-80ba-d80e2c9b7d2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[514f106a-2129-455b-b5c4-ee90a51d25aa], X-ECOMP-RequestID=[64c9fb8a-3884-4650-80ba-d80e2c9b7d2f], X-TransactionId=[], X-ONAP-RequestID=[64c9fb8a-3884-4650-80ba-d80e2c9b7d2f], Content-Type=[application/merge-patch+json]} 2021-04-15T03:40:26.727Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:40:26.912Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?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/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210415-03:40:26:732-9789], vertex-id=[209064], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:40:26 GMT], Content-Type=[application/json]} 2021-04-15T03:40:26.912Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:40:26.913Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9d55fee6-30ec-4e4d-80e9-de8d4f83bc3b/model-vers/model-ver/d5dee7e3-4e56-49d0-b700-e4bcaa5a04ea?depth=0|INFO|500||InvokeReturn 2021-04-15T03:40:26.913Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:40:26.913Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:40:26.918Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:40:26.918Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64c9fb8a-3884-4650-80ba-d80e2c9b7d2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:40:26.918Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:40:26.918Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:26.920Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:26.920Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458026918, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:40:27.021Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T03:40:27.021Z||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-15T03:40:27.021Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:27.032Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:27.033Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T03:40:27.994Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:40:27.995Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|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-15T03:40:27.995Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:28.621Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:28.622Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:40:28.622Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee4d35c9-0258-45dd-aa43-36bb47818623","serviceName":"Demo_pNF_2QKeM5FuVEB84aNLDeFQ","serviceVersion":"1.0","serviceUUID":"25ab5e28-9d3a-48aa-b192-b81cfe9cf58b","serviceDescription":"catalog service description","serviceInvariantUUID":"bdb0aa5e-ec65-493f-8555-eeb34d92a1c0","resources":[{"resourceInstanceName":"pNF e4223793-ed41 0","resourceName":"pNF e4223793-ed41","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5e6532f-22f7-48e7-b686-f11970fe3814","resourceInvariantUUID":"ae27e0ef-e806-46fb-bf5e-8cbda91d131a","resourceCustomizationUUID":"f43231d4-5fff-4acd-8897-4a8fcc48e9a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml","artifactChecksum":"NTgzZWZjNDFmYjBhZTQzMDRmN2EyYjI3YTc1MDRhM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17e268f9-eb53-49c6-8897-b1aafa6317ca","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar","artifactChecksum":"NmEzODMwMTM2MTUyZTdkOWJmNWEyMjljOTgyZGY4MzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91b30c64-b2a5-440c-b7fe-c2884dc62aaf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"483b7c65-fe1b-4b4a-acc3-1aa513965125","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml","artifactChecksum":"NzJiNzhiM2UwZWViY2ZjNzhjODgyMTk2YTRlZjUyMmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7c976b6-12c6-471d-9189-5497c085f295","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92723c14-1d00-4622-95db-2580e99726c5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11ea9b11-9c38-438c-9194-04e706515c0e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2qkem5fuveb84anldefq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml","artifactChecksum":"ZWE1MzJlNzNhMmFkNjA5OWRhZjMyMTkxYWU1MzA0NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7523c77e-ff14-4ec7-bdf9-990a1f289c76","artifactVersion":"1"},{"artifactName":"service-DemoPnf2qkem5fuveb84anldefq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar","artifactChecksum":"ZGI1NjcxODA2MzczYWEyNDI1MGQ3ZGJiMzg0NTJlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d08ce1ba-4cb7-4842-b4e9-44176dcb5066","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:40:28.624Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:28.624Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:28.625Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:28.625Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:28.726Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:28.727Z||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-15T03:40:28.727Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:28.738Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:28.738Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:29.626Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:29.627Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:29.629Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:29.629Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:29.729Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:29.730Z||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-15T03:40:29.730Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:29.738Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:29.739Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:30.630Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:30.631Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:30.632Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:30.633Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:30.733Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:30.734Z||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-15T03:40:30.734Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:30.745Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:30.745Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:31.633Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:31.634Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:31.636Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:31.636Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:31.736Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:31.737Z||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-15T03:40:31.737Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:31.774Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:31.775Z||pool-48-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:32.636Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:32.637Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:32.639Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:32.639Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:32.739Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:32.740Z||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-15T03:40:32.740Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:32.800Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:32.801Z||pool-49-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:33.640Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:33.641Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:33.642Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:33.642Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:33.743Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:40:33.744Z||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-15T03:40:33.744Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:33.813Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:33.814Z||pool-50-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:34.643Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:34.644Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:34.645Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:34.646Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:34.746Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:34.746Z||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-15T03:40:34.747Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:34.756Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:34.756Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:35.646Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:40:35.647Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:35.649Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:35.649Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:35.749Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:35.750Z||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-15T03:40:35.750Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:35.760Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:35.760Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:36.650Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "serviceName": "Demo_pNF_2QKeM5FuVEB84aNLDeFQ", "serviceVersion": "1.0", "serviceUUID": "25ab5e28-9d3a-48aa-b192-b81cfe9cf58b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bdb0aa5e-ec65-493f-8555-eeb34d92a1c0", "resources": [ { "resourceInstanceName": "pNF e4223793-ed41 0", "resourceCustomizationUUID": "f43231d4-5fff-4acd-8897-4a8fcc48e9a8", "resourceName": "pNF e4223793-ed41", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b5e6532f-22f7-48e7-b686-f11970fe3814", "resourceInvariantUUID": "ae27e0ef-e806-46fb-bf5e-8cbda91d131a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "artifactChecksum": "ZGI1NjcxODA2MzczYWEyNDI1MGQ3ZGJiMzg0NTJlMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d08ce1ba-4cb7-4842-b4e9-44176dcb5066" } ], "workloadContext": "Production" } 2021-04-15T03:40:36.650Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:40:36.650Z|64c9fb8a-3884-4650-80ba-d80e2c9b7d2f|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 25ab5e28-9d3a-48aa-b192-b81cfe9cf58b ASDC 2021-04-15T03:40:36.651Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ee4d35c9-0258-45dd-aa43-36bb47818623 ServiceName:Demo_pNF_2QKeM5FuVEB84aNLDeFQ ServiceVersion:1.0 ServiceUUID:25ab5e28-9d3a-48aa-b192-b81cfe9cf58b ServiceInvariantUUID:bdb0aa5e-ec65-493f-8555-eeb34d92a1c0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf2qkem5fuveb84anldefq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar ArtifactUUID:d08ce1ba-4cb7-4842-b4e9-44176dcb5066 ArtifactChecksum:ZGI1NjcxODA2MzczYWEyNDI1MGQ3ZGJiMzg0NTJlMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e4223793-ed41 0 ResourceCustomizationUUID:f43231d4-5fff-4acd-8897-4a8fcc48e9a8 ResourceInvariantUUID:ae27e0ef-e806-46fb-bf5e-8cbda91d131a ResourceName:pNF e4223793-ed41 ResourceType:PNF ResourceUUID:b5e6532f-22f7-48e7-b686-f11970fe3814 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-15T03:40:36.651Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25ab5e28-9d3a-48aa-b192-b81cfe9cf58b 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-15T03:40:36.699Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:40:36.700Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:40:36.700Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:40:36.700Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: d08ce1ba-4cb7-4842-b4e9-44176dcb5066 from URL: /sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:36.700Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:40:36.700Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:37.615Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:40:37.618Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar d08ce1ba-4cb7-4842-b4e9-44176dcb5066 78818 2021-04-15T03:40:37.618Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar ASDC sendASDCNotification 2021-04-15T03:40:37.618Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:37.618Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:40:37.618Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:37.620Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:37.620Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458037618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:37.720Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:37.721Z||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-15T03:40:37.721Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:37.732Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:37.732Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:38.620Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:40:38.622Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:40:38.622Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: d08ce1ba-4cb7-4842-b4e9-44176dcb5066, URL: /sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar to file: /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:38.622Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:38.622Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:38.622Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:38.699Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12643273484645321718/Definitions/service-DemoPnf2qkem5fuveb84anldefq-template.yml 2021-04-15T03:40:39.226Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:40:39.226Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:40:39.226Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.226Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e4223793-ed41 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-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e4223793-ed41 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:40:39.227Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Node template pNF e4223793-ed41 0 is matching search criteria 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Found topology templates [pNF e4223793-ed41 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Node template pNF e4223793-ed41 0 is matching search criteria 2021-04-15T03:40:39.228Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Found topology templates [pNF e4223793-ed41 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.229Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.230Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.230Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.230Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.230Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_2QKeM5FuVEB84aNLDeFQ Description:catalog service description Model UUID:25ab5e28-9d3a-48aa-b192-b81cfe9cf58b Model Version:NULL Model InvariantUuid:bdb0aa5e-ec65-493f-8555-eeb34d92a1c0 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-15T03:40:39.236Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: b5e6532f-22f7-48e7-b686-f11970fe3814 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-15T03:40:39.239Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||pNF e4223793-ed41 0 2021-04-15T03:40:39.239Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b5e6532f-22f7-48e7-b686-f11970fe3814 2021-04-15T03:40:39.239Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||No resources found for Service: 25ab5e28-9d3a-48aa-b192-b81cfe9cf58b 2021-04-15T03:40:39.240Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 25ab5e28-9d3a-48aa-b192-b81cfe9cf58b 2021-04-15T03:40:39.240Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e4223793-ed41 0 b5e6532f-22f7-48e7-b686-f11970fe3814 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-15T03:40:39.296Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.296Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.297Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 25ab5e28-9d3a-48aa-b192-b81cfe9cf58b: pNF e4223793-ed41 2021-04-15T03:40:39.297Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Processing PNF resource: b5e6532f-22f7-48e7-b686-f11970fe3814 2021-04-15T03:40:39.297Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:40:39.297Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Service Demo_pNF_2QKeM5FuVEB84aNLDeFQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:40:39.297Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||Resource customization UUID: f43231d4-5fff-4acd-8897-4a8fcc48e9a8 is the same as notified resource customizationUUID: f43231d4-5fff-4acd-8897-4a8fcc48e9a8 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-15T03:40:39.370Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e4223793-ed41 b5e6532f-22f7-48e7-b686-f11970fe3814 0 ASDC deployResourceStructure 2021-04-15T03:40:39.370Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar ASDC sendASDCNotification 2021-04-15T03:40:39.370Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar 2021-04-15T03:40:39.370Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:40:39.370Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:40:39.372Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:40:39.372Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458039370, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:40:39.472Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:40:39.473Z||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-15T03:40:39.473Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:39.485Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:39.485Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:40:40.372Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee4d35c9-0258-45dd-aa43-36bb47818623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:40:40.381Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:40:40.383Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:40:40.383Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:40:40.383Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:40:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:40:50.334Z||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-15T03:40:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:40:50.411Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:40:50.414Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.414Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457930331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.415Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.415Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.415Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457930331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.415Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.415Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.415Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457933806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:50.416Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.416Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.416Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618457935458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:40:50.416Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.416Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.416Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.417Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.418Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.421Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.422Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.423Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.424Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.425Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.426Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-k8s-id", "timestamp": 1618457939002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "dcae-sch", "timestamp": 1618457939281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-starlingx-id", "timestamp": 1618457940715, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457944904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457938303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457955932, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457948632, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "multicloud-windriver-id", "timestamp": 1618457949309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457958403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457951420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457959407, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:40:50.432Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "policy-id", "timestamp": 1618457960410, "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-15T03:40:50.439Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee4d35c9-0258-45dd-aa43-36bb47818623 2021-04-15T03:40:50.439Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:40:50.493Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.493Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457961018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:40:50.493Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.493Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.494Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "aai-ml", "timestamp": 1618457962024, "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-15T03:40:50.503Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee4d35c9-0258-45dd-aa43-36bb47818623 2021-04-15T03:40:50.503Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:40:50.512Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.513Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457962211, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:50.513Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.513Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.513Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "cds", "timestamp": 1618457963219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-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-15T03:40:50.518Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee4d35c9-0258-45dd-aa43-36bb47818623 2021-04-15T03:40:50.518Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:40:50.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457963672, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457964694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:40:50.571Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.572Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "clamp", "timestamp": 1618457965698, "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-15T03:40:50.577Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee4d35c9-0258-45dd-aa43-36bb47818623 2021-04-15T03:40:50.577Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.586Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457963893, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.587Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457972915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:40:50.588Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.588Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.588Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457974581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:40:50.588Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:40:50.588Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:40:50.588Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618457975584, "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-15T03:40:50.594Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee4d35c9-0258-45dd-aa43-36bb47818623 2021-04-15T03:40:50.594Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:40:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T03:41:10.383Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee4d35c9-0258-45dd-aa43-36bb47818623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:41:10.395Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:41:10.398Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:41:10.398Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:41:10.398Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:41:10.398Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:41:10.398Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:41:10.398Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:41:10.399Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:41:10.399Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:41:10.399Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:41:10.399Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:41:10.399Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:41:10.404Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:41:40.404Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee4d35c9-0258-45dd-aa43-36bb47818623 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-15T03:41:40.410Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee4d35c9-0258-45dd-aa43-36bb47818623 and serviceModelVersionId: 25ab5e28-9d3a-48aa-b192-b81cfe9cf58b 2021-04-15T03:41:40.410Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bdb0aa5e-ec65-493f-8555-eeb34d92a1c0 2021-04-15T03:41:40.411Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bdb0aa5e-ec65-493f-8555-eeb34d92a1c0/model-vers/model-ver/25ab5e28-9d3a-48aa-b192-b81cfe9cf58b?depth=0 2021-04-15T03:41:40.418Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:41:40.450Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bdb0aa5e-ec65-493f-8555-eeb34d92a1c0/model-vers/model-ver/25ab5e28-9d3a-48aa-b192-b81cfe9cf58b?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-15T03:41:40.451Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bdb0aa5e-ec65-493f-8555-eeb34d92a1c0/model-vers/model-ver/25ab5e28-9d3a-48aa-b192-b81cfe9cf58b?depth=0|INFO|500||Invoke 2021-04-15T03:41:40.466Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bdb0aa5e-ec65-493f-8555-eeb34d92a1c0/model-vers/model-ver/25ab5e28-9d3a-48aa-b192-b81cfe9cf58b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:41:41.294Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bdb0aa5e-ec65-493f-8555-eeb34d92a1c0/model-vers/model-ver/25ab5e28-9d3a-48aa-b192-b81cfe9cf58b?depth=0|INFO|500||InvokeReturn 2021-04-15T03:41:41.295Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bdb0aa5e-ec65-493f-8555-eeb34d92a1c0/model-vers/model-ver/25ab5e28-9d3a-48aa-b192-b81cfe9cf58b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210415-03:41:40:472-16478], vertex-id=[155744], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:41:40 GMT], Content-Type=[application/json]} 2021-04-15T03:41:41.295Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:41:41.295Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:41:41.295Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:41:41.299Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:41:41.299Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee4d35c9-0258-45dd-aa43-36bb47818623 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:41:41.299Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:41:41.300Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:41.301Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:41.301Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458101299, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:41:41.401Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:41.402Z||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-15T03:41:41.402Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:41.418Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:41.419Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T03:41:42.314Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:41:42.314Z|ee4d35c9-0258-45dd-aa43-36bb47818623|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-15T03:41:42.314Z|ee4d35c9-0258-45dd-aa43-36bb47818623|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:42.931Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:42.932Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:41:42.932Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6025a293-ca21-47dd-a677-1289d1cd4e66","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d2850063-76c1-47f7-a8ff-8cca20e74192","serviceDescription":"service","serviceInvariantUUID":"22a861c5-60e3-4c0b-a68f-454322ea1b5e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb","resourceInvariantUUID":"bdb8e216-30b1-47b3-a3b6-d880a503128c","resourceCustomizationUUID":"4c98098f-c0e6-4fcd-93ba-b02598206d3f","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":"ODBjZGEzMmEzZDUwYmEwOTkyNGRkMjVkODZjMTNiNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6fb3c17-944f-42ca-a2af-6802c0bb3429","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":"Yjc0YjYwYTdmOTRlOTViZDc0M2ZmZjUxYzJkNzA5ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"62f5b64f-0f41-4d32-b9b6-bec7bb83a319","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":"c6818cfe-3b4d-4e47-a4d1-98d4ed585635","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":"419487d4-fa8f-4495-96c6-7f85fb82e8f8","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":"b9338868-7728-46bb-9085-8d486654fc5e","artifactVersion":"2","generatedFromUUID":"c6818cfe-3b4d-4e47-a4d1-98d4ed585635"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzExMjg4NmIyODM5ZjFmNGU5YWVjMGVmZWMzNTU3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbc898ac-08c9-44b8-a20e-bca10ce4cb43","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTMxODY5Mjg0ZjA3YWUyNTc3MTZiMDUxYzc1YTRjMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87f66450-852f-4bff-b7a9-406d471f76e0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:41:42.934Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:42.934Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:42.936Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:42.936Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:43.036Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:43.037Z||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-15T03:41:43.038Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:43.046Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:43.047Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:43.937Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:43.937Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:43.939Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:43.939Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:41:44.039Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:44.040Z||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-15T03:41:44.040Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:44.048Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:44.049Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:41:44.638Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.67.87 2021-04-15T03:41:44.939Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:44.940Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:44.942Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:44.942Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:41:45.042Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:45.043Z||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-15T03:41:45.043Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:45.097Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:45.098Z||pool-58-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:45.942Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:45.943Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:45.945Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:45.945Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:46.045Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:46.046Z||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-15T03:41:46.046Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:46.054Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:46.055Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:46.945Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:46.946Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:46.947Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:46.947Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:41:47.048Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:41:47.048Z||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-15T03:41:47.048Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:47.057Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:47.058Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:47.948Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:47.949Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:47.950Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:47.951Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:48.051Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:48.052Z||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-15T03:41:48.052Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:48.066Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:48.066Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:48.951Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:41:48.987Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:48.988Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:48.988Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:49.088Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:49.090Z||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-15T03:41:49.090Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:49.101Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:49.102Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:50.088Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d2850063-76c1-47f7-a8ff-8cca20e74192", "serviceDescription": "service", "serviceInvariantUUID": "22a861c5-60e3-4c0b-a68f-454322ea1b5e", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "4c98098f-c0e6-4fcd-93ba-b02598206d3f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb", "resourceInvariantUUID": "bdb8e216-30b1-47b3-a3b6-d880a503128c", "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": "Yjc0YjYwYTdmOTRlOTViZDc0M2ZmZjUxYzJkNzA5ZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "62f5b64f-0f41-4d32-b9b6-bec7bb83a319", "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": "c6818cfe-3b4d-4e47-a4d1-98d4ed585635", "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": "b9338868-7728-46bb-9085-8d486654fc5e", "generatedFromUUID": "c6818cfe-3b4d-4e47-a4d1-98d4ed585635" }, "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": "b9338868-7728-46bb-9085-8d486654fc5e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTMxODY5Mjg0ZjA3YWUyNTc3MTZiMDUxYzc1YTRjMWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87f66450-852f-4bff-b7a9-406d471f76e0" } ], "workloadContext": "Production" } 2021-04-15T03:41:50.088Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:41:50.088Z|ee4d35c9-0258-45dd-aa43-36bb47818623|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2850063-76c1-47f7-a8ff-8cca20e74192 ASDC 2021-04-15T03:41:50.089Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6025a293-ca21-47dd-a677-1289d1cd4e66 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d2850063-76c1-47f7-a8ff-8cca20e74192 ServiceInvariantUUID:22a861c5-60e3-4c0b-a68f-454322ea1b5e 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:87f66450-852f-4bff-b7a9-406d471f76e0 ArtifactChecksum:ZTMxODY5Mjg0ZjA3YWUyNTc3MTZiMDUxYzc1YTRjMWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:4c98098f-c0e6-4fcd-93ba-b02598206d3f ResourceInvariantUUID:bdb8e216-30b1-47b3-a3b6-d880a503128c ResourceName:basic_vm ResourceType:VF ResourceUUID:f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb 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:62f5b64f-0f41-4d32-b9b6-bec7bb83a319 ArtifactChecksum:Yjc0YjYwYTdmOTRlOTViZDc0M2ZmZjUxYzJkNzA5ZmY= 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:c6818cfe-3b4d-4e47-a4d1-98d4ed585635 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:b9338868-7728-46bb-9085-8d486654fc5e 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:b9338868-7728-46bb-9085-8d486654fc5e ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T03:41:50.089Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2850063-76c1-47f7-a8ff-8cca20e74192 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-15T03:41:50.270Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:41:50.271Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:41:50.271Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:41:50.272Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 87f66450-852f-4bff-b7a9-406d471f76e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-15T03:41:50.272Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:41:50.272Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-15T03:41:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:41:50.335Z||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-15T03:41:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:50.360Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:50.362Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.362Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "64c9fb8a-3884-4650-80ba-d80e2c9b7d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458026918, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:41:50.362Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.362Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.362Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.363Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.364Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/resourceInstances/pnfe4223793ed410/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.365Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.366Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458027994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.367Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458037618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458029309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458023893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458026419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458028303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458028632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458039370, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2qkem5fuveb84anldefq/1.0/artifacts/service-DemoPnf2qkem5fuveb84anldefq-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458034903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458041714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458041801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458041902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.372Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458042094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458042101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "cds", "timestamp": 1618458042807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:41:50.378Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:41:50.378Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:41:50.387Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.387Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.387Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.387Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.387Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458043105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:41:50.387Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.388Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "policy-id", "timestamp": 1618458044109, "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-15T03:41:50.396Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:41:50.396Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:41:50.409Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.409Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458044329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458044527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.410Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.411Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.411Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.411Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.411Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.411Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.412Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458045333, "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-15T03:41:50.417Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:41:50.418Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:41:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:41:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458039002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "dcae-sch", "timestamp": 1618458039281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458047306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.431Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458040715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458047708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.432Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458048312, "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-15T03:41:50.439Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:41:50.439Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:41:50.456Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.457Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.457Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458048991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:41:50.458Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458049183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.458Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-windriver-id", "timestamp": 1618458049316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:41:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458049794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.460Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:41:50.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:41:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "aai-ml", "timestamp": 1618458049996, "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-15T03:41:50.466Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:41:50.466Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:41:50.885Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:41:50.888Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 87f66450-852f-4bff-b7a9-406d471f76e0 69718 2021-04-15T03:41:50.888Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-15T03:41:50.888Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-15T03:41:50.888Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:41:50.888Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:50.890Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:50.890Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458110888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:50.991Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:41:50.991Z||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-15T03:41:50.991Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:51.003Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:51.003Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:41:51.891Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:41:51.892Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:41:51.893Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: 87f66450-852f-4bff-b7a9-406d471f76e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:51.893Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-15T03:41:51.894Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:51.894Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:52.146Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP35940127396890836/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-15T03:41:53.124Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:41:53.124Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:41:53.124Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.124Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.125Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.126Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T03:41:53.127Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.128Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T03:41:53.129Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f0ee38e-42d1-4b5b-be77-85544561370b 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:53.130Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:53.131Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d2850063-76c1-47f7-a8ff-8cca20e74192 Model Version:NULL Model InvariantUuid:22a861c5-60e3-4c0b-a68f-454322ea1b5e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c290c811-9f18-4fbb-8812-2b045ba1998e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bdb8e216-30b1-47b3-a3b6-d880a503128c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c98098f-c0e6-4fcd-93ba-b02598206d3f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4ad8fdf1-b52c-4be4-a836-cfcc58ec8934 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0759b34b-eeea-4acf-a206-08d46457fd02 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f0ee38e-42d1-4b5b-be77-85544561370b ModelInvariantUuid:145a31f0-44d5-4a4b-a73c-fc23802ece77 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:3eb0de1b-2288-4298-9536-7112cf3ca88c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ebb6ac6c-7cf5-4217-8053-8180958d8511 ModelInvariantUuid:299b608c-60d9-4955-9746-0795078fc008 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:2e4e0eb4-91d8-4c3c-85ca-81c3fd6152c3 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-15T03:41:53.136Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb 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-15T03:41:53.138Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||basic_vm 0 2021-04-15T03:41:53.139Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb 2021-04-15T03:41:53.139Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 62f5b64f-0f41-4d32-b9b6-bec7bb83a319 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-15T03:41:53.139Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:41:53.139Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-15T03:41:53.716Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:41:53.716Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 62f5b64f-0f41-4d32-b9b6-bec7bb83a319 787 2021-04-15T03:41:53.716Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-15T03:41:53.717Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-15T03:41:53.717Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:41:53.717Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:53.719Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:53.719Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458113716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:53.819Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T03:41:53.819Z||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-15T03:41:53.820Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:53.828Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:53.829Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:54.720Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4ad8fdf1-b52c-4be4-a836-cfcc58ec8934", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0759b34b-eeea-4acf-a206-08d46457fd02", "vfModuleModelCustomizationUUID": "18247d5c-a4cc-48de-8d65-ccdf185423c3", "isBase": true, "artifacts": [ "c6818cfe-3b4d-4e47-a4d1-98d4ed585635", "b9338868-7728-46bb-9085-8d486654fc5e" ], "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-15T03:41:54.724Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0759b34b-eeea-4acf-a206-08d46457fd02 VfModuleModelInvariantUUID:4ad8fdf1-b52c-4be4-a836-cfcc58ec8934 VfModuleModelDescription:NULL Artifacts UUID List:{ c6818cfe-3b4d-4e47-a4d1-98d4ed585635 , b9338868-7728-46bb-9085-8d486654fc5e } 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-15T03:41:54.726Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4ad8fdf1-b52c-4be4-a836-cfcc58ec8934", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0759b34b-eeea-4acf-a206-08d46457fd02", "vfModuleModelCustomizationUUID": "18247d5c-a4cc-48de-8d65-ccdf185423c3", "isBase": true, "artifacts": [ "c6818cfe-3b4d-4e47-a4d1-98d4ed585635", "b9338868-7728-46bb-9085-8d486654fc5e" ], "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-15T03:41:54.727Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0759b34b-eeea-4acf-a206-08d46457fd02 VfModuleModelInvariantUUID:4ad8fdf1-b52c-4be4-a836-cfcc58ec8934 VfModuleModelDescription:NULL Artifacts UUID List:{ c6818cfe-3b4d-4e47-a4d1-98d4ed585635 , b9338868-7728-46bb-9085-8d486654fc5e } 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-15T03:41:54.727Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: c6818cfe-3b4d-4e47-a4d1-98d4ed585635 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-15T03:41:54.727Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:41:54.727Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-15T03:41:56.307Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:41:56.308Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c6818cfe-3b4d-4e47-a4d1-98d4ed585635 5033 2021-04-15T03:41:56.308Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-15T03:41:56.308Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-15T03:41:56.308Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:41:56.309Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:56.311Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:56.311Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458116308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:56.411Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:56.412Z||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-15T03:41:56.412Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:56.421Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:56.422Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:57.311Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: b9338868-7728-46bb-9085-8d486654fc5e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-15T03:41:57.312Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:41:57.312Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-15T03:41:58.816Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:41:58.816Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b9338868-7728-46bb-9085-8d486654fc5e 903 2021-04-15T03:41:58.816Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-15T03:41:58.817Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-15T03:41:58.817Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:41:58.817Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:41:58.818Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:41:58.819Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458118816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:41:58.919Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:41:58.920Z||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-15T03:41:58.920Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:41:58.931Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:41:58.931Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:41:59.819Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: d2850063-76c1-47f7-a8ff-8cca20e74192 2021-04-15T03:41:59.820Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb 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-15T03:41:59.832Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:41:59.832Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:41:59.832Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: c290c811-9f18-4fbb-8812-2b045ba1998e 2021-04-15T03:41:59.832Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: c290c811-9f18-4fbb-8812-2b045ba1998e 2021-04-15T03:41:59.833Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel to get resource 2021-04-15T03:41:59.834Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel 2021-04-15T03:41:59.834Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|INFO|500||Invoke 2021-04-15T03:41:59.835Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-15T03:41:59.835Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel 2021-04-15T03:41:59.835Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||Method : GET 2021-04-15T03:41:59.835Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/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:"6025a293-ca21-47dd-a677-1289d1cd4e66", X-RequestID:"6025a293-ca21-47dd-a677-1289d1cd4e66", X-TransactionID:"6025a293-ca21-47dd-a677-1289d1cd4e66", X-ECOMP-RequestID:"6025a293-ca21-47dd-a677-1289d1cd4e66", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"2acc2d69-c469-4843-9dd3-53e5ddec4f75"] 2021-04-15T03:41:59.835Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||Request body: 2021-04-15T03:41:59.836Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-15T03:42:02.491Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-15T03:42:02.491Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-15T03:42:02.491Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||Status text : OK 2021-04-15T03:42:02.492Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"NjEzOTM1NjYyMDk4ZWM0YzFlYmFlYzgyMmZlYmE1NGU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"6025a293-ca21-47dd-a677-1289d1cd4e66", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-15T03:42:02.503Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �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��r���}���9�RrXmHխ�������ٗ� %@8�laq�|����n��x^&R��n�Z@��*�5�����+���?GTM���H^C˔��f�j0�G�(ʰW�3��ߟ�Q����eƀ����S�@E 4ǰ���b`��hUd �x]Q�(2,`��H��0� -�)C�P啅4䫞���gx$X�(�� �p�����3;?T6�S�<�x�C�z*z@��x ����'Wn����}gF����!sZ ¤�����x�� P6��(J7LL!�-OS d0�W� ��kSɏ'�2a��/�[�-L$� � �P�H2�:���X�c �m'���rÙ\��@������PEE)�c�`�a��+�o$[�^ � d��JW�(� t �b��Uݔhfլ��Y�[��8��L��h�Q���@s�XnԋC�1D#�D�Q7����`���Y�����'FJq��~�+��$�R]��M��-�p��"��F,��Qx�=�j�؎Tw�J5JO�mr�"5�`}�ȯ%�Bx�H'ppP;�����Y�+!��e��0�lh���: ������� �P D��q�5�E��K�w/�k�"¡�O(ç\�Y�(eM]ΧW ���B�C��Cӏ�KÕ]�d����Q��U�֍E�EU� ��(��88��-�l]��V�L,��� yA6l=-�2s���q1AeY4�Zd�0?C�j.ަ}cQ�l<@5l5 5/\��j��1��0M��xv��.����� �L��(�4�xK\˟��d ~`尋V�0�$/���p���� ��9*I� �F�솊�D�D��<RS�;��pƬU���y2�������Ӕ���z~pCV=|�4�?��5{�Г��| �ס�y�R�BϿ;���#��8�����]��jW������S֟��r�����Vr�Vj ��~������Y8�:�;?���9 �<,޹o���2Ň���s���l�q���O��6w1�}��?��|����u�=[ƒ8���Yb������]���y�]��~���u���q~k)�ґ�>/'�'�?����6������E=��oO������z�v�c:�W�9�'�py�f�>{���/��������������0~���q1��?����T���������8�|���f����ӫ�]ܟI��ך;,זn����W�RȜ�H����9�Yě�B]��t�I=���oN��:�<]Kܵ�q-)f(�x�����㑾����/�_�������L����·?��y��5���pٯ�s�7���8�r���e�t���*}�:���[o'�_�ҢY.Tb���@��9*Wk9��Ї��f�U� G���8��r]�G^����mѹY�ӗ�ʉȑt��z"��&�V]B~ufȁ6�{�'�x��łA޶7�����k[o,@�,����x|� )J7�/�BN�t� uSMɺa���g �e�#jnf���.k�B��+[�dIH ���6M�&�ƽ���W���r��Q˕T$[�^1�*� �Ƅ����hňE�4D� .ߠ6R���7"f*h=�Z��V*���X�d�<���� �#���M�J��;�\h+ө�U D6�'�;Z�H���p��� �&R�ý ����%[��dw��}O�,��l�x�%[k/��uvהL'S�4MG���ݴ�����H5k9��9Eڞ�;e��@]����v����^s�F��#4b�=4����U*�a��/%�Z^%o�v���Qh���e�l�;�;y��� �Vw�*[b�lY� ���g�EG�K��5���}Kk��rV�C����������D������|��u.^`��"[#��r�g�J���]r5y����2<�!�o{����6���#�g�E+�2o~��~��n�ɖ�m~ٵ��/�qi"��a���n˟�K�� \�u�q�(���Ռ������d�c���w����K%X�^CK�<����l����>�Pc滽��#�HN��F��� Zo�7 ��C�ذ �r�]ɠ�V�� q���/�"U�iQ�{^���&��E`U�+�P��@�UU�*J_O(Ƨ'��p�B�P�d�1�E���D�h��as��vgF���D׵6�&T���m ��?�S���x'��6���"h&���I9fh�� �ܽKA���$�=�B^3� pF�[NW��fyA�4 �s,����H �i � f�1ʄ�1'���� v/�40k�I��h��dU���:����3�Zr���ht8M�m���R��*\YCS�5y�EC�鬓!�l3�!�׿ǍmL���n�H�dA�ř.�+~l���������S�-]�� �M.���5T����-���^��8�Ļ�����72mlw�q� u6X�]��1;<,SJ1l-�¸�Ӿ�ۛ�[��D'֍%iW��l�5���m"�ȶ��ƪ�ԮՖ6�V����&��\ڭ���������6%�v=��P���vY�5r�:]�&~W1ZHu��y֕�5�;S 1� ��S�9�m�o���5j��i�.:{@�aek���g��A]+��t��hc���r��|�E`�"F��P���z��5V�-�ny��Cy�����C��O�5h�,vhʷ�0�l��� �n(�F�~1����P]�?������b�&Q@�^D�wj{OE=Y�x�s+��wu�>�:Yf`��ns��ە-^V�꾋|�q8��'�/?��&�� �DŽ �3�nA�F�kwg����wK�u4����s����q�F�u�{�����Iُ��m|:t��VP�t ������ـ��#�N1�?XwWw��;����P���{) Խ�T�r� %#�����'��߬5s������f�W��x2���)P�I�x�W�@Pj��F���tqKo���k_Y�+}E Tf�u��X(o̚�4Hʬ�/������?�j�rv(�w�u�Ưހ��F��w H�T�)P.[�����Vq�wV*Ғ��[����ll�� (O���y]Կ!�PK(2���.VPK��R3Definitions/resource-BasicVm-template-interface.yml�]Ys�:~���o��J�a�F��jX��9 �K �ԔK�2(ؒ�e��e60 I �yYK/_��eI��H3�I(�QWa�— E�\b;�|d[ZV��?��� e�/ |Lb�I���<4�@�w�d�����% �.�V��Bm}�D�FL+�8�&%�����4�lZQ�Ĥ�p�PqPQ2��9d��2S�3�Q9v��u��L��\�w�IW�d� ��̾�k����H�D��Z���P�/ĥ(#S���v�1+�C�ȳą��zTx��a�v8�7�#ɾP`B{���Ή#����ҩ)�A;岢WR0"6���4�śyK���ظPLd��a�q4��B#�� HO�5I����5t �-S�e�ˆ�2 55�l`i��y����z u�T1m�nب~�V�A�W��a\��= ���:^� ��,����Uۅ�Q=��-ڃ"g���he| ���?��a�x[|�h��5q�6fk6z��k�. A��=�_��Au �a�������9�6����k�s��!w�R�O)_�r��sU��RlK���,���ۏ���wñ���B~��$2g��t/��W0xfе=��VO�˻̰w���}�97zz2n/��'�o���[�Y�vz%Z6�pe_=U�>iּ�M�����?����=����7 �_??��z������;?{�sz_�I���V'�}�������?�'��z��(�c!;8�=�+9��8>�s>�ͧ���M:-�n���[v�X�~�8kV�?����dX6�P��:����ޟX��[~y��Q���A��cN��m\��|�� _ Ί�\���9�]�-x#�B~��G�x�K-��7c}` �nOr���Q�py[����?Y�u�V( ��7������M���x~sT��B����˖�>�~!�0.��^/j��T��&��7 ���K�е��y�ݽ�/w�6�>������f1��¾��ߺ�G�cϧf�o����C��_��\��������My �}�uaFS�0�+]� �PU�v��<1}@u� �Go�7�2�ڡ���$s�DZ�8S0���}��΁�������ҝLj� j�2j�x )\�>���\Б��� 2t��/���#ֈ��=f�c5�fOO�!�FA����03�N�\�*���W��zm[��k� H���H[� ���&�z����� �ݘ�5�%��d` �3�ٳ?��Y�ѻ � ɕc!�(^���ն*~7L��ژ �xf|�v�}<�0-4Q�0fgU�� oPC�z�����F�V�7��4kѼ)�j_��3.�Ed�j$�+C<� A���9���PɄ���F�^�V�e#dC��RZ(�ԟ�;ɬZ�ψ�28[.���[M��z��;^�,�z�����H��x]W@�����*뼱O� �Jx ��_�w^����LzW�bb$<���K���PQ�"����J���S�� ؎%=�FFX�1����1�|�'b��`i%�$�6��J�.��NF��c��8���Ri�6%1P�8�E���&��H2ִ"�m"���[#�u ���.D�L�>��Wz��`T�/���҅ld����h��V��G�� ڭi���;N)1QwD;�5����%�<ʴ������u���Pd��}w�֕�����4,RK�t������jYL��9��yw�yEډ��a��t�Ԙ�e�p��:y`�j���� B ��eI։�,�H���,�&��9X 2pW�)>v�@��NTf!5���*L�,�f�mҌP�F�$ Z�i��Ѯ�$�DA��6�i&�#dL��(@`N3���""���c�ۧ��WS������ʞ��*���⩞NO{@�Tԉ��$�R=W��K1���v"�o /�l�b�� l��"�����=-�}�-��:�=�_1ޜ0' w�å���q��BnnK�@�hL �����괍Z�l��]U�T���)�K�g¢�ڼ1i$���Ƴ� ��(� ��'�~�Mb�N�� l?�t�b��{P���A�l�J_K����u��*E�wAT��8�t�o�S�w_�[F�0l�9��#��]�)��Y�_�f����� �]��H�2���γO��3�'�9\l���iyS��]�z�9N֋+X"�.�Y���VH{W¼��+�o��l�F��<,>�Z�b�p��D0V�w��֗��Qu��UA�/h��NV.pX�3}�Ǝ��D��XY�ے����B�ES'�|eH�E�<�| 6h�!��ބ�M(Vv�D��"��7���x��t���Q��v�b��6�����1w����.�>FbNPp�%"V'�v����׽� <�Nn��(��^7k���'MުD.@�%P ����' + ��ү��F�$ZˇaST}��u�(@M��CE �aw_���؞?s� �-�^��a򦭥[�R�����A$�*{�.ɆL�4m �=_Nl��lH3���i�&&��g� �??�Yǯio�w�r�Dz���C����57�� �~oVLh&�w�����P���~��0u-_�����t�`_XIƲ��H��3��pt0���9���lm���o=��!����i��q�_�gբ��] �wtߖ�&���S-�dWl:����]9����n�޲xN��,�߰~7�.�Zs�תNK@٠5�k �'}�˛��н2��~M�=� �Hc����PK�N^�� c�PK��R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{�5����77N��I^����l�:�*�����Q�>;imc��I��ȏ����%�B '��� ���\PYQ�� +d2L�g:�1��3�V�����t����s�>���������r����N�ƿ���_���� .��lp�g���� �����5�&c� ��� +g����0Cˍ(]���D?���Z)�^s-���Y�)���� ���+���|y} �-g�lb� q��*݊g���|�;�*gIo���p|B�i��l<��|�~y��%&�TtN�uv>za�Ig(gU�"y{��ү�������;@.$� �hSHR�����xa��d��T�]���15(Y��R�;�;��xat�kUKu���{![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�.�>]j�uͳ�=>x8���� �4�l�O*lb�WF�M����V�23՚H�:���-�O�>�6����:J�@����Z C!g��Y�~%8&��P��aL�!�N@�K؀�@���&� �SB�2��@5l���?׌��L0�_����KS��������@��0v�ֽ�i�eav2 �Ʒo�shApԺ��JFR��Y,CU�HPy��$�/�`[X-�]6ws Z"sQ��h\#���A*TFi�WJ��W����yOK��Z�l˶���o�d��-��rN�U���w���!,X�:��gg%�S�3�P(.� �?�X����������qJ2g��y�K�����iN�� Ե+�Pj��:�`)+�Ewu?>ܟg^w01f�׾\��R��4�N2�eP�Dn����u;���&lUmQ}��?��ץ���A?��?�G�'�4��)'h}P���6-��H ��8�zZ��(o��)d����L*��/�v�q�B%D�IU�BFg*܃�ݽ:n��p?�D�i;2ģ�z�R��{|�c���� ��n��7I�����ˇ4[�7�>���v��θ�՜: ��+�����������n��(�"K�mr�g�z�-�������N���!|������X��w�-��^Lȧ����x��J���P�z��D��2���PKl M� PK��R(Definitions/resource-Extcp2-template.yml�RM��0��+��m��U(�maU��,�`/U9��:vj����IIw�S�ż�f2��Xe()V\r˕4��q�lK^7� �E�FK�$�py&�i�����x�d�y�z �Rٮ�X5�[�_�6T����DU݄W Cڄ�$D(]�.lV���TuV�.�p�,���ߥ��t��k�4��+z���������׺�LQz�%�} �h��o>?�7���������-�� �cx7�M���{ ~��c̽��p��5nƶ��o�O:j�u�YgPKC�Iy�PK��R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8��i�{�JOK���qfS�x\N��^X ���$������ >e�R����Fw� �M�:n�27 �L���6X֕�~�Q����2W|ʰ���`npƱ�����߯��v�7+g��[{��xk!�����\SB�{��o�����B��ံ��w�+�_����|8`�^N\b�}�6M?�4`�zy{v�h"����ې��b�{��g� 71҄�N��& �����x�(��}�t _f�Ư��4���i$�U7�X �1a��$LcB�h`�q���)���ԣ8RW���V�W`ڻO}���?��Ø%�P6�� �0� �(^}:���)Hxc�Op�-׃�����Иz8S�g7��J��S�򨼥�B�% �e[1A�r��(���+�����&Tf����C>���#�Q�X��I�]Ю��EN��bV1�'y�os������(7�݇g��ư�hyw�uk1��� �J$��bFZ<]n{`� ��)����A����i���ۇ��D�<���aZ Z؇ A��ӫY��Thv�Ӎ�(L�� ��f n�0p�Sg��ܦ98�X�8�E[n��0m1�_��Ծ6�%�H>#�T1۾��Q@ͬgif[��f@ٯ0��\K<7a-�4`񫙐g���� ��"��jr�ZTfiQPZ<�� �7I�0&�8?���*{?֟���@9b��r�Ss�*�>��=I.�|x{au �gz�ׁ�2�w�64c�+Y���T�+� �Qc��s� c�˭�� xW���06��`��h��V{Ԅm�J#�X<7��y�^ ȗU3 a�܉�� V�Ily����K< ^�̻@ܑ0��|�߄/�2�5�!4�z��<]��qխ7у�����e��7 �RF��d��!!ys�y� � D���N�5�����ش�����g�z�M.{J� 7�.����E�n\��jA_n��n*��m7�`�K�%���`�ܓz3�vm�r&x8z�ں�-����l\XN1F�T�z� mF7ˎ�JR�̑#t�L:�6���(-��H\�VK4�E��X{)��(��v�3�dV�T}��������+&��G9q�����.e��+~q��7��������9+!��'\��$�oq)Ic�ڦx���k�����O�� ���W7x+�c����T�d1=9�֕� ���}Q&p�RRe�i����p��ѺZ�Z�G�=�v��^����[�Y.lB�tI�-:��ڒ A���"ǾZ��dSG�i�B��+;���Բ�0�"hO�ڮW{tX�6Xw��[�*�*�X&��O���i� $-��Q���$a����ĕ[Ti���K���Г�S k%�T���|L���u��ۖN�g@hb#�oyi�फ����&�8�ժ�Oz���!C�id��X��?������k������-a{盄��cZddLX� ���x��������ݣy��^8�%�h�,����?��0t��1�i��T ��×��;y�M�h�*�Y���?%�5��n�s��TS�Q�j2��H>�� �r@�/��5���� N`��*SUcSR�"R?�;�DL�Ճ�%v�4��H7��T��=R>���~����'���k/��X�&5ܑ� ����C.���Ly�>�R���y���C����8KȝOɻ���ކ#�� GZ/�Uw&?�0eͅ�Q/��݌P>�Fr�P.4�r0���3�E�� 9����+*#�y��-��KPK$eaF JOPK��RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]M��(��ර��fr�m2I�R���2�\��(��͎Z@N��~}XȒ���%�*|�%h�׏�A-l���l�7\ ��Li�2C���y�% oH��k|������oo��1�/> ��Yy!ڤ ܌�!f�� ؋�}J22� 4�.�^��*��B��Ze[7��K%�v��Ju;� �;M�ת"DiJ�n)�rQ�vo{(�2���4��2W�E�����cJ�w2�Fj�/%f�<&{U63��,� %�ِ� �o������A!��3�Im0�ax� L�X�e��_ua�������m�ڎ��\ʄ���ؿ9W,��It]���z�I�r�����;W���O0�S�'=�i&�����R� �6X�KIS����l�Ũj1�Vjp_)p�5_�d�C����ҭ�8}'A�o����XPx�5��F!/A�*�QV�3��"�E�M� :!`;��/dK�]��{� ��o��U:7�i#�La� ��*%���k��N�"!k�,�/���� _ ���� SϚ�����k���ȕs�J�a�~��ݹ�>50d�t:�PJ&��(~�1���Qq�[ZDΏ�E' �Ee��Q�yJ���0�đ���k� ������ z�6d���0O�BhN4�X���V�5����bŗ+Lք'��:}����Ղ��mGQ{H���z�nv���U>YQ���������L��)��lk�WO���W��ЁȬg���Ŕ���9w�:�Cqh�vGhO�6DJ~�����Y�ߑ_<�S$�tΔ�>�������� v?e=(���� f�. O��3�v���L1l�{8�2r�Ř4rc�B�p���K!4�6�+�M���V����D��!Tn���2�1+bC��P~1tWi4�X��)�W]�6pS�9C��h�rm�$�m8ڶ,)pV��5ߠk����w_~ܿ��~{ |>�q�5P�J�������� ��6O[�)�m��5V�UT�\h�BF�XD���j���?[�{GK��S�k� �B�a�i3����B�G��}��OX4߀ "�� ���`�N.31"!,���n�ڭ�AO�ڶ����jT���- \� �� hC�^�.2N�J%j��cE��II�_a��4h{<�R�$v��Y�>�v=�-k��x�r޵�eڄ8g*����1�]�C�3 C<��4�F�A��Ư��en����Sϊ�)���o ��S�8�H6VF'G־S��LB��}�JX�OŽ�X���!FL�W�1%��(+B���'fB�z� ��c�0[U�1��:э%�>k���_d2 �c'[{�u�68�ĝ�+%��N=��B��Z�ya�R��E�Q����ŭ��y��,�}`��fv\��n#;ɸ���cءd�зۮ~�=}ߌ�A��'a�ǃ��z�1����cY�c�,"&]�{L�:�+�4�{��-�1u\�7[�����Z�=��ʾ�~� b\C�!��)_�[�f� �'Q��(f�q�ۧ�Kd*��Ě���D�k�Mf�l�e�oQd-��'w[�@�)KO�o?��ӄ���E���Y��bZ���b͖��?���T 1K����~��qS���h��d�?����z�7��s?�AF���Z�J�yY=s�Ï�恞�_�5�6���=��6�]ᤦ|�߳����~&ߌ.v� M��?�0��/u� _����(S�e�A~�E`}0� �鉡���u�4�$B�-�6|m���hk�G3�PKaii �� PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��� o]�M���ʚ�"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���y���-K�e� @�#ӂI��݄����j�^�J�w=_,�8�L�ˀ_� VWK�Ւ〭�l�<‰���^�f+o��u�1�o��%+0��+-l��r4�&h��m�S2�J3� *�R�נ�����e.0"�J[�[������9�xP�� JԂf�x�O���4�'���!�oo�ݣ+��3�sd�D��~/����]%�o�"F�vq1�r�Ù�L�� 9�i�.r2�� &vv�J���:���1ojg2QN�CG>hUMY-ҙ�ڿ� �d�o�e�1�a^a�>��[�cd���Si�Ηd �C9W�P;�WL����'`ݐ�\�ݲo���}�|d����w&�/x~�������{��j]�ý^L���d��j"�?/5>RՒ++ Dl��x�4��*K�ް:�1Q~��ޕ��y�l�ʕ(�se��L����cC����##9�-<�nܷ& �_�����觨L����~j��� +Yf���p���e���?mLFv+pˊe��R���~Ai͢; �J��d�T���4̬� ���|;�O p� �=��S0�[��Wk`gaF���Z딺 T��;Y%�/ϩi�0[Do���[0�a��ݬ�p�@�w>��U�]q�������n�*j��� ^UX:�$�=%Y2�_wowm�ּ��+,���o� b�b�@ST�۔���)���)�7�C� UW�����/ �4���J�Xk?�T�c˺�<�"��Wg��7����vY-4�Z���˟�_2���/��㣧)JH�؃��w5e4���ۣ�u����a�8�N,d��2�<��/0��広��� �V\Ek�|�+�m?�i�i\W��;��x�w~ <��́�!���؀�c�-����R��,H��� ��5���$TI��b�<����o@��n�y1��S�k#�C�P�L�M�<�;��ē"ɳ(�3[e�:fN�pM�������W���(vt=��n��"��Blr��*�-#�mfxFeMhq'O�7oo���������l��z�R�DSk鉟�ZK�����v�-.-��]����>�zQ�Cq�'�.�ȅ�������r-4��q���;�hR�/���.�aD����i�[��x} ˜M`�~�9Uئa��L��D�McKR����xxq��+���qo�u ����\����@a�S;M@WiC��R�e��PK˩^�PK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ������&m��f��f/Ea���M�U�r�~��(ɖ���4(��!29��?? ��2�9�V�ʬw� ]��uYF����J��\_^�h! � �D�-����<���.@X&wpw�\��u��<���^,�K�x�ѯ:㛛[�|Q$ ���*��M��,YBv �k�\9WP��.U�A�uc�Rs4\�ںv~�Z���l�,�Nh����VT�^�ݲRQ�Նq�!���&��j���@�,n��S�X���L���3c5pK�T�j4��X�J�ؗ��?�O�Z�>�����P=��>/�����*G�ԔRi>\��J[��HXEY����BH*�%��RRf뒶�6��wxl2�3�(�����v��o�j�V]J�]+)��*����Jٮܱ�(���]z��&U5��� a�+xکҳҕ��w�� �ʞ�Youb��;�S5���b��5�Ԉ�p�8��nR,�~Dd��B*�F}����W�[�t�rِ }C��rlݞ�s�nzkK��p��1�����C͊�Fk�����%�rt���˗��_i;�"_w~����:�2���֤�K����0�� P@#��=�'���tS�^�0��(1�D��l�%�aR�۷}�Q&L���I��miI �fh����.BpRY�|�e;�D���{�E'�j������s� ��h����Y���{:��j��VV����p�5`�;^[p�?����`�6t�1+�[�����:/ZX�<��a$o�$H��q��@A/m�� ^�7��1L8�C�1��8x�� ��i��n�����^>:Y��8Z�����f�oC�Q�Щ覶��W�*x]ALd�qy���,���[\d�@�_kҴ'���ɀ�=�s:�E ����г�#nF��Y�Iǃ ���� ���J�x�� ���S�6��E����ך;� ǁ�(8M���x��k$������/ �?���9�8[8���� ?�2���s�j���>��ϓ�x@�<�R�Xq�jn��' sн��޻�Պ#�p�}9���zp5�ce# >� n��s�/����d�<�PK��\f;KPK��RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml��ˮ�0��y �‚`׋Zuѳh�l�`9�|A�A��w�� =������υ肀Fb�����Ќ�j�PP������&k���"�;Ɣ�+��r���f��jOi)�S*�$��"���)I�U���N�iI_�0�b�'U&�$G������ı���8�#� ��#%�� g�!"�Nb��_����K����_\d��Fz�EϮ_>�=9.go��k��P��0��m�D$�cp�xE+��Y;�i4ԯ����!P�}�����w�@� �E���w�e�c�w �����X�49,�ލ������ 0�k\@��4�-򬯨G ��_U�a7��y7l�EYý�J���X����L=�38�����w=�f�<��������uD�Z�a]�%�� �(��;S�g��`��'z�+V����/PK��'3�TPK��R&Definitions/resource-Port-template.yml�SMo�0 ��W�����q�$�m��0`K���ՠ%:*K�$�ȿ���m�9�ȏ��O"�� ,��^�=ZG���6�dY)�P�l�-f%z�!�1&����_�)[�E���( �8� �����(^%�E�SVG�d��( �H�A-���a����(L����Ĕ=��G��VV�����E��;L����J`�<� ��ѱ��f7��j� �`Œ}e����#� ݜ�4���<БS���C�~�F+9a��O� s��l�P�l��r|F-�M�������<���GT��-�!}o"����c�M]�Hj3j =�Kg��Giz�X!ɴ��P* 6}j/5&4`�PA.5~J�=բ�v>^d5�N=ygM=euH����]��)����5�[bs��x�v`���-�fr:A�ۣ� k�t�}4�����/�*k*��w�]�2�*�a��Rſ��(RV�r8��f��V��>⠚C���'[e�3���| ΃�gIK���V�;1�i'�~��m݉�P���b�r��80��֢�8jE0*����~����=bǕ9 �5Y�a��� G&O�3dNWj��L�ZI��5�S�3-7���PK,�~X]ePK��R,Definitions/resource-Globalport-template.yml�WKS9��+tK8x�{ �y!�KUp(�lmMi���*3Ҭ�1��-��� T�290i���O��*�h�!RX�� נ ~̉�GFdy �fi8 'GXʩ��#B�\S-����W�s2;G1����윏����Qt��8���&��O�J��N��t:��(M���OO�F|:>9=������%�`N~OUD��-�8�En}���k0 �!�$^��* �O�]�LauJ �Fs���7��1�� ~2j!Qz��@� e��Z�"2VS����� @r����rqC>�9Ȏ��o!j0�$�G>>�ҹV�e�E��>|8B�1}3?�G��MH,Rt��&K������Sp��[oW��C��!��+��t{�r�U��*%�q�R����e� �R��oW�#���ذ�P�$P9���,j�%(���Ǖ�+�N����VYE��J�5�EH�1U�"�7&5�S ��\�k���F��Fp�1�"W7��K"v%�˟�c���F��z�������}dZ5(]川��yuj��{R ��eW9J���K���2�B�r��K|O��>���d�=����Hm��T!m�8�b?M8���zM���7�zqA(��L��1"��I�� �҂�)�PH�=@�nc0XL���{�1qw �!+�vw��""Wu�=)¿7!�}���i��Q���&}����қ��g�R��[뼼�s/������lw�j�Q�miI��%������ Z�\�@L����{��ua,aJ��ԝ1`���ߑ��*�� �m�6�=2�;������yqG,����=ܔ���i��&��S��X�ʥX�(���!��T2 !Hvur<Ԧ&�핡�5�"�AN�7�&pw�i��&��E\q� .@� ��+k�w�k�8J$K T�]{'m�RM2�x�"��glCa�#�n!P��s�����t�~�_^~�ldk�PX��zB������{{ ���Ŷ��4�w'�=�AJo�قMJ�K\]��D���Jڢ�f�G����uު��ryG [�@�W!G��Ċ��x;r���+�H�޾|����׍�t�mޅ������?1y��k?��� ��wǏ5ހ��=�05�jc~wS�o����?%3�PK���ul�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��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�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���I lcж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��}3 aL���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���i G��^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\��כ �y W��� �@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��l n���;���ڧ�~{=_�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���f q����{�ў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 c c��� [�}�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�V 8bQ��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�'�#DoYi m�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�4 1K�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.xmlUN� �0���=n����J���̃$J?��^���Ō:f���.���x�}���X�sO���>�c�6�>.`!\J �{����|�X֓I+����{�����D��4!Q�0}������nӖҙS3��GK�{(wS}��� PK�R����PK��R�R�B4E csar.metaPK��R��Љ�kTOSCA-Metadata/TOSCA.metaPK��R(2���.V);Definitions/resource-BasicVm-template.ymlPK��R�N^�� c�3aDefinitions/resource-BasicVm-template-interface.ymlPK��Rl M� .xDefinitions/resource-Extneutroncp-template.ymlPK��RC�Iy�(!!Definitions/resource-Extcp2-template.ymlPK��R$eaF JO:�#Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK��RUߚE�}DA0Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK��Raii �� )S9Definitions/resource-Compute-template.ymlPK��R�~.m�Y/N=Definitions/resource-Securityrules-template.ymlPK��R˩^�,0@Definitions/resource-Novaserver-template.ymlPK��R��\f;K/�EDefinitions/resource-Globalcompute-template.ymlPK��R��'3�TA@JDefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPK��R,�~X]e&PLDefinitions/resource-Port-template.ymlPK��R���ul�,ODefinitions/resource-Globalport-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8s�Definitions/groups.ymlPK��R0?��@ @4�Definitions/policies.ymlPK��R���C&��Definitions/annotations.ymlPK��R�����)�Definitions/relationships.ymlPK��R 2ea� 4�Definitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��?�Definitions/interfaces.ymlPK��R5n���/�t8�Definitions/nodes.ymlPK��R}�;.@�>q�Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPK��R�ظW�,�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�R����4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX �� 2021-04-15T03:42:02.585Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-15T03:42:02.586Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c290c811-9f18-4fbb-8812-2b045ba1998e/toscaModel|INFO|500||InvokeReturn 2021-04-15T03:42:02.588Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-15T03:42:02.589Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-15T03:42:02.589Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= 4c98098f-c0e6-4fcd-93ba-b02598206d3f 2021-04-15T03:42:02.589Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c98098f-c0e6-4fcd-93ba-b02598206d3f matches Tosca VF Customization UUID: 4c98098f-c0e6-4fcd-93ba-b02598206d3f 2021-04-15T03:42:02.589Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: 4c98098f-c0e6-4fcd-93ba-b02598206d3f 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-15T03:42:02.592Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.593Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.593Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id 4c98098f-c0e6-4fcd-93ba-b02598206d3f: {\"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-15T03:42:02.593Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39751cf6 2021-04-15T03:42:02.593Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.594Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:42:02.594Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18247d5c-a4cc-48de-8d65-ccdf185423c3 2021-04-15T03:42:02.594Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18247d5c-a4cc-48de-8d65-ccdf185423c3 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-15T03:42:02.596Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.596Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:42:02.597Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:42:02.597Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.597Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:42:02.597Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:42:02.598Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.598Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-15T03:42:02.598Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T03:42:02.598Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T03:42:02.599Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f0ee38e-42d1-4b5b-be77-85544561370b 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-15T03:42:02.601Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.601Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:42:02.601Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:42:02.601Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.601Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-15T03:42:02.602Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4c98098f-c0e6-4fcd-93ba-b02598206d3f 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-15T03:42:02.604Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.604Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.604Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid d2850063-76c1-47f7-a8ff-8cca20e74192: basic_vm 2021-04-15T03:42:02.604Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.604Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.604Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.605Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.605Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.605Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.606Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.606Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.606Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:02.606Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:02.606Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-15T03:42:02.770Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f4ba0877-7048-42b2-a8b6-dbe8aa5db2eb 1 ASDC deployResourceStructure 2021-04-15T03:42:02.771Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-15T03:42:02.771Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-15T03:42:02.771Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:42:02.771Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:02.773Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:02.773Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458122771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:42:02.873Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:02.874Z||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-15T03:42:02.874Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:02.886Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:02.886Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:03.774Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-15T03:42:03.774Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-15T03:42:03.775Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:42:03.775Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:03.777Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:03.777Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458123774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:42:03.878Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:03.879Z||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-15T03:42:03.879Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:03.890Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:03.890Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:04.778Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-15T03:42:04.779Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-15T03:42:04.779Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:42:04.779Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:04.781Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:04.781Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458124778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T03:42:04.881Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:04.882Z||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-15T03:42:04.882Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:04.894Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:04.894Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:05.782Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-15T03:42:05.782Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-15T03:42:05.782Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:42:05.783Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:05.784Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:05.784Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458125782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:42:05.884Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:05.885Z||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-15T03:42:05.885Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:05.895Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:05.896Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:06.785Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6025a293-ca21-47dd-a677-1289d1cd4e66 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:42:06.793Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:42:06.796Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:42:06.797Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:42:06.797Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:42:06.797Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:42:06.801Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:42:14.638Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:42:36.801Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:42:36.807Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6025a293-ca21-47dd-a677-1289d1cd4e66 and serviceModelVersionId: d2850063-76c1-47f7-a8ff-8cca20e74192 2021-04-15T03:42:36.807Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a861c5-60e3-4c0b-a68f-454322ea1b5e 2021-04-15T03:42:36.808Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0 2021-04-15T03:42:36.813Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:42:36.944Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0|INFO|500||Invoke 2021-04-15T03:42:36.945Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6025a293-ca21-47dd-a677-1289d1cd4e66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54209b75-ee5c-4892-815f-b94f4d150723], X-ECOMP-RequestID=[6025a293-ca21-47dd-a677-1289d1cd4e66], X-TransactionId=[], X-ONAP-RequestID=[6025a293-ca21-47dd-a677-1289d1cd4e66], Content-Type=[application/merge-patch+json]} 2021-04-15T03:42:36.980Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:42:37.502Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?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/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-03:42:36:987-91112], vertex-id=[237736], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:42:36 GMT], Content-Type=[application/json]} 2021-04-15T03:42:37.502Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:42:37.503Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/22a861c5-60e3-4c0b-a68f-454322ea1b5e/model-vers/model-ver/d2850063-76c1-47f7-a8ff-8cca20e74192?depth=0|INFO|500||InvokeReturn 2021-04-15T03:42:37.503Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:42:37.503Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:42:37.507Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:42:37.507Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6025a293-ca21-47dd-a677-1289d1cd4e66 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:42:37.507Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:42:37.507Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:37.509Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:37.509Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458157507, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:42:37.610Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:37.610Z||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-15T03:42:37.611Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:37.622Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:37.623Z||pool-71-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-15T03:42:38.568Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:42:38.568Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4b359daf-3301-4c8d-a964-c14b4282cda5","serviceDescription":"service","serviceInvariantUUID":"f26bc27a-5703-4a86-8d31-d180edca1592","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6eb5a680-d25c-486a-96c8-388978401995","resourceInvariantUUID":"bbc5b317-1b64-480c-b1fd-d1f8168512f2","resourceCustomizationUUID":"4857abdc-9d5c-4397-b3a6-4d639f5e753f","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":"OGExNTQwYmU4MjEwM2I5Y2FlNjgxYmRjMzVlNGQ2MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69343cfc-e5e5-4c43-bbb3-00faec9a0897","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":"d31e4942-958b-4223-b122-6e0f18f17341","artifactVersion":"2","generatedFromUUID":"403088d2-2809-43f5-b40f-3f4eec493a2d"},{"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":"403088d2-2809-43f5-b40f-3f4eec493a2d","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":"NzZjMGVkZDlmMGJhMTkyMWRkNjdiZWU4OTdlMjY2ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2df893f-863c-46e8-9df1-5e4d3a692167","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":"82470214-61eb-46a7-bafa-7df2ec29e57c","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":"8195bc9f-c83b-40a4-b2e9-772c3f2badf7","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":"502b7165-c41b-4be7-aac9-21ad5b28abb2","artifactVersion":"2","generatedFromUUID":"82470214-61eb-46a7-bafa-7df2ec29e57c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzMwNTkwNjZlYmM3NzVjODQ1ZDZhZjU0MjVhOGE2Y2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a6291f2-aab2-42c0-b9d8-0e8d2d2a2105","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGZlYTM3MmQzMWYxMmNkOWZlZWVkY2JhMmE3YWU3ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8fcbb1d-5fbb-4a46-85d1-2027415a19c2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:42:38.568Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:38.568Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:38.570Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:38.570Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:42:38.670Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:38.671Z||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-15T03:42:38.671Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:38.680Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:38.681Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:39.570Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:39.571Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:39.572Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:39.573Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T03:42:39.673Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:39.674Z||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-15T03:42:39.674Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:39.684Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:39.684Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:40.573Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:40.574Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:40.576Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:40.576Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T03:42:40.676Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:40.677Z||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-15T03:42:40.677Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:40.686Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:40.687Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:41.576Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:41.577Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:41.579Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:41.579Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:42:41.679Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:41.680Z||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-15T03:42:41.680Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:41.690Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:41.690Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:42.580Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:42.580Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:42.588Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:42.588Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T03:42:42.688Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:42.689Z||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-15T03:42:42.689Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:42.699Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:42.699Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:43.593Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:43.594Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:43.596Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:43.596Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:42:43.697Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:43.698Z||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-15T03:42:43.698Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:43.709Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:43.710Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:44.596Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:44.597Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:44.599Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:44.599Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T03:42:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:42:44.699Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:44.699Z||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-15T03:42:44.700Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:44.708Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:44.709Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:45.599Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:45.600Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:45.602Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:45.602Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:42:45.702Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:45.703Z||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-15T03:42:45.703Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:45.715Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:45.716Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:46.603Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:42:46.603Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:46.605Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:46.605Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:42:46.705Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:46.706Z||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-15T03:42:46.706Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:46.715Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:46.716Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:47.606Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4b359daf-3301-4c8d-a964-c14b4282cda5", "serviceDescription": "service", "serviceInvariantUUID": "f26bc27a-5703-4a86-8d31-d180edca1592", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4857abdc-9d5c-4397-b3a6-4d639f5e753f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6eb5a680-d25c-486a-96c8-388978401995", "resourceInvariantUUID": "bbc5b317-1b64-480c-b1fd-d1f8168512f2", "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": "d31e4942-958b-4223-b122-6e0f18f17341", "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": "403088d2-2809-43f5-b40f-3f4eec493a2d", "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": "NzZjMGVkZDlmMGJhMTkyMWRkNjdiZWU4OTdlMjY2ZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e2df893f-863c-46e8-9df1-5e4d3a692167", "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": "82470214-61eb-46a7-bafa-7df2ec29e57c", "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": "502b7165-c41b-4be7-aac9-21ad5b28abb2", "generatedFromUUID": "82470214-61eb-46a7-bafa-7df2ec29e57c" }, "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": "502b7165-c41b-4be7-aac9-21ad5b28abb2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGZlYTM3MmQzMWYxMmNkOWZlZWVkY2JhMmE3YWU3ZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c8fcbb1d-5fbb-4a46-85d1-2027415a19c2" } ], "workloadContext": "Production" } 2021-04-15T03:42:47.607Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:42:47.607Z|6025a293-ca21-47dd-a677-1289d1cd4e66|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4b359daf-3301-4c8d-a964-c14b4282cda5 ASDC 2021-04-15T03:42:47.607Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4b359daf-3301-4c8d-a964-c14b4282cda5 ServiceInvariantUUID:f26bc27a-5703-4a86-8d31-d180edca1592 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:c8fcbb1d-5fbb-4a46-85d1-2027415a19c2 ArtifactChecksum:OGZlYTM3MmQzMWYxMmNkOWZlZWVkY2JhMmE3YWU3ZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4857abdc-9d5c-4397-b3a6-4d639f5e753f ResourceInvariantUUID:bbc5b317-1b64-480c-b1fd-d1f8168512f2 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6eb5a680-d25c-486a-96c8-388978401995 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:d31e4942-958b-4223-b122-6e0f18f17341 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:403088d2-2809-43f5-b40f-3f4eec493a2d 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:e2df893f-863c-46e8-9df1-5e4d3a692167 ArtifactChecksum:NzZjMGVkZDlmMGJhMTkyMWRkNjdiZWU4OTdlMjY2ZDI= 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:82470214-61eb-46a7-bafa-7df2ec29e57c 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:502b7165-c41b-4be7-aac9-21ad5b28abb2 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:502b7165-c41b-4be7-aac9-21ad5b28abb2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T03:42:47.607Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b359daf-3301-4c8d-a964-c14b4282cda5 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-15T03:42:47.676Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:42:47.677Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:42:47.677Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:42:47.677Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: c8fcbb1d-5fbb-4a46-85d1-2027415a19c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-15T03:42:47.677Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:42:47.678Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-15T03:42:48.304Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:42:48.306Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c8fcbb1d-5fbb-4a46-85d1-2027415a19c2 66807 2021-04-15T03:42:48.306Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-15T03:42:48.306Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-15T03:42:48.306Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:42:48.306Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:48.308Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:48.308Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458168306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:42:48.408Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:48.409Z||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-15T03:42:48.409Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:48.417Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:48.417Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:49.308Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:42:49.310Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:42:49.310Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: c8fcbb1d-5fbb-4a46-85d1-2027415a19c2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:49.310Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-15T03:42:49.311Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:49.311Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:49.395Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9541577671767256526/Definitions/service-BasicCnf-template.yml 2021-04-15T03:42:50.253Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:42:50.253Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:42:50.253Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:50.253Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-15T03:42:50.253Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.254Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.255Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:42:50.256Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e36c04ff-5ce6-483e-b56e-c11200a9ae90 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.257Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.258Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:50.258Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:50.258Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4b359daf-3301-4c8d-a964-c14b4282cda5 Model Version:NULL Model InvariantUuid:f26bc27a-5703-4a86-8d31-d180edca1592 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c03667e1-afa0-41ec-8467-35f2e08b34c7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bbc5b317-1b64-480c-b1fd-d1f8168512f2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4857abdc-9d5c-4397-b3a6-4d639f5e753f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:58d816a8-e9e0-4562-b73e-9a4fdded25f4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:22691e21-2def-4ec1-9882-5f6292d0bb13 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e36c04ff-5ce6-483e-b56e-c11200a9ae90 ModelInvariantUuid:7e3814ea-e17b-4fc9-a260-a69a32c4b6b7 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9fbce223-37d9-4360-a67c-96ff26dd8b8e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cb44ef8c-4ed6-4398-b69d-7d9eab808fba ModelInvariantUuid:6fb5f8cd-4a88-4161-8457-e654e765e0bc ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a339ee1c-1bdb-4d83-9109-c9c8b1461870 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-15T03:42:50.264Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6eb5a680-d25c-486a-96c8-388978401995 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-15T03:42:50.266Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||basic_cnf 0 2021-04-15T03:42:50.266Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6eb5a680-d25c-486a-96c8-388978401995 2021-04-15T03:42:50.266Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: d31e4942-958b-4223-b122-6e0f18f17341 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-15T03:42:50.266Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:42:50.267Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-15T03:42:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:42:50.335Z||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-15T03:42:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:50.354Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:50.355Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:42:50.355Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:42:50.355Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:42:50.811Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:42:50.811Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d31e4942-958b-4223-b122-6e0f18f17341 12 2021-04-15T03:42:50.811Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-15T03:42:50.812Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-15T03:42:50.812Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:42:50.812Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:50.816Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:50.816Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458170811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:42:50.916Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:50.916Z||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-15T03:42:50.917Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:50.925Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:50.925Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:51.816Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 403088d2-2809-43f5-b40f-3f4eec493a2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-15T03:42:51.817Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:42:51.817Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-15T03:42:52.601Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:42:52.602Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 403088d2-2809-43f5-b40f-3f4eec493a2d 2688 2021-04-15T03:42:52.602Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-15T03:42:52.602Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-15T03:42:52.602Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:42:52.603Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:52.605Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:52.605Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458172602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T03:42:52.705Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:52.706Z||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-15T03:42:52.706Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:52.717Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:52.717Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:53.606Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: e2df893f-863c-46e8-9df1-5e4d3a692167 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-15T03:42:53.607Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:42:53.607Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-15T03:42:53.851Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:42:53.852Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e2df893f-863c-46e8-9df1-5e4d3a692167 828 2021-04-15T03:42:53.852Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-15T03:42:53.852Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-15T03:42:53.852Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:42:53.852Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:53.854Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:53.854Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458173852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:42:53.954Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:53.955Z||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-15T03:42:53.955Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:53.965Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:53.966Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:42:54.854Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "58d816a8-e9e0-4562-b73e-9a4fdded25f4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "22691e21-2def-4ec1-9882-5f6292d0bb13", "vfModuleModelCustomizationUUID": "be4b52fb-cb3b-4dfa-b831-f762c1d07bbe", "isBase": true, "artifacts": [ "403088d2-2809-43f5-b40f-3f4eec493a2d", "82470214-61eb-46a7-bafa-7df2ec29e57c", "502b7165-c41b-4be7-aac9-21ad5b28abb2" ], "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-15T03:42:54.859Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:22691e21-2def-4ec1-9882-5f6292d0bb13 VfModuleModelInvariantUUID:58d816a8-e9e0-4562-b73e-9a4fdded25f4 VfModuleModelDescription:NULL Artifacts UUID List:{ 403088d2-2809-43f5-b40f-3f4eec493a2d , 82470214-61eb-46a7-bafa-7df2ec29e57c , 502b7165-c41b-4be7-aac9-21ad5b28abb2 } 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-15T03:42:54.862Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "58d816a8-e9e0-4562-b73e-9a4fdded25f4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "22691e21-2def-4ec1-9882-5f6292d0bb13", "vfModuleModelCustomizationUUID": "be4b52fb-cb3b-4dfa-b831-f762c1d07bbe", "isBase": true, "artifacts": [ "403088d2-2809-43f5-b40f-3f4eec493a2d", "82470214-61eb-46a7-bafa-7df2ec29e57c", "502b7165-c41b-4be7-aac9-21ad5b28abb2" ], "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-15T03:42:54.862Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:22691e21-2def-4ec1-9882-5f6292d0bb13 VfModuleModelInvariantUUID:58d816a8-e9e0-4562-b73e-9a4fdded25f4 VfModuleModelDescription:NULL Artifacts UUID List:{ 403088d2-2809-43f5-b40f-3f4eec493a2d , 82470214-61eb-46a7-bafa-7df2ec29e57c , 502b7165-c41b-4be7-aac9-21ad5b28abb2 } 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-15T03:42:54.863Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 82470214-61eb-46a7-bafa-7df2ec29e57c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-15T03:42:54.863Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:42:54.863Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-15T03:42:55.926Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:42:55.926Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 82470214-61eb-46a7-bafa-7df2ec29e57c 1164 2021-04-15T03:42:55.927Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-15T03:42:55.927Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-15T03:42:55.927Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:42:55.927Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:55.929Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:55.929Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458175927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:42:56.029Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:56.030Z||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-15T03:42:56.030Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:56.039Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:56.039Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:56.929Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 502b7165-c41b-4be7-aac9-21ad5b28abb2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-15T03:42:56.930Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:42:56.930Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-15T03:42:58.619Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:42:58.619Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 502b7165-c41b-4be7-aac9-21ad5b28abb2 200 2021-04-15T03:42:58.619Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-15T03:42:58.620Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-15T03:42:58.620Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:42:58.620Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:42:58.621Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:42:58.622Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458178619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:42:58.722Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:42:58.723Z||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-15T03:42:58.723Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:42:58.731Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:42:58.732Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:42:59.622Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 4b359daf-3301-4c8d-a964-c14b4282cda5 2021-04-15T03:42:59.623Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6eb5a680-d25c-486a-96c8-388978401995 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-04-15T03:42:59.629Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-15T03:42:59.636Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:42:59.636Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:42:59.636Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: c03667e1-afa0-41ec-8467-35f2e08b34c7 2021-04-15T03:42:59.636Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: c03667e1-afa0-41ec-8467-35f2e08b34c7 2021-04-15T03:42:59.686Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel to get resource 2021-04-15T03:42:59.687Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel 2021-04-15T03:42:59.687Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|INFO|500||Invoke 2021-04-15T03:42:59.687Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-15T03:42:59.688Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel 2021-04-15T03:42:59.688Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||Method : GET 2021-04-15T03:42:59.688Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/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:"fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", X-RequestID:"fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", X-TransactionID:"fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", X-ECOMP-RequestID:"fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"f962a5f1-80e6-467d-b00b-9ee004ca6be6"] 2021-04-15T03:42:59.688Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||Request body: 2021-04-15T03:42:59.688Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-15T03:43:00.896Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-15T03:43:00.896Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-15T03:43:00.897Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||Status text : OK 2021-04-15T03:43:00.897Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"Njc1OWNkNjdjMjlmZDk2NTg3YTFlMTg4Zjg1YzBiNGM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-15T03:43:00.902Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �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��rX��Co��$��Kq�)@}��fK�<;< #�����0B�0��&�-� ,� >c�E���=^��4�‡o��*%�1M �J����$b�#�+Ip'��mS���uIC�ڍ��9MCL��̒�#�{��B����aHiԠ8��O����p�gNJ��3|��� k�\�w������LL.��(�q����E�_�� �b�R�, Mi�7�si�a��^�|����E�`P��j�t����x��Q������K蝒����9��F��(?_�}y������������r^f�,>�,�T�5M.,���_�[J�]��#�QF�h����s�����#��#I�c���z��ӂ*k�RN<"�$HXp���0(��w���T�}aIz4�3�q��J�`Y� �1�Z�d���v�ر��w�m�+Y��O�m;��{�v������;GkRdyrb���+����: цP.,�|�"bY�j����W5}/����\P��bM�D�j"�S8N����pn��(2�S83b��q-�X,/7m>�~zjT��z�o��SEҍ���w�uoC��Bԥ�MF�pR�ԮW�j`F����h�iڀMR�K}0^�q���.g���K��pXП�G�Z��#|hK%8�% �y��e�3'�= ���\N������� �C�n�/Kd����gH[���D-���s��}W�����Mx�{PX��GWcU��L��B=Z!�u�i��PA��j�u�[tɲ�U��w�/`�GQB�~Q�<��6��%V�]�M�$73��ޅZs���� N��Ω��{(���cr� ��m|J���E &uME&�Fw�Hp�`�I$�����׺g)~fD �d g&�Y��)p��{'� �p�W�Z�P��� ������e.� S�i�I����+�NrZlR�-a��E�� �rEc��1������KmH�� ����P��B,9/�ќ�� �>F������6�����Ew�%�WO�=��M}:PFI��Ne�^��@�h� SQ���W2v��}�h�������7z�*8��6T!����t���+���1~���6�>l9�^,�:�R[��U5�,�T�w�1�|����_7}�UWE1<� +����\�����%=D�O�V�Km��T7�\�O|'�7h��Z;��C�A+�]�֎�+���H��Y���h��!Z�����?�ۛ[x�\[�>��K�X�a�����g��=�����S����匪�b� ̞��*o���lf՟��){h5�K�ែx�.%��Y C�/M��Yu�f�,���Zo\�[��=^�A@!µH�۶���m!;��sJ,���l� ]{o+߷=�k?t�٬����f�(����@Ɯ #� �mu�������1 �ʯcm�$*N���u��n�����gKMek|��]7���ݢF��t��@�!�"���n�85�h�������O��K��B.��n��Z�8���i� ����O�q��yG�i��q ����n1�a�u� �J��|� ��5�#J���5�r� W���}��;�_�Oڋ ۈ��v������~�kD�\�L2�ؕr��'�HMz�E;3�/M�S�޷�������A*�D�ݗ���Ǭ�q����eF+����i��r�,��*v�Kf�����DǥU� ʜ�_�S��.A�|�gY��8�f�nF����e�b�/w� 󎎅�O��Cb��y�"T�Ft�Ԏ��������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��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKw�*��Wh�>q�8�wm��='M{�6���A9�J�+PZ���A/����EN�bf��PB�4b�)&��_i&៍��)ɒ4��'�?��g U8� o�<��W�1��ϟ�?l�z��/(Ft~�ED�_./^���%Y���J�uzyy��n�5Z\t7��Qt� �U��@�qB7^�%#>��"�r�I��}�P�3�X� �o������<�K�� V�^.i�a�q*�W�1�=߃������@��[��6�G�iƴ���w�T& �3*E��Ly(��N��s��;�)���|>�8�L���< (�:??ϋL��*�#��=/b1H(��Kb����K��`5Op�C|ms�"�h��4xa�EkMT��L�6U9RM�"f����H0�B�rM*c���t��ĸ�Y� �ͮ��k�[=j���h&E!_ �{�šqF �rEg���U��_Xy[2Z?K������(^��`:��iYL�J��ǕV����ZL��! �.^% �b���Ѳ>aY���~*��� j+��#�ͳ�$�{:�y��e9���M{�Wc�/g 7^�cYR��QΉ)��m��v���_��7+�^H̤�0̤\e;_��4�5�R��3�?�+�s�Y�N��f �Q�>k!^!�:�rP��b*���F�V!�ܞ躧#@�dWU���`�!�������/�K���E�ԋ�� ���$,Է���H������೰&廉ȶ3��f�5Ex�X0�솊�qs�e�k�G1~���=ܘVE�ل>l]UW�Z��o��VM�+�`�C����)@`^o&@��� ۾������n��6߀ 0����=_.����C����HdM��L��n�B�Z��vgh}��`�Κ�W��TۇF$/��:Z�-�j�����7�.��fyM/��,��jM霠y�WWh=�X#�&�`�X�W7��ͥ �[��%?  :т�K��� ���8X]��7� ��1j�+q�(j��= �ɥ.���^���(�#. ^���x�#x�E�A�.�66/i� �&��j�+�����T��צU��9� T?˾~�~�������������e����dc�@��8,�����3Z�8����Z6޷�����������q�4�R�ׇU����R�tm��-�a�'�~�{�C�����Ó���o�n��<>����\Qŵ����?��n#�!��f8�)�U��ϕe�Z���L8d�_z�Ԇ�R7(�8�;��G �H������(�ᆭ�4?�Ȃɶ *��8O�����z�� ~gxN��3�F��T*9Ә�tu���ս�ν��l��:9�kAF�N�H;Tn�e@���(��� �E���x2X�Z����T�5S�S��tA��<��� ����[��\��B�ޒ�Ȕ���k/��4��'M_hB3� m�C��BzHȭ����>�`�n�S�7��ܞ�ނ�mdu��o��F�M�:&����g��F�Op�2�����w�����{��q���H�PW���?[X�B���g]���m���h��s j�m� �SB���dN~��:گ6��l��ZNMf�n�����fR 5�a��w4)Z[pz;4�\�|���wU(W�Ӗd58�����jf�[�!�[�q�mqoǑ��3�:�N����w8�t�s��;�ط�O�D< p��������U��&�ӎ���:�l:��;���=���eA�Q(?d�}����6MU ��� � OET=����:�� ��a�Ȫ�S���zz�� 9�88Q� ��YA ��}����9�#︳����������lh1���]�A��+j��d�օe�*���*���7��d;�1?" |+�^6A�X ���=��K����G��ս ��_W�9X���X@}w���=�q�uS�'��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�EA m�:��}�\�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�s D�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��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ +��X�<�EM���e�(qd�CKRN�_�CIV���j�"�ԾP3g�y����,�X-�0ڥ;�� �F�*%�5S2��x��3����Y��bZ���b͖��?���T 1K����~��qS���h��d�?����z�7��s?�AF���Z�J�yY=s�Ï�恞�_�5�6���=��6�]ᤦ|�߳����~&ߌ.v� M��?�0��/u� _����(S�e�A~�E`}0� �鉡���u�4�$B�-�6|m���hk�G3�PKaii �� PK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�w?7O"LX�emm���E� ��C�����{tIj7h�Q���\���Vcg��&�Ԏ�+�[l'p���9̠!C�c�������iX��SW+]�P�E)*Q���\`u*�\�� �Za8/�BBjY��>q��j)�J���6�3$�|�Up�����1������D$ *�>/�?��" �E*�cd�_��SO�ֳ�����}C"�\\���L9�ʤGLa� ���&�|GӚ��?�"$ʴ��g������$R��~G31�fW���y��u�R����Y2������� z���&�[}C#ZX�b�;����k �=�*��k�_)_� �C^��R7��Ͷo�x塧��k�#�c��ۋ�mG�|k:M�Q�] ��_���>��a�?b��� � PK0��PPK��R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`�,߈a��P�I��4R��]�4�4v����tK3�Ll'TN�������&X/x&�PFe�Ϧ�<~ Y�O^���l�K�d{%.y��=Ɣ�r�� ����Cvt$�q�������~���@�����ဟ�(��O�p Nyo�H~������콇�tpď�|� /aȮ�߃ChH���SU� �r���8s�5��M� 5~�\L�"�(�g�����$�|B $�?��ȖU�+�͔�,V{d�a�d�j�� HE�D�)D�[���JZ���d|ʕ�^�{S�)��We�ȽD�t�-�T�N��1(x��K,� Ly想f��J�!��HR<�j���n1��a �us��i�>�1�a^a�>��[�cd���Si�Ηd �C9W�P;�WL����'`ݐ�\�ݲo���}�|d����w&�/x~�������{��j]�ý^L���d��j"�?/5>RՒ++ Dl��x�4��*K�ް:�1Q~��ޕ��y�l�ʕ(�se��L����cC����##9�-<�nܷ& �_�����觨L����~j��� +Yf���p���e���?mLFv+pˊe��R���~Ai͢; �J��d�T���4̬� ���|;�O p� �=��S0�[��Wk`gaF���Z딺 T��;Y%�/ϩi�0[Do���[0�a��ݬ�p�@�w>��U�]q�������n�*j��� ^UX:�$�=%Y2�_wowm�ּ��+,���o� b�b�@ST�۔���)���)�7�C� UW�����/ �4���J�Xk?�T�c˺�<�"��Wg��7����vY-4�Z���˟�_2���/��㣧)JH�؃��w5e4���ۣ�u����a�8�N,d��2�<��/0��広��� �V\Ek�|�+�m?�i�i\W��;��x�w~ <��́�!���؀�c�-����R��,H��� ��5���$TI��b�<����o@��n�y1��S�k#�C�P�L�M�<�;��ē"ɳ(�3[e�:fN�pM�������W���(vt=��n��"��Blr��*�-#�mfxFeMhq'O�7oo���������l��z�R�DSk鉟�ZK�����v�-.-��]����>�zQ�Cq�'�.�ȅ�������r-4��q���;�hR�/���.�aD����i�[��x} ˜M`�~�9Uئa��L��D�McKR����xxq��+���qo�u ����\����@a�S;M@WiC��R�e��PK˩^�PK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ������&m��f��f/Ea���M�U�r�~��(ɖ���4(��!29��?? ��2�9�V�ʬw� ]��uYF����J��\_^�h! � �D�-����<���.@X&wpw�\��u��<���^,�K�x�ѯ:㛛[�|Q$ ���*��M��,YBv �k�\9WP��.U�A�uc�Rs4\�ںv~�Z���l�,�Nh����VT�^�ݲRQ�Նq�!���&��j���@�,n��S�X���L���3c5pK�T�j4��X�J�ؗ��?�O�Z�>�����P=��>/�����*G�ԔRi>\��J[��HXEY����BH*�%��RRf뒶�6��wxl2�3�(�����v��o�j�V]J�]+)��*����Jٮܱ�(���]z��&U5��� a�+xکҳҕ��w�� �ʞ�Youb��;�S5���b��5�Ԉ�p�8��nR,�~Dd��B*�F}����W�[�t�rِ }C��rlݞ�s�nzkK��p��1�����C͊�Fk�����%�rt���˗��_i;�"_w~����:�2���֤�K����0�� P@#��=�'���tS�^�0��(1�D��l�%�aR�۷}�Q&L���I��miI �fh����.BpRY�|�e;�D���{�E'�j������s� ��h����Y���{:��j��VV����p�5`�;^[p�?����`�6t�1+�[�����:/ZX�<��a$o�$H��q��@A/m�� ^�7��1L8�C�1��8x�� ��i��n�����^>:Y��8Z�����f�oC�Q�Щ覶��W�*x]ALd�qy���,���[\d�@�_kҴ'���ɀ�=�s:�E ����г�#nF��Y�Iǃ ���� ���J�x�� ���S�6��E����ך;� ǁ�(8M���x��k$������/ �?���9�8[8���� ?�2���s�j���>��ϓ�x@�<�R�Xq�jn��' sн��޻�Պ#�p�}9���zp5�ce# >� n��s�/����d�<�PK��\f;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��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�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���I lcж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��}3 aL���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���i G��^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\��כ �y W��� �@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��l n���;���ڧ�~{=_�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���f q����{�ў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���wp 30q��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�&����6 Q�|5�����PK��--6v�PK��R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv������ �9�w�D'�� |l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4 ���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�. �b��ȵt+·��F��M9���)?�]�� rMO �6"��0���W�3�������'��o d��8�����_�C��&)Xϧ �"f ����J6� 5�~�<�oJ ��H����e6 ��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������ MM6�-�%�1����KC��͖�bvk� ?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PK��R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V����� i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T��������� ������!�����7K,J����@Ma��r���߉^v9 ��=Z�d���s�1�q���~���� ����p,�Z(���-FG���:�k� �QL��U���Džm�}�0�B �ѢH�>c �(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�( e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+�m &�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W� PK,�P{y�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� �_��ڪm(��,�X� �����K=�|3��eˬ�gb.Z.����ޥ����ɓ.�!M��h8���y%�Fބ�<:� �}�<�L죳��6��w�_;�qh��Q]3R�{�� KX�DlJa���\@�tB~PK�+��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� �V S������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 �"�j P�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��W� }6*<Definitions/resource-BasicCnf-template.ymlPK��R.��52^45 Definitions/resource-BasicCnf-template-interface.ymlPK��R+�$(�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��R���s:[BZDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��Raii �� )=!Definitions/resource-Compute-template.ymlPK��R0��P?8%Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��R˩^�,A'Definitions/resource-Novaserver-template.ymlPK��R��\f;K/�,Definitions/resource-Globalcompute-template.ymlPK��R+�@j5��Q1Definitions/data.ymlPK��R�'}8�fDefinitions/groups.ymlPK��R0?��@ @�mDefinitions/policies.ymlPK��R���C&DzDefinitions/annotations.ymlPK��R������|Definitions/relationships.ymlPK��R 2ea� ��Definitions/artifacts.ymlPK��R�H�v~( �Definitions/capabilities.ymlPK��R8��ɑDefinitions/interfaces.ymlPK��R��--6v�–Definitions/nodes.ymlPK��R&��?2�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPK��RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK��R,�P{y�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�+��4b�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R���� � VS�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPK\� 2021-04-15T03:43:00.903Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-15T03:43:00.904Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c03667e1-afa0-41ec-8467-35f2e08b34c7/toscaModel|INFO|500||InvokeReturn 2021-04-15T03:43:00.987Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-15T03:43:00.987Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-15T03:43:00.988Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= 4857abdc-9d5c-4397-b3a6-4d639f5e753f 2021-04-15T03:43:00.988Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4857abdc-9d5c-4397-b3a6-4d639f5e753f matches Tosca VF Customization UUID: 4857abdc-9d5c-4397-b3a6-4d639f5e753f 2021-04-15T03:43:00.988Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: 4857abdc-9d5c-4397-b3a6-4d639f5e753f 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-15T03:43:00.992Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.992Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:00.993Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id 4857abdc-9d5c-4397-b3a6-4d639f5e753f: {\"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-15T03:43:00.993Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@308e9f2 2021-04-15T03:43:00.993Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.993Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:43:00.993Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be4b52fb-cb3b-4dfa-b831-f762c1d07bbe 2021-04-15T03:43:00.993Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be4b52fb-cb3b-4dfa-b831-f762c1d07bbe 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-15T03:43:00.995Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.995Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-15T03:43:00.996Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-15T03:43:00.997Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e36c04ff-5ce6-483e-b56e-c11200a9ae90 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-15T03:43:00.998Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.998Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:43:00.998Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:43:00.999Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:00.999Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-15T03:43:00.999Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4857abdc-9d5c-4397-b3a6-4d639f5e753f 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-15T03:43:01.000Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4b359daf-3301-4c8d-a964-c14b4282cda5: basic_cnf 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:01.001Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:01.002Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:01.002Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:01.002Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:43:01.002Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:43:01.002Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-15T03:43:01.114Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6eb5a680-d25c-486a-96c8-388978401995 1 ASDC deployResourceStructure 2021-04-15T03:43:01.116Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-15T03:43:01.116Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-15T03:43:01.116Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-15T03:43:01.116Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:43:01.118Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:43:01.119Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458181115, "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-15T03:43:01.219Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:43:01.219Z||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-15T03:43:01.220Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:01.231Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:01.231Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:43:02.120Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-15T03:43:02.120Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-15T03:43:02.120Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-15T03:43:02.120Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:43:02.122Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:43:02.123Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458182120, "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-15T03:43:02.223Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:43:02.223Z||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-15T03:43:02.224Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:02.233Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:02.233Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:43:03.125Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-15T03:43:03.125Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-15T03:43:03.125Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:43:03.125Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:43:03.127Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:43:03.127Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458183124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:03.227Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:43:03.228Z||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-15T03:43:03.228Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:03.237Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:03.238Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:43:04.129Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-15T03:43:04.130Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-15T03:43:04.130Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:43:04.130Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:43:04.132Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:43:04.132Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458184128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:43:04.233Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:43:04.233Z||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-15T03:43:04.234Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:04.243Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:04.244Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:43:05.134Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-15T03:43:05.134Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-15T03:43:05.134Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:43:05.134Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:43:05.136Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:43:05.136Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458185134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-15T03:43:05.236Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:43:05.237Z||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-15T03:43:05.237Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:05.247Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:05.248Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:43:06.137Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-15T03:43:06.137Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-15T03:43:06.137Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:43:06.137Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:43:06.139Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:43:06.139Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458186136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:06.239Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:43:06.240Z||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-15T03:43:06.240Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:06.248Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:06.249Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:43:07.140Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:43:07.149Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:07.151Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:43:07.151Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:43:07.151Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:43:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:43:37.152Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:43:37.167Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:37.170Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:43:37.170Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-15T03:43:37.170Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-15T03:43:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:43:50.335Z||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-15T03:43:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:43:50.351Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:43:50.368Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.368Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.369Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.369Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458050868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.369Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.369Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458050984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458051693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.370Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458051900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.371Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458052793, "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-15T03:43:50.390Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:43:50.390Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:43:50.402Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.402Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458052806, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.402Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.402Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.402Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "clamp", "timestamp": 1618458052904, "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-15T03:43:50.407Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:43:50.407Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:43:50.415Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.415Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T03:43:50.415Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.415Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-k8s-id", "timestamp": 1618458053798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.416Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.417Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458053812, "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-15T03:43:50.421Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6025a293-ca21-47dd-a677-1289d1cd4e66 2021-04-15T03:43:50.421Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6025a293-ca21-47dd-a677-1289d1cd4e66 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-15T03:43:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.427Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458043810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458054816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.428Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.429Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458048632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458057325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.430Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "cds", "timestamp": 1618458058330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:43:50.434Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.434Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.441Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458050320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.441Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458060498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458061502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458061616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "policy-id", "timestamp": 1618458062506, "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-15T03:43:50.448Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.448Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.454Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.454Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458053893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.455Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.456Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458064491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.457Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.458Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458065710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.459Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458058303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458067009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.460Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458067607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458059002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458059335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "dcae-sch", "timestamp": 1618458059281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.461Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.462Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458068611, "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-15T03:43:50.465Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.465Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.472Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.472Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458068783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.472Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.472Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.472Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458068881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.472Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458069306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458069411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.473Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458069795, "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-15T03:43:50.477Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.477Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.481Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.481Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.481Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.481Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.481Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "cds", "timestamp": 1618458070417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-15T03:43:50.489Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.489Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.496Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.496Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.496Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.496Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-windriver-id", "timestamp": 1618458070804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458070841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458070886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.497Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458072411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458072405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.498Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.499Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458074307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.500Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458074415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.501Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458075457, "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-15T03:43:50.505Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.505Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.510Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458068632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-k8s-id", "timestamp": 1618458076460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.510Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458076917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458077117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458077922, "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-15T03:43:50.516Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.516Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.521Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.521Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "aai-ml", "timestamp": 1618458078122, "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-15T03:43:50.524Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.524Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.532Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.532Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458078499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458078927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458071813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.533Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458079502, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.534Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.535Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.535Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.535Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.535Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.535Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "policy-id", "timestamp": 1618458080505, "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-15T03:43:50.538Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.539Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.544Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.544Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.545Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.546Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458082895, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.547Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.548Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458085597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.549Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458085819, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458086612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.550Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458079002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458079281, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458060715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458087395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.551Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.552Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.552Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "clamp", "timestamp": 1618458087615, "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-15T03:43:50.555Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 2021-04-15T03:43:50.555Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:43:50.562Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.562Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.562Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.562Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.562Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458088401, "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-15T03:43:50.566Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.566Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.571Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458088596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458088683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-windriver-id", "timestamp": 1618458089404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.574Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458090388, "artifactURL": "/sdc/v1/catalog/services/09af08f5-b4ef-49b7-adbd-779d0cffa72a/resourceInstances/basicclamp0/artifacts/43b5c030-a6c1-4269-9264-0c4ea07fb69e", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.575Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458090484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458090504, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.576Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.577Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.578Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458091722, "artifactURL": "/sdc/v1/catalog/services/09af08f5-b4ef-49b7-adbd-779d0cffa72a/resourceInstances/basicclamp0/artifacts/43b5c030-a6c1-4269-9264-0c4ea07fb69e", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.579Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458092183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458092284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.580Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.581Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "dcae-sch", "timestamp": 1618458092727, "artifactURL": "/sdc/v1/catalog/services/09af08f5-b4ef-49b7-adbd-779d0cffa72a/resourceInstances/basicclamp0/artifacts/43b5c030-a6c1-4269-9264-0c4ea07fb69e", "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-15T03:43:50.586Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.586Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.594Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.594Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.594Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.594Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.594Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.594Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.594Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458093184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458093187, "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-15T03:43:50.599Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.599Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.604Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.604Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.604Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.605Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.605Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458093393, "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-15T03:43:50.608Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.608Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.613Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.613Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458086419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458094191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "multicloud-k8s-id", "timestamp": 1618458094407, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.614Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458095108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.615Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458064903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458096117, "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-15T03:43:50.620Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.621Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458096215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458088632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.629Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458090407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.630Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.631Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458098431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.631Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.631Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.631Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "cds", "timestamp": 1618458098634, "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-15T03:43:50.644Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:43:50.644Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:43:50.651Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458098804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.652Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458099807, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458100320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.653Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.654Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.654Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.654Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "policy-id", "timestamp": 1618458100809, "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-15T03:43:50.657Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:43:50.657Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:43:50.665Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.665Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.665Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.665Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.665Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.665Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.665Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458101190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee4d35c9-0258-45dd-aa43-36bb47818623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458101299, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.666Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458101322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458095195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458102914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458103706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458103916, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.670Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458083893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.672Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.672Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.672Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458104806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.672Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.672Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.672Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "clamp", "timestamp": 1618458104919, "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-15T03:43:50.676Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.677Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.688Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.688Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.688Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.688Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.688Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:43:50.688Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.688Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458105701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458106014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458106197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.689Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.690Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.690Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458099002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.690Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.690Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.690Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458106708, "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-15T03:43:50.694Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:43:50.694Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:43:50.698Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.698Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "dcae-sch", "timestamp": 1618458099281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.698Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.698Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.698Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:43:50.698Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.699Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.699Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458106981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.699Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.699Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.699Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "aai-ml", "timestamp": 1618458107201, "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-15T03:43:50.702Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 2021-04-15T03:43:50.703Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:43:50.710Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.710Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:43:50.710Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-windriver-id", "timestamp": 1618458107710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458107814, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.711Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458108285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.712Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.713Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.713Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458108590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.713Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.713Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.713Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618458108819, "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-15T03:43:50.717Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:43:50.718Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:43:50.724Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.724Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458109593, "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-15T03:43:50.728Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:43:50.728Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:43:50.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458109908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:43:50.732Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:43:50.732Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:43:50.732Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:43:50.732Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:07.170Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:44:07.183Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:07.185Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:07.186Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:44:07.189Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:44:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:44:37.190Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b 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-15T03:44:37.195Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b and serviceModelVersionId: 4b359daf-3301-4c8d-a964-c14b4282cda5 2021-04-15T03:44:37.195Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f26bc27a-5703-4a86-8d31-d180edca1592 2021-04-15T03:44:37.196Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0 2021-04-15T03:44:37.203Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:44:37.300Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0|INFO|500||Invoke 2021-04-15T03:44:37.301Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3c86a46-3968-47fb-adbe-ac090d96a950], X-ECOMP-RequestID=[fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b], X-TransactionId=[], X-ONAP-RequestID=[fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b], Content-Type=[application/merge-patch+json]} 2021-04-15T03:44:37.319Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:44:37.693Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?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/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-03:44:37:324-43701], vertex-id=[454784], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:44:37 GMT], Content-Type=[application/json]} 2021-04-15T03:44:37.693Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:44:37.693Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f26bc27a-5703-4a86-8d31-d180edca1592/model-vers/model-ver/4b359daf-3301-4c8d-a964-c14b4282cda5?depth=0|INFO|500||InvokeReturn 2021-04-15T03:44:37.694Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:44:37.694Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:44:37.698Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:44:37.698Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:44:37.699Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:44:37.699Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:37.700Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:37.701Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458277698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:44:37.801Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:37.802Z||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-15T03:44:37.802Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:37.817Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:37.817Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T03:44:38.710Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:44:38.710Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b33c6ca-3de0-460b-9f66-3dafd672a0fc","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"09af08f5-b4ef-49b7-adbd-779d0cffa72a","serviceDescription":"service","serviceInvariantUUID":"f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12f077e7-1cc9-4ea3-862e-964ce9ad721b","resourceInvariantUUID":"c0a03e35-7976-4c02-941e-ba8fbe21feff","resourceCustomizationUUID":"db06b643-f756-45fd-a13a-6e675b68d7a9","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":"43b5c030-a6c1-4269-9264-0c4ea07fb69e","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":"ZGQ4MWY0ZmRjYjhkMThkZDRhNGNiNGI4NDcxYmNjMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f791c0f-a6c0-4dd8-9616-07c47b71b678","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":"N2QwZTE2NzQ1ZjkxMmFjNTY1NmRmYjM1YWRlMzMxYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba1d7972-7f7d-4f1e-bcbe-0b900ae81fcc","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":"5d1a5c61-a4d2-4cc8-934d-95795569037e","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":"02d4bc41-e78a-4452-a717-f7ae5b8420bb","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":"dc869591-ea62-4c5a-9c68-f2c6544ad404","artifactVersion":"2","generatedFromUUID":"5d1a5c61-a4d2-4cc8-934d-95795569037e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWJhZTQzM2RlZmVhZjYzNWM3ZjI0YmMxZDJjNmVlNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"277d0f88-e1f8-4692-8306-41e25ab71643","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTUxNDA4M2MyYWYwYjczOTFlMGU2ZTEwMzkzOTc0YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09c9e824-c58f-48a3-a61c-dd15793ea72c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:44:38.711Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:38.711Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:38.712Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:38.712Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:38.813Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:38.813Z||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-15T03:44:38.813Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:38.822Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:38.822Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:39.713Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:39.714Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:39.716Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:39.716Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:39.816Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:39.816Z||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-15T03:44:39.816Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:39.827Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:39.828Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:40.717Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:40.718Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:40.719Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:40.720Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:44:40.820Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:40.820Z||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-15T03:44:40.821Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:40.829Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:40.830Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:41.720Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:41.720Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:41.722Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:41.722Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:44:41.822Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:41.823Z||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-15T03:44:41.823Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:41.834Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:41.835Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:42.723Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:42.724Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:42.726Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:42.726Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:42.826Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T03:44:42.827Z||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-15T03:44:42.827Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:42.836Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:42.836Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:43.727Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:43.728Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:43.730Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:43.730Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:44:43.830Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:43.831Z||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-15T03:44:43.831Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:43.839Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:43.839Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:44.730Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:44.731Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:44.733Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:44.733Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:44.833Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:44.834Z||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-15T03:44:44.834Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:44.848Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:44.848Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:45.733Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:44:45.734Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:45.735Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:45.735Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:44:45.836Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T03:44:45.836Z||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-15T03:44:45.836Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:45.845Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:45.846Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:46.736Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "09af08f5-b4ef-49b7-adbd-779d0cffa72a", "serviceDescription": "service", "serviceInvariantUUID": "f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "db06b643-f756-45fd-a13a-6e675b68d7a9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12f077e7-1cc9-4ea3-862e-964ce9ad721b", "resourceInvariantUUID": "c0a03e35-7976-4c02-941e-ba8fbe21feff", "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": "N2QwZTE2NzQ1ZjkxMmFjNTY1NmRmYjM1YWRlMzMxYzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba1d7972-7f7d-4f1e-bcbe-0b900ae81fcc", "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": "5d1a5c61-a4d2-4cc8-934d-95795569037e", "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": "dc869591-ea62-4c5a-9c68-f2c6544ad404", "generatedFromUUID": "5d1a5c61-a4d2-4cc8-934d-95795569037e" }, "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": "dc869591-ea62-4c5a-9c68-f2c6544ad404", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YTUxNDA4M2MyYWYwYjczOTFlMGU2ZTEwMzkzOTc0YTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09c9e824-c58f-48a3-a61c-dd15793ea72c" } ], "workloadContext": "Production" } 2021-04-15T03:44:46.737Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:44:46.737Z|fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09af08f5-b4ef-49b7-adbd-779d0cffa72a ASDC 2021-04-15T03:44:46.737Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2b33c6ca-3de0-460b-9f66-3dafd672a0fc ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:09af08f5-b4ef-49b7-adbd-779d0cffa72a ServiceInvariantUUID:f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8 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:09c9e824-c58f-48a3-a61c-dd15793ea72c ArtifactChecksum:YTUxNDA4M2MyYWYwYjczOTFlMGU2ZTEwMzkzOTc0YTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:db06b643-f756-45fd-a13a-6e675b68d7a9 ResourceInvariantUUID:c0a03e35-7976-4c02-941e-ba8fbe21feff ResourceName:basicclamp ResourceType:VF ResourceUUID:12f077e7-1cc9-4ea3-862e-964ce9ad721b 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:ba1d7972-7f7d-4f1e-bcbe-0b900ae81fcc ArtifactChecksum:N2QwZTE2NzQ1ZjkxMmFjNTY1NmRmYjM1YWRlMzMxYzU= 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:5d1a5c61-a4d2-4cc8-934d-95795569037e 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:dc869591-ea62-4c5a-9c68-f2c6544ad404 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:dc869591-ea62-4c5a-9c68-f2c6544ad404 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T03:44:46.737Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09af08f5-b4ef-49b7-adbd-779d0cffa72a 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-15T03:44:46.894Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:44:46.895Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:44:46.896Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:44:46.896Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 09c9e824-c58f-48a3-a61c-dd15793ea72c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-15T03:44:46.896Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:44:46.896Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-15T03:44:47.409Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:44:47.413Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 09c9e824-c58f-48a3-a61c-dd15793ea72c 72265 2021-04-15T03:44:47.414Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:47.414Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:47.414Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:44:47.414Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:47.416Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:47.416Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458287414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:47.517Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-15T03:44:47.519Z||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-15T03:44:47.519Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:47.529Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:47.530Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:48.417Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:44:48.418Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:44:48.419Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: 09c9e824-c58f-48a3-a61c-dd15793ea72c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:48.419Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-15T03:44:48.419Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:48.419Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:48.519Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11793521062390307454/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-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.427Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-15T03:44:49.428Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:44:49.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:49.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:44:49.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:44:49.430Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.430Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.430Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:49.430Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:44:49.430Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:44:49.430Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.431Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.432Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=967e95df-5d1d-4a8a-a0a9-675d03bc1eb1 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.433Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:49.434Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:09af08f5-b4ef-49b7-adbd-779d0cffa72a Model Version:NULL Model InvariantUuid:f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:7069452e-da5e-473d-b0a6-1d5a4ee216e0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c0a03e35-7976-4c02-941e-ba8fbe21feff Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:db06b643-f756-45fd-a13a-6e675b68d7a9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e9d2b24e-1351-46f6-9359-c8efeab3e2c1 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:24f87d01-1cff-44f8-ac52-442d000f9383 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:967e95df-5d1d-4a8a-a0a9-675d03bc1eb1 ModelInvariantUuid:86f46c16-aba1-41ae-b90c-6d3f248e466e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:880774f6-72bb-4d9e-a816-3682723ab1a6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7c4c76c3-e19a-4caa-917a-4d4e6b1dc7dd ModelInvariantUuid:82dae89c-4619-42b2-a03f-0ecbcc0bdd40 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:022d6aba-d618-4fa0-a864-40648c869ef9 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-15T03:44:49.439Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 12f077e7-1cc9-4ea3-862e-964ce9ad721b 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-15T03:44:49.441Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||basicclamp 0 2021-04-15T03:44:49.441Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12f077e7-1cc9-4ea3-862e-964ce9ad721b 2021-04-15T03:44:49.441Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: ba1d7972-7f7d-4f1e-bcbe-0b900ae81fcc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-15T03:44:49.441Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:44:49.441Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.801Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:44:49.802Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ba1d7972-7f7d-4f1e-bcbe-0b900ae81fcc 790 2021-04-15T03:44:49.802Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.802Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:49.803Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:44:49.803Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:49.805Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:49.805Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458289802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:49.905Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:49.906Z||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-15T03:44:49.906Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:49.916Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:49.917Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:44:50.334Z||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-15T03:44:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:50.354Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:50.355Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.355Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.355Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618458110596, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458110888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458111419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.357Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458112579, "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-15T03:44:50.391Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:44:50.391Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:44:50.400Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.400Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458105922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "multicloud-k8s-id", "timestamp": 1618458113582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.401Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458113716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458088303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.402Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458116308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458117031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458118523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.403Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458118816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.404Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.404Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.404Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458120820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.404Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.404Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.404Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "clamp", "timestamp": 1618458121836, "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-15T03:44:50.408Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:44:50.408Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:44:50.418Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.418Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458122771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.418Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458123774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458124703, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.419Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458124778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.420Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.420Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.420Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "aai-ml", "timestamp": 1618458125708, "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-15T03:44:50.425Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 2021-04-15T03:44:50.425Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:44:50.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458125782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6025a293-ca21-47dd-a677-1289d1cd4e66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458157507, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.433Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.434Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458168306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:50.435Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:44:50.806Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e9d2b24e-1351-46f6-9359-c8efeab3e2c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24f87d01-1cff-44f8-ac52-442d000f9383", "vfModuleModelCustomizationUUID": "8c8df217-be61-443b-8534-058c9a1f27f7", "isBase": true, "artifacts": [ "5d1a5c61-a4d2-4cc8-934d-95795569037e", "dc869591-ea62-4c5a-9c68-f2c6544ad404" ], "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-15T03:44:50.811Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24f87d01-1cff-44f8-ac52-442d000f9383 VfModuleModelInvariantUUID:e9d2b24e-1351-46f6-9359-c8efeab3e2c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 5d1a5c61-a4d2-4cc8-934d-95795569037e , dc869591-ea62-4c5a-9c68-f2c6544ad404 } 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-15T03:44:50.814Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e9d2b24e-1351-46f6-9359-c8efeab3e2c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24f87d01-1cff-44f8-ac52-442d000f9383", "vfModuleModelCustomizationUUID": "8c8df217-be61-443b-8534-058c9a1f27f7", "isBase": true, "artifacts": [ "5d1a5c61-a4d2-4cc8-934d-95795569037e", "dc869591-ea62-4c5a-9c68-f2c6544ad404" ], "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-15T03:44:50.814Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24f87d01-1cff-44f8-ac52-442d000f9383 VfModuleModelInvariantUUID:e9d2b24e-1351-46f6-9359-c8efeab3e2c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 5d1a5c61-a4d2-4cc8-934d-95795569037e , dc869591-ea62-4c5a-9c68-f2c6544ad404 } 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-15T03:44:50.815Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d1a5c61-a4d2-4cc8-934d-95795569037e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-15T03:44:50.815Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:44:50.815Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:51.305Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:44:51.305Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5d1a5c61-a4d2-4cc8-934d-95795569037e 5033 2021-04-15T03:44:51.306Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:51.306Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:51.306Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:44:51.306Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:51.308Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:51.308Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458291306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:51.409Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:44:51.410Z||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-15T03:44:51.410Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:51.422Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:51.422Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:52.309Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: dc869591-ea62-4c5a-9c68-f2c6544ad404 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-15T03:44:52.309Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:44:52.310Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:52.993Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:44:52.993Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env dc869591-ea62-4c5a-9c68-f2c6544ad404 909 2021-04-15T03:44:52.994Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:52.994Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:52.994Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:44:52.994Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:52.996Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:52.996Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458292994, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:44:53.096Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:53.096Z||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-15T03:44:53.097Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:53.108Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:53.108Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:53.996Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: 09af08f5-b4ef-49b7-adbd-779d0cffa72a 2021-04-15T03:44:53.997Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 12f077e7-1cc9-4ea3-862e-964ce9ad721b 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-15T03:44:54.011Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.011Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.011Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: 7069452e-da5e-473d-b0a6-1d5a4ee216e0 2021-04-15T03:44:54.012Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: 7069452e-da5e-473d-b0a6-1d5a4ee216e0 2021-04-15T03:44:54.012Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel to get resource 2021-04-15T03:44:54.014Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel 2021-04-15T03:44:54.014Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|INFO|500||Invoke 2021-04-15T03:44:54.014Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-15T03:44:54.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel 2021-04-15T03:44:54.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||Method : GET 2021-04-15T03:44:54.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/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:"2b33c6ca-3de0-460b-9f66-3dafd672a0fc", X-RequestID:"2b33c6ca-3de0-460b-9f66-3dafd672a0fc", X-TransactionID:"2b33c6ca-3de0-460b-9f66-3dafd672a0fc", X-ECOMP-RequestID:"2b33c6ca-3de0-460b-9f66-3dafd672a0fc", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"77aa4cc6-4bb3-4514-a9d0-752f03ebf190"] 2021-04-15T03:44:54.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||Request body: 2021-04-15T03:44:54.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-15T03:44:54.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-15T03:44:54.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-15T03:44:54.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||Status text : OK 2021-04-15T03:44:54.429Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"ZTFjMWIxMjVhODQxMGI4MGQ3MTQ0N2NhNDhlMDBiM2E=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"2b33c6ca-3de0-460b-9f66-3dafd672a0fc", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-15T03:44:54.436Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �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�WS���=�Bo9w2kTl�b��\c �$1jxѬ��VC�`~��U/�f;q^��k��-R��*�5��������?�L ���H�B˔9��d�j0�ǟư7�3���]�3* Y 0��"�,�1��g��xNG���b�)+J� ��'������&p�0��X lC 3 � U5���G�U�p�H��s�$غ(�� �r��1���3T�����\��~�!� =�#[s�� a�u@��@~!A��̍�ϵ៎��eh)���֜���'��x�'*c�01���hk�x���L�@&�*t�b��>e����C&���l�%��@�� ?I�]�4� ��Ym� b�E���L�XQ �$0�y:TQY��$ vAl��J���g�_��|*��#��b�Jh!7[lt�C�%A�K�U ���ji�׬����7��!N%N��h�Q����@s�Xn�%�!���N>�Q:�u�`�)�C��&�a�T�\�ރ�O���T�o�l��c�W8 P�@#z�( <�^\5Il���a�F �a�&G��HwV[9}�{<�$�6�l9&���'$1�04�c&���9���8Q�lث ���o�N�����8e �q=gchHc�-s��_%xz injM?f� Wv?� �p]2�$$����Ћ��IxaY>�qp��[ٺ� �D�X�'� ���� �=-�3s���q1Ae�`��Zd�0?C��\!\�}cU�Y��԰�4t�l�d=�բ�{bbaO6M�ɸ8;^m.7����98��·Q�h�q�����d ���a�1�J�I]!���4[��8�rԫ n������!��)`P}k 5���'�&�Hp�����T〈*�mk\}�x>d��w",?��۪���t~=?!�W� AS^W[��� y�������|�/���K�N�O��1�ކ��k� =��l�d/��Ց�/Wo���E��|�_�V�~(sˑ�����n�@�a�x9]n���pquv{q�u;4xz�z����K��r6�?��;�l��ܞ=l���{�q��~�o��_��.x�zO��~��{��I�֓��É�} �3�������c�ݸ�����o�K�׎��q9�>����_�'� ����L��3����81�к�.^/�Η���|�;��\ߡ���oO�����t.�_K�u��wg��}7�����9���^_}�k���v����x?�|�.n��#����~ޝK�/�������n���Ϯ����x��/�/+�D�����҇�{��t����髨���kI���_K�J__g'Ow��f~����Ao�������\^_Ͽ��������&��5���/~��������8#�87��Z��իP��/����1Qᬥ1��ؓ�f�I��=YF��e M�g/̓�I�p�I��G��Ş���b����g=���b~�dL:�Wk�<���;}��-��ʖ����Z �K���|,��ׂ���b� �]���.o�� f��q �S��u�h�_�a*F�=&!��wy�k���2�O��I�V��M0���O0�2lT�$�<�gEƢ���%�Ҝ _��:���E}U(y��je�N~=V��F�FV�D+��������d��-'�k���8�6��'lY7�yE�ĉ�*�1���A��&��v{�eH5���,�q�~.2V�I� �MR�VQ1��ge��H�%չ���&�h�z�n�TY�'yRશ���}C�g*z\�p�S�q����0����m�;����uO-��7wWW��n�N�_g7�w�g9F��� ���u��W��l��NVݖ}�0Z��PJ��g�O3���ė�nk-UěR�"�����^�2<�!�]!�4ϠG\+mm�a$�ʣ STBu�T��Ye�i�H%��H��uD,��f+d�<4D��� ?t^ �<�t�2*�|�{2� �Y8ӓ�^����D7� �<������ɏ�w� e� F��o����Z7q����c�B���U����C�ѝ��S������~ޚ��C��FN�p�[�\��QP �}�k,J+/��wUi�F�F�V�4i���� �@�Ș�V7y¾%�V�)x�0�Z�n]J�d8�,� �Z��0�f��*�;��W��Ac1Bi�_�jd��?�K�A�8�I�����2Z;��S�Nv�$Y�Q���[�S����ƹ��K�k��*o �K���]~#ӆ��6>������;�CGod�x��ƨ����з,w�2���w�� Q�ыy�㎾2���/J�>� 9(tڅ8�K�� �ak�H}�UqzW�}k�z}�����C����v�1��'�lx���(|���gw��u�{��eB����Zx�Ѱo�����N�YS\}Xt�{��W}x5=�5�cPo��'j���fg�~ ̾טu��:����9�v����}}"δܙN�kU���1f�'Π���n�}����V���>�ۅ:�f�wg'�����s��1~8�<<�͠]�����F�hꙺq�X��=����I�|4|��� <5������A�W�GO?���;G�j�w�ګ� ��evQ�n���}q��Ť����W+�g���5�w�Rt�KE/N��ő=}l�����B��e��av�%�����uG�/� �+$��$��u��-�2N�1�����v�{l��Ȭ���Y�qƯ(��'r�R�Cʫ[ hs< �B�f�֒���`�v�������~����8�s�x��٘�>=����&xC��ݎ���r�t��>|f�KǁQ� 0g-J�̒올�m��7i���ײ����:P��hr��3����4N$ۓ��� ̒X̅3�E%V� &ӷ"�L��%�i��P������9�>����I�1�� ���;���(�iď]� �����B5h�^pw���� M�Z�� � ̮C=(IM��8Fr@ ��$��7��u�=�XC*k�㧦���41 �1�!��Ԡb9���K�v�B�-H�N�;�4[���HS�1�;J� &���C=��j)B�0Ƒ����n���D{ #����GD���C�]��-���H�k���mrLxx�D 1%C��Y!$����*B��.��>�� ��x����R�k*��:�1j��8ECAI�Tq���hRp�bd��e��):̉��� � 7��+ۻM��ʬgc��6P��:A��Ex`�ch8��-�������LY��H�K�!ɖ'�R0)3�����aEp�h�C@]�l*b����/�Sb���u�@r��g�Ǣ��#��dX].��$9I���a�@����w��1v����޶e��-��a8/���ý� e�:4�H v1�xf��Oq�Ƙ,�t���$gǁرD7S��&h�`s`rl#�)������C�ϓ��C�N�$E�S���~ % ������-r'T�s㐶'*`ϔ�ؖe�15��I�:��R&2D�F'%�l��m�>��'M��!�urW']�d��q�X�}���^�:˚^P�{ ���(����������.�=�r��Kǘ��q �-{�oًQG�h��<�F(�h%S�6�D�`�~���knV��3*'iR�k���c�~N��)����٧�o �ħ�R~^�Пa��KڬDW#�����&a�>{��z�%m������m0,���9��ן;d��)�{��Ujan�����ޔ���m���$f��k�ם����C��� �A5r�o�)�� �"�G �:1�.��ƂQ'��|��C�J�A�_���n��*`+Qs�l�֩�|��wp_cԑ)Zmιp������ �XSm�|�4H�� cx"�k��;��x:aܳ���J����|z=���ٛ]�\ȗNS\�ɞ M��ᩔ�/H�MI��$�6��{��̪X�d�Z�r>���e�,��ڹJ�J����V�'͍��"�?[���~F6{K4a~#l�v$;�q�,I��O=��=�Wµ��/$�l9[V g�О@`�7��$9 I�P��T�����D|.iuP% gPr����Μ?�c��ɯ�j� �,��w�9��bZ�o�辜�Ř���g�W(g� ~��G )�d�L�%~�Z���>��5�)2�ސ�c��Lـ9S.WN�y����4q\u�S--?�\�|��S��9�$eD>.�i�S�Q���A�{���~��S8d=G�~��]����� K� >�s����/v��E����v��/c̘�Ó��o�� �Ț�b�|�k֜���2��:w�M}5���C�Ņ�6�:�`A�l�#� �l��f��F%F�̇1��0��)R�&��:kٴ�l�l��PK��� l�PK��R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{�5����77N��I^����l�:�*�����Q�>;imc��I��ȏ����%�B '��� ���\PYQ�� +d2L�g:�1��3�V�����t����s�>���������r����N�ƿ���_���� .��lp�g���� �����5�&c� ��� +g����0Cˍ(]���D?���Z)�^s-���Y�)���� ���+���|y} �-g�lb� q��*݊g���|�;�*gIo���p|B�i��l<��|�~y��%&�TtN�uv>za�Ig(gU�"y{��ү�������;@.$� �hSHR�����xa��d��T�]���15(Y��R�;�;��xat�kUKu���{![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�.�>]j�uͳ�=>x8���� �4�l�O*lb�WF�M����V�23՚H�:���-�O�>�6����:J�@����Z C!g��Y�~%8&��P��aL�!�N@�K؀�@���&� �SB�2��@5l���?׌��L0�_����KS��������@��0v�ֽ�i�eav2 �Ʒo�shApԺ��JFR��Y,CU�HPy��$�/�`[X-�]6ws Z"sQ��h\#���A*TFi�WJ��W����yOK��Z�l˶���o�d��-��rN�U���w���!,X�:��gg%�S�3�P(.� �?�X����������qJ2g��y�K�����iN�� Ե+�Pj��:�`)+�Ewu?>ܟg^w01f�׾\��R��4�N2�eP�Dn����u;���&lUmQ}��?��ץ���A?��?�G�'�4��)'h}P���6-��H ��8�zZ��(o��)d����L*��/�v�q�B%D�IU�BFg*܃�ݽ:n��p?�D�i;2ģ�z�R��{|�c���� ��n��7I�����ˇ4[�7�>���v��θ�՜: ��+�����������n��(�"K�mr�g�z�-�������N���!|������X��w�-��^Lȧ����x��J���P�z��D��2���PKl M� PK��R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�8����i2s�J[���v;=�J�.g9̅��� �������� $e�R����o�E)��K=��Eaj?�$�/WVVt�,�}j����W��]@3�� _��,>��0�����W�a�mwd�C��+�]a��㒠�������v�*��r��z;�_;ںG��p7��z��`g�w�^YN!>bF.M���Y�:���g�%/W�4� �<��i���4K0ɠ=�i�'����%�X�PA����@}�S`�~�X��u�a�wy�P ���;��d��;T�(傷,��@��K�C'_> �7V���a>�� "�W� �q� �,�`�� ��D� U�T�q�3�aY�U 8 ���+B �͸JA����X���Ä�C�pkp�8�� �p̌���"�$��[�=�3�(G�Hq� c��M�Y��7��ch�w��EO�+M`k*)����R�Ï�W��DJ�jRZ:�(� �����Y�7�J��YX�XK�n��:|�dp���f�R�������<:��uki0A@��sFv�06v�R��Yڅ�+@k��4����%�3��j�a���)y��1k\�W,<��O�4�Y�f`�Y��l�;�I�W�G��L�SRt� Y������M1J�Z�k�|�h��� ��� @"iw&�`8 ���ݰi�`�R[5�z�QrZD1�|�,�i�+J~.�`� b�|RJ�e/�hi/��M�r�B�pm��ʪ��}�!�[���B'���!/��`x�P�U��)�=?E�b[���Be�Z!���|h�%�^g��Af�6������ޓ0 ]�l?a?:˦�PP�+�o��-�MC����q�aj��b�8��N��,竲�*���f�D@��� V��D',"�r@;ç3��b���x{0�R��A �5�0gm���B��gʴ�7�<��V��j:d�>�=�58�'���4���7�֨��w�i��~�fqx L�U���ۧ����HA2�^�>��F�\%R;��}��W�wXJ��#^��'N�*�X��Dm�]���U[U+����6K5f�^�� �](=��H����Y�VX|���H*:s�����].��͇��]��:M�)aV*:��L���L�� '�[O#җ���AY����u'�ùJC���q&j���4z�y�q�*m��j��1�����^�U��\��"�=k�������H�v�:���Y#��xhI�C��q�m�q�(����a#w�:����v[�]�r��wl��<͢��UD�%��l�~G6���m ����7wKw��%{�m�c�+?e��,�� I[�.�`��;� PZ�����!��2�G����a0 ���U@݌` '�CI��㟮����q>�MlDz�#A �z�^�aj�8��G���Qڠ@ư���S�0�?��������X�����q�F^� '�ʏذ�a� ƕu������ۇ����;!h� !�]��)_:���E�c&ӥ18��'����7���0�����O��G�O[��ҟ nhC�bw�,��vG3 ]��P�.��� ~�M��!#�p)׉ů��)��KCN�s��d*J��g2i �=��OL��3�A�B�a�܆ß@�F���|�P��l�����fM@�=H���`��K\���l�xb� �Yq8�OS��Jmž�2�=O[[BJ>S'УўJ� �8�r\j��N):�A�� ���Y�'SQ��|����U���d%��z)�}�h�������/4�.r�� ʆu�QQ��"cV�8�.&"#��� 38Wi�f�T5�6��E�B���� l4��\sӳ3 %���9�����X�e�I4 �����Pکx,��G�E�����-�����Y�f=�8T�\3ʁ�x�^�E*����@ܥG("�#E�Ֆ g�#h�l(��9n�|U���[So��h�剩� ���:h��Qo���d�d������[�͇���(�)2�VK�����~wl���).ń;��o�Ժ���o�x B+j!�|��Ͳ� lE�#M��{�N���$ �����a��J�[��t�����������7~q�_�&�b����Fi��Re��GH2��*�:��M9@N�� *c�v鴊!�=d�B#2�jKH�lLB�K��b������=v�2�2�/�̙z��T�ϱ�i�*��)�I@F���V�.�B�NC������q�5L�]\����4v�����n!�%�#���H4GO8���t+n,���U�YW?Y�M�v|�-��j�Usƿ�H����Fyv��� �L��9�� ���0�������Q�j� �K���/6�8v�S˽z�6^��ƭbҹp��I;�H��멆�F���� N�y�� ��7ٲ����6�^o`5���Y��'8��`*B�}� ��C{���"��((�L�Gq�w/RD�]�j��_�n�Q\�˜�f���bg�x&�4EemTQp��&�lX� �+I ���8m�MA�Sp*� /n;ML=��UyM&������)0;屳�1���€���@�a*e<]=ˋ�_�{��i &U�#c0h'Nz�5ݜ�K&�T����:R����:��l�9̍/&NCl �) tB�No;G��jR�8?�N ڴ�a~�)+��B�PqAG�WM��;j�!1�6����1��� ��@�^AA[.��5� ɗ��I��_��:&��9��U����� s�SE���ʉn��;&F7LD�)�^.�t�CUu��J�L_XU�EsG먊+7��=� dW.r��u`��wф-��_w�o�9�1�t���>g ��s �服j;'��&���x���������0��z^f�!FI���F�ø*ب\@fণ��I��GS�`rav�o;p��D��}���z)}�_��܀�;���@:�v��g�H��F����U��u<ҽ����`a�� ��W7`�+kޜ�n�NS�����-�ނ#��ؼ)j��KĂ��%����4��u������O� 殹�3�M��+<�w�Hn�I��Dp�%��g�S��ޘ�����_��x�(L��PKg^�<1 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��l Y�̓�ɠ���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-Extcp2-template.yml�RM��0��+��m��U(�maU��,�`/U9��:vj����IIw�S�ż�f2��Xe()V\r˕4��q�lK^7� �E�FK�$�py&�i�����x�d�y�z �Rٮ�X5�[�_�6T����DU݄W Cڄ�$D(]�.lV���TuV�.�p�,���ߥ��t��k�4��+z���������׺�LQz�%�} �h��o>?�7���������-�� �cx7�M���{ ~��c̽��p��5nƶ��o�O:j�u�YgPKC�Iy�PK��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ +��X�<�EM���e�(qd�CKRN�_�CIV���j�"�ԾP3g�y����,�X-�0ڥ;�� �F�*%�5S2��x��3����Y��bZ���b͖��?���T 1K����~��qS���h��d�?����z�7��s?�AF���Z�J�yY=s�Ï�恞�_�5�6���=��6�]ᤦ|�߳����~&ߌ.v� M��?�0��/u� _����(S�e�A~�E`}0� �鉡���u�4�$B�-�6|m���hk�G3�PKaii �� PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��� o]�M���ʚ�"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���y���-K�e� @�#ӂI��݄����j�^�J�w=_,�8�L�ˀ_� VWK�Ւ〭�l�<‰���^�f+o��u�1�o��%+0��+-l��r4�&h��m�S2�J3� *�R�נ�����e.0"�J[�[������9�xP�� JԂf�x�O���4�'���!�oo�ݣ+��3�sd�D��~/����]%�o�"F�vq1�r�Ù�L�� 9�i�.r2�� &vv�J���:���1ojg2QN�CG>hUMY-ҙ�ڿ� �d�o�e�1�a^a�>��[�cd���Si�Ηd �C9W�P;�WL����'`ݐ�\�ݲo���}�|d����w&�/x~�������{��j]�ý^L���d��j"�?/5>RՒ++ Dl��x�4��*K�ް:�1Q~��ޕ��y�l�ʕ(�se��L����cC����##9�-<�nܷ& �_�����觨L����~j��� +Yf���p���e���?mLFv+pˊe��R���~Ai͢; �J��d�T���4̬� ���|;�O p� �=��S0�[��Wk`gaF���Z딺 T��;Y%�/ϩi�0[Do���[0�a��ݬ�p�@�w>��U�]q�������n�*j��� ^UX:�$�=%Y2�_wowm�ּ��+,���o� b�b�@ST�۔���)���)�7�C� UW�����/ �4���J�Xk?�T�c˺�<�"��Wg��7����vY-4�Z���˟�_2���/��㣧)JH�؃��w5e4���ۣ�u����a�8�N,d��2�<��/0��広��� �V\Ek�|�+�m?�i�i\W��;��x�w~ <��́�!���؀�c�-����R��,H��� ��5���$TI��b�<����o@��n�y1��S�k#�C�P�L�M�<�;��ē"ɳ(�3[e�:fN�pM�������W���(vt=��n��"��Blr��*�-#�mfxFeMhq'O�7oo���������l��z�R�DSk鉟�ZK�����v�-.-��]����>�zQ�Cq�'�.�ȅ�������r-4��q���;�hR�/���.�aD����i�[��x} ˜M`�~�9Uئa��L��D�McKR����xxq��+���qo�u ����\����@a�S;M@WiC��R�e��PK˩^�PK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ������&m��f��f/Ea���M�U�r�~��(ɖ���4(��!29��?? ��2�9�V�ʬw� ]��uYF����J��\_^�h! � �D�-����<���.@X&wpw�\��u��<���^,�K�x�ѯ:㛛[�|Q$ ���*��M��,YBv �k�\9WP��.U�A�uc�Rs4\�ںv~�Z���l�,�Nh����VT�^�ݲRQ�Նq�!���&��j���@�,n��S�X���L���3c5pK�T�j4��X�J�ؗ��?�O�Z�>�����P=��>/�����*G�ԔRi>\��J[��HXEY����BH*�%��RRf뒶�6��wxl2�3�(�����v��o�j�V]J�]+)��*����Jٮܱ�(���]z��&U5��� a�+xکҳҕ��w�� �ʞ�Youb��;�S5���b��5�Ԉ�p�8��nR,�~Dd��B*�F}����W�[�t�rِ }C��rlݞ�s�nzkK��p��1�����C͊�Fk�����%�rt���˗��_i;�"_w~����:�2���֤�K����0�� P@#��=�'���tS�^�0��(1�D��l�%�aR�۷}�Q&L���I��miI �fh����.BpRY�|�e;�D���{�E'�j������s� ��h����Y���{:��j��VV����p�5`�;^[p�?����`�6t�1+�[�����:/ZX�<��a$o�$H��q��@A/m�� ^�7��1L8�C�1��8x�� ��i��n�����^>:Y��8Z�����f�oC�Q�Щ覶��W�*x]ALd�qy���,���[\d�@�_kҴ'���ɀ�=�s:�E ����г�#nF��Y�Iǃ ���� ���J�x�� ���S�6��E����ך;� ǁ�(8M���x��k$������/ �?���9�8[8���� ?�2���s�j���>��ϓ�x@�<�R�Xq�jn��' sн��޻�Պ#�p�}9���zp5�ce# >� n��s�/����d�<�PK��\f;KPK��RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml���n�0E���� B4�yh�YL%[T���%?�m���S<2�D��[��U&�(�S�k���.v�H����� v7��+��d1���1�&\zz���eM���̪��dU)� �>�Q )s�T��W+����A@��ɪ� ��ʪ�����/;�ز�������Ø�;�0���G1�4 �ɠ��x��#�ԫ���� *�2]�^}����В�8�w���)�L��~ ��)Z&��hh�� yD��s�����`F+�����ڇ�SƖx��!�5��*��3�Y����B��^�Ѐ������ | ~^d5�N=ygM=euH����]��)����5�[bs��x�v`���-�fr:A�ۣ� k�t�}4�����/�*k*��w�]�2�*�a��Rſ��(RV�r8��f��V��>⠚C���'[e�3���| ΃�gIK���V�;1�i'�~��m݉�P���b�r��80��֢�8jE0*����~����=bǕ9 �5Y�a��� G&O�3dNWj��L�ZI��5�S�3-7���PK,�~X]ePK��R,Definitions/resource-Globalport-template.yml�WKS9��+tK8x�{ �y!�KUp(�lmMi���*3Ҭ�1��-��� T�290i���O��*�h�!RX�� נ ~̉�GFdy �fi8 'GXʩ��#B�\S-����W�s2;G1����윏����Qt��8���&��O�J��N��t:��(M���OO�F|:>9=������%�`N~OUD��-�8�En}���k0 �!�$^��* �O�]�LauJ �Fs���7��1�� ~2j!Qz��@� e��Z�"2VS����� @r����rqC>�9Ȏ��o!j0�$�G>>�ҹV�e�E��>|8B�1}3?�G��MH,Rt��&K������Sp��[oW��C��!��+��t{�r�U��*%�q�R����e� �R��oW�#���ذ�P�$P9���,j�%(���Ǖ�+�N����VYE��J�5�EH�1U�"�7&5�S ��\�k���F��Fp�1�"W7��K"v%�˟�c���F��z�������}dZ5(]川��yuj��{R ��eW9J���K���2�B�r��K|O��>���d�=����Hm��T!m�8�b?M8���zM���7�zqA(��L��1"��I�� �҂�)�PH�=@�nc0XL���{�1qw �!+�vw��""Wu�=)¿7!�}���i��Q���&}����қ��g�R��[뼼�s/������lw�j�Q�miI��%������ Z�\�@L����{��ua,aJ��ԝ1`���ߑ��*�� �m�6�=2�;������yqG,����=ܔ���i��&��S��X�ʥX�(���!��T2 !Hvur<Ԧ&�핡�5�"�AN�7�&pw�i��&��E\q� .@� ��+k�w�k�8J$K T�]{'m�RM2�x�"��glCa�#�n!P��s�����t�~�_^~�ldk�PX��zB������{{ ���Ŷ��4�w'�=�AJo�قMJ�K\]��D���Jڢ�f�G����uު��ryG [�@�W!G��Ċ��x;r���+�H�޾|����׍�t�mޅ������?1y��k?��� ��wǏ5ހ��=�05�jc~wS�o����?%3�PK���ul�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��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�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���I lcж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��}3 aL���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���i G��^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\��כ �y W��� �@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��l n���;���ڧ�~{=_�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���f q����{�ў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 c c��� [�}�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�V 8bQ��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�'�#DoYi m�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�4 1K�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 �X e�� �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��� D�q��D ���J��jMx���K�.g�Lf�>� �����](��]kz�� ��S��X����I�c�1��:�!}G�-Definitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPK��RC�Iy�( 7Definitions/resource-Extcp2-template.ymlPK��Raii �� )~9Definitions/resource-Compute-template.ymlPK��R�~.m�Y/y=Definitions/resource-Securityrules-template.ymlPK��R˩^�,[@Definitions/resource-Novaserver-template.ymlPK��R��\f;K/�EDefinitions/resource-Globalcompute-template.ymlPK��Rv#'��\DkJDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPK��R,�~X]e&zLDefinitions/resource-Port-template.ymlPK��R���ul�,+ODefinitions/resource-Globalport-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@ @^�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����S�Definitions/relationships.ymlPK��R 2ea� ^�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��i�Definitions/interfaces.ymlPK��R5n���/�tb�Definitions/nodes.ymlPK��R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPK��R�� 'V�,I�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��Rf7এ�4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi �� 2021-04-15T03:44:54.438Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-15T03:44:54.439Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7069452e-da5e-473d-b0a6-1d5a4ee216e0/toscaModel|INFO|500||InvokeReturn 2021-04-15T03:44:54.442Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-15T03:44:54.442Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-15T03:44:54.443Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= db06b643-f756-45fd-a13a-6e675b68d7a9 2021-04-15T03:44:54.443Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db06b643-f756-45fd-a13a-6e675b68d7a9 matches Tosca VF Customization UUID: db06b643-f756-45fd-a13a-6e675b68d7a9 2021-04-15T03:44:54.443Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: db06b643-f756-45fd-a13a-6e675b68d7a9 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-15T03:44:54.486Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.486Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.487Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id db06b643-f756-45fd-a13a-6e675b68d7a9: {\"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-15T03:44:54.487Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ce8550e 2021-04-15T03:44:54.487Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.487Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:44:54.487Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c8df217-be61-443b-8534-058c9a1f27f7 2021-04-15T03:44:54.487Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c8df217-be61-443b-8534-058c9a1f27f7 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-15T03:44:54.490Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.490Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:54.490Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:44:54.490Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.490Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:54.490Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:44:54.491Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.491Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-15T03:44:54.491Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-15T03:44:54.491Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-15T03:44:54.491Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=967e95df-5d1d-4a8a-a0a9-675d03bc1eb1 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-15T03:44:54.493Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.493Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:54.493Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:44:54.493Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.493Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-15T03:44:54.493Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=db06b643-f756-45fd-a13a-6e675b68d7a9 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-15T03:44:54.495Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.495Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.495Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid 09af08f5-b4ef-49b7-adbd-779d0cffa72a: basicclamp 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.496Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.497Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.497Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:44:54.497Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:44:54.497Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:54.556Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 12f077e7-1cc9-4ea3-862e-964ce9ad721b 1 ASDC deployResourceStructure 2021-04-15T03:44:54.557Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:54.557Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:54.557Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:44:54.557Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:54.558Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:54.559Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458294557, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:44:54.659Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:54.659Z||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-15T03:44:54.660Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:54.668Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:54.668Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:55.560Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:55.560Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:55.560Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:44:55.561Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:55.563Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:55.563Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458295560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:44:55.663Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:55.664Z||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-15T03:44:55.664Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:55.674Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:55.674Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:56.564Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:56.564Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:56.564Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:44:56.565Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:56.566Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:56.566Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458296564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T03:44:56.666Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:56.667Z||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-15T03:44:56.668Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:56.679Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:56.680Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:57.567Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:57.567Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||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-15T03:44:57.567Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:44:57.567Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:44:57.569Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:44:57.569Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458297567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:44:57.669Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:44:57.670Z||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-15T03:44:57.670Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:44:57.680Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:44:57.680Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:44:58.570Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33c6ca-3de0-460b-9f66-3dafd672a0fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:44:58.577Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.579Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.580Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.580Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.580Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.580Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:44:58.580Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:44:58.588Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:44:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:45:28.588Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b33c6ca-3de0-460b-9f66-3dafd672a0fc 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-15T03:45:28.593Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b33c6ca-3de0-460b-9f66-3dafd672a0fc and serviceModelVersionId: 09af08f5-b4ef-49b7-adbd-779d0cffa72a 2021-04-15T03:45:28.593Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8 2021-04-15T03:45:28.594Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0 2021-04-15T03:45:28.598Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:45:28.696Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0|INFO|500||Invoke 2021-04-15T03:45:28.697Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33c6ca-3de0-460b-9f66-3dafd672a0fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de44d984-9604-4d8f-9b00-3f503fd26662], X-ECOMP-RequestID=[2b33c6ca-3de0-460b-9f66-3dafd672a0fc], X-TransactionId=[], X-ONAP-RequestID=[2b33c6ca-3de0-460b-9f66-3dafd672a0fc], Content-Type=[application/merge-patch+json]} 2021-04-15T03:45:28.711Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:45:28.985Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?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/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-03:45:28:716-39231], vertex-id=[184416], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:45:28 GMT], Content-Type=[application/json]} 2021-04-15T03:45:28.985Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:45:28.986Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f11b71b3-aa4b-48a7-8ab2-27ccbab1e0f8/model-vers/model-ver/09af08f5-b4ef-49b7-adbd-779d0cffa72a?depth=0|INFO|500||InvokeReturn 2021-04-15T03:45:28.986Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:45:28.986Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:45:28.989Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:45:28.989Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b33c6ca-3de0-460b-9f66-3dafd672a0fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:45:28.989Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:45:28.989Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:28.990Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:28.990Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458328989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:45:29.091Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-15T03:45:29.091Z||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-15T03:45:29.091Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:29.103Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:29.103Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-15T03:45:30.002Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-15T03:45:30.002Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0dad8348-9d09-4e74-a4c7-b1ffa8af22e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"edd5fb0b-7402-4742-9c2a-edbdc1f9c929","serviceDescription":"service","serviceInvariantUUID":"96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cd82d88-11af-417c-b4d6-1984a5b689ce","resourceInvariantUUID":"a9f674f9-29ee-419c-9a7b-2e6661d593df","resourceCustomizationUUID":"b3523906-34cc-40cb-a22e-55ea9d579d55","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":"NjE0N2E5Njg3NWYyNGVjN2Q2ZGE4MjAzOTAzMDcxZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2682ed30-4a21-4f88-bcd8-4386f746805e","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":"MWRiOTcwYjUxZjI3ODY4ZDQ0MTg5M2UxMzZkMjE4MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78ddca17-1cc7-458a-8681-b617c278c104","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":"791daf87-8e76-4e4f-97eb-e3683a3613f3","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":"88d25a8b-872e-438f-bb70-c8acbe4617a1","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":"a59e5d45-52db-4ccf-9e98-1beb603c0836","artifactVersion":"2","generatedFromUUID":"791daf87-8e76-4e4f-97eb-e3683a3613f3"},{"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":"ZGYzZTg0NzU0OGRiMmVmNTFiMzliNzI3NmUxNmE3YWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"083d17dc-5a8b-44ac-b818-889a9ab557cb","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":"ZmFhZjFhZDc5NjllZjViZWNiMTU2NmRjZjBhMGFkNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eed8d498-20fb-404d-a91b-e3c76d733ce6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmNlYzQ4MjEzNGVkZTQ0ZDA4MjU4NTNlYWM0ZTQ4NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de0e9b75-4ad3-4817-b049-d47b741dbd0b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-15T03:45:30.003Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:30.003Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:30.004Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:30.004Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:45:30.104Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:30.105Z||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-15T03:45:30.105Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:30.115Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:30.115Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:31.005Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:31.005Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:31.006Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:31.007Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:45:31.107Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:31.108Z||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-15T03:45:31.108Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:31.119Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:31.120Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:32.007Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:32.008Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:32.010Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:32.010Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:45:32.110Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:32.110Z||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-15T03:45:32.111Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:32.119Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:32.120Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:33.010Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:33.011Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:33.012Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:33.012Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:45:33.112Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:33.113Z||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-15T03:45:33.113Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:33.125Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:33.126Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:34.013Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:34.013Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:34.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:34.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:45:34.115Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:34.116Z||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-15T03:45:34.116Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:34.132Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:34.133Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:35.015Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:35.016Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:35.017Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:35.017Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:45:35.118Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:35.118Z||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-15T03:45:35.118Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:35.129Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:35.129Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:36.018Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:36.018Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:36.020Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:36.020Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:45:36.120Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:36.121Z||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-15T03:45:36.121Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:36.131Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:36.132Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:37.020Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-15T03:45:37.021Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:37.023Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:37.023Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:45:37.123Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:37.124Z||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-15T03:45:37.124Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:37.132Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:37.133Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-15T03:45:38.024Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "edd5fb0b-7402-4742-9c2a-edbdc1f9c929", "serviceDescription": "service", "serviceInvariantUUID": "96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b3523906-34cc-40cb-a22e-55ea9d579d55", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0cd82d88-11af-417c-b4d6-1984a5b689ce", "resourceInvariantUUID": "a9f674f9-29ee-419c-9a7b-2e6661d593df", "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": "MWRiOTcwYjUxZjI3ODY4ZDQ0MTg5M2UxMzZkMjE4MWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78ddca17-1cc7-458a-8681-b617c278c104", "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": "791daf87-8e76-4e4f-97eb-e3683a3613f3", "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": "a59e5d45-52db-4ccf-9e98-1beb603c0836", "generatedFromUUID": "791daf87-8e76-4e4f-97eb-e3683a3613f3" }, "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": "a59e5d45-52db-4ccf-9e98-1beb603c0836", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NmNlYzQ4MjEzNGVkZTQ0ZDA4MjU4NTNlYWM0ZTQ4NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de0e9b75-4ad3-4817-b049-d47b741dbd0b" } ], "workloadContext": "Production" } 2021-04-15T03:45:38.025Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-15T03:45:38.025Z|2b33c6ca-3de0-460b-9f66-3dafd672a0fc|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 edd5fb0b-7402-4742-9c2a-edbdc1f9c929 ASDC 2021-04-15T03:45:38.025Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:edd5fb0b-7402-4742-9c2a-edbdc1f9c929 ServiceInvariantUUID:96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d 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:de0e9b75-4ad3-4817-b049-d47b741dbd0b ArtifactChecksum:NmNlYzQ4MjEzNGVkZTQ0ZDA4MjU4NTNlYWM0ZTQ4NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b3523906-34cc-40cb-a22e-55ea9d579d55 ResourceInvariantUUID:a9f674f9-29ee-419c-9a7b-2e6661d593df ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0cd82d88-11af-417c-b4d6-1984a5b689ce 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:78ddca17-1cc7-458a-8681-b617c278c104 ArtifactChecksum:MWRiOTcwYjUxZjI3ODY4ZDQ0MTg5M2UxMzZkMjE4MWQ= 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:791daf87-8e76-4e4f-97eb-e3683a3613f3 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:a59e5d45-52db-4ccf-9e98-1beb603c0836 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:a59e5d45-52db-4ccf-9e98-1beb603c0836 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-15T03:45:38.025Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edd5fb0b-7402-4742-9c2a-edbdc1f9c929 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-15T03:45:38.111Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:45:38.113Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:45:38.113Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:45:38.113Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: de0e9b75-4ad3-4817-b049-d47b741dbd0b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-15T03:45:38.113Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:45:38.114Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-15T03:45:39.211Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:45:39.215Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar de0e9b75-4ad3-4817-b049-d47b741dbd0b 77525 2021-04-15T03:45:39.215Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:39.215Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:39.215Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:45:39.215Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:39.217Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:39.217Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458339215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:39.317Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:39.318Z||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-15T03:45:39.318Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:39.330Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:39.330Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:40.217Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-15T03:45:40.218Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||MSO config path is: /app 2021-04-15T03:45:40.218Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Trying to write artifact UUID: de0e9b75-4ad3-4817-b049-d47b741dbd0b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:40.219Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-15T03:45:40.219Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:40.219Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:40.308Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3657679767588707762/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-15T03:45:41.170Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.171Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||WARN|500||#################################################################################################### 2021-04-15T03:45:41.172Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.173Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.173Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:41.173Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:45:41.173Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:45:41.173Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.173Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.174Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:41.174Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-15T03:45:41.174Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-15T03:45:41.174Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.174Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.175Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.175Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-15T03:45:41.175Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T03:45:41.175Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-15T03:45:41.175Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-15T03:45:41.175Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-15T03:45:41.176Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-15T03:45:41.176Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.176Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:45:41.176Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.176Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:41.176Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:45:41.177Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.177Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:41.177Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:45:41.177Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.177Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:41.178Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:45:41.178Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.178Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-15T03:45:41.178Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T03:45:41.178Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T03:45:41.178Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=32ff489c-e0d3-4b01-9754-0086ded2b152 2021-04-15T03:45:41.179Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.179Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.179Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.179Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.179Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.180Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.180Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:41.180Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:41.181Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:edd5fb0b-7402-4742-9c2a-edbdc1f9c929 Model Version:NULL Model InvariantUuid:96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:08334d41-2dbc-4d5a-874e-1a246428fdee Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a9f674f9-29ee-419c-9a7b-2e6661d593df Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b3523906-34cc-40cb-a22e-55ea9d579d55 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a26ddd6-e14f-4abc-a13f-f2d4ad0b633b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:24f239fb-21e5-4e91-a342-5a42b4893355 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:32ff489c-e0d3-4b01-9754-0086ded2b152 ModelInvariantUuid:bcc63f4f-1376-4641-9e13-35090e88818b ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:35f0a025-38d9-4520-be55-e5bb3c5b398d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:e3a95cbc-ddd7-4401-a543-53da2ecec1d9 ModelInvariantUuid:a2c844eb-f614-4301-a8e8-b05549c881f3 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:2c90f3a6-53cd-471b-a50c-ec9da482d137 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-15T03:45:41.186Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0cd82d88-11af-417c-b4d6-1984a5b689ce 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-15T03:45:41.188Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||basic_vm_macro 0 2021-04-15T03:45:41.189Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0cd82d88-11af-417c-b4d6-1984a5b689ce 2021-04-15T03:45:41.189Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 78ddca17-1cc7-458a-8681-b617c278c104 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-15T03:45:41.189Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:45:41.189Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:42.518Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:45:42.518Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 78ddca17-1cc7-458a-8681-b617c278c104 792 2021-04-15T03:45:42.518Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:42.518Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:42.519Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:45:42.519Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:42.520Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:42.520Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458342518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:42.621Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 35 ms 2021-04-15T03:45:42.622Z||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-15T03:45:42.622Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:42.631Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:42.631Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:43.585Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4a26ddd6-e14f-4abc-a13f-f2d4ad0b633b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24f239fb-21e5-4e91-a342-5a42b4893355", "vfModuleModelCustomizationUUID": "dcc2aa31-10a1-4a25-abb3-d8a9da965d76", "isBase": true, "artifacts": [ "791daf87-8e76-4e4f-97eb-e3683a3613f3", "a59e5d45-52db-4ccf-9e98-1beb603c0836" ], "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-15T03:45:43.688Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24f239fb-21e5-4e91-a342-5a42b4893355 VfModuleModelInvariantUUID:4a26ddd6-e14f-4abc-a13f-f2d4ad0b633b VfModuleModelDescription:NULL Artifacts UUID List:{ 791daf87-8e76-4e4f-97eb-e3683a3613f3 , a59e5d45-52db-4ccf-9e98-1beb603c0836 } 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-15T03:45:43.691Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4a26ddd6-e14f-4abc-a13f-f2d4ad0b633b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24f239fb-21e5-4e91-a342-5a42b4893355", "vfModuleModelCustomizationUUID": "dcc2aa31-10a1-4a25-abb3-d8a9da965d76", "isBase": true, "artifacts": [ "791daf87-8e76-4e4f-97eb-e3683a3613f3", "a59e5d45-52db-4ccf-9e98-1beb603c0836" ], "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-15T03:45:43.691Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24f239fb-21e5-4e91-a342-5a42b4893355 VfModuleModelInvariantUUID:4a26ddd6-e14f-4abc-a13f-f2d4ad0b633b VfModuleModelDescription:NULL Artifacts UUID List:{ 791daf87-8e76-4e4f-97eb-e3683a3613f3 , a59e5d45-52db-4ccf-9e98-1beb603c0836 } 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-15T03:45:43.691Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: 791daf87-8e76-4e4f-97eb-e3683a3613f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-15T03:45:43.691Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:45:43.691Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:45:44.816Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:45:44.816Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 791daf87-8e76-4e4f-97eb-e3683a3613f3 5033 2021-04-15T03:45:44.816Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:44.816Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:44.816Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:45:44.817Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:44.818Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:44.818Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458344816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:44.919Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:44.919Z||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-15T03:45:44.919Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:44.928Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:44.929Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:45.819Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||Trying to download the artifact UUID: a59e5d45-52db-4ccf-9e98-1beb603c0836 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-15T03:45:45.819Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - download 2021-04-15T03:45:45.820Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:46.792Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-15T03:45:46.793Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a59e5d45-52db-4ccf-9e98-1beb603c0836 903 2021-04-15T03:45:46.793Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:46.793Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:46.793Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-15T03:45:46.793Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:46.795Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:46.795Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458346793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:46.895Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:46.896Z||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-15T03:45:46.896Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:46.906Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:46.906Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:47.796Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Preparing to deploy Service: edd5fb0b-7402-4742-9c2a-edbdc1f9c929 2021-04-15T03:45:47.796Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0cd82d88-11af-417c-b4d6-1984a5b689ce 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-15T03:45:47.807Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:47.807Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:47.885Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Processing vnf with UUID: 08334d41-2dbc-4d5a-874e-1a246428fdee 2021-04-15T03:45:47.886Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Will get resource from SDC using resource id: 08334d41-2dbc-4d5a-874e-1a246428fdee 2021-04-15T03:45:47.886Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel to get resource 2021-04-15T03:45:47.888Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel 2021-04-15T03:45:47.888Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|INFO|500||Invoke 2021-04-15T03:45:47.888Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-15T03:45:47.889Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel 2021-04-15T03:45:47.889Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||Method : GET 2021-04-15T03:45:47.889Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/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:"0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", X-RequestID:"0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", X-TransactionID:"0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", X-ECOMP-RequestID:"0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3ba01444-77b0-4136-ae19-f71eb8c51392"] 2021-04-15T03:45:47.889Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||Request body: 2021-04-15T03:45:47.889Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-15T03:45:48.416Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-15T03:45:48.417Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-15T03:45:48.417Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||Status text : OK 2021-04-15T03:45:48.417Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"OGQ1Nzc1OGRkMmViYmUzN2QyMzlhZTY3ZjAxOTY5MTI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-15T03:45:48.422Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM�� �0 Dw�@I�zK�vK M�.\ �d꿯nj��w��\�3)�=�I��������:��x!Tz�T��({.vAVd47V�p�O�M(ΞB/T�W��%�-�$�R:���մ��DΆ�ҥ����J��֣q������PK��ڊ��PK��R.Definitions/resource-BasicVmMacro-template.yml�Ys�������~w:r�m2sg��$m�6ξ4/����ű���fvv�4�΢�� _���t�6ñ}y�<�� �)߰\�h�2#3_,@ �� E� z������c J�8�u �B�g$Hp����h��i:�����5������&c��ȳ]C/����)��*�,ق���a ��g�A���9 6.J���-osL}G6� �����*~�A5����S�#�5�K(���,�he�-2�1��̈�Z��t4d�CKA�ׯ_�/�����S>E醉1D��e�I"V���2�̫Ѕ�a�s*.ɏ'K=d��8_ ���0�,^xNX\�$Ӯcj�d:�,���1����p�W,(P�-�ܱ���B���tu'�9I!T �Q�M��֚�6�u����֢'�~4ݸ�念@s�Xn���P��x���욭E��T�m�l�=�A�[V- �h�B�`���s��u�v�@uwH���x�m�#��D��X�^ 2EjV��)^"�H�~`����RC�6����Z�� ��(� l��b#��q0�$�V�l9� -!.[��So�� ^���]8v͆�Ȁr~��aO]F0��)e���9+CC�l����:���{hxH;�th�1i�����l�~����&Yul�X�^�W��� ��)�����B��e��&�Ȓ?) ���$:a�i��*1�[��#�,@��@ �g�x� ���o,�;�.�5,5 7\��j^�!�a[4M��8l;^e/wW����N��0�4�8zn�O�Fؑ��氊V�0��%/�צp���� �9�d�1�Z�솊�D� G�� <RS�;��p�lT���y:������͌Ӕ���zytCV�xz�4���Ն�y ���e ���M(i�T����τ9}�D�/�<���`Woo����A| �{e�L-G:w��R����t�1n��������� �i��q���z N����d�x��}!��˹=y�0��G�y���.�w���V�o^����Kx��>�z���p?~:q7?�7?��;˺z��4��{�HϟW�Ӈ���Rx��G���n���ѿ��g��A�n3{��>�۫o�9븧gp��f��x���/���~���w���~��6~��ʸ������o�?ե�~t/�6t>�GWo���l�|$>����ù$A�b��3��rc�������H ��W�����`Nt��P�>%�{VO��o/���ߞo$�f���3���ON^����f�D?@o������53�����o����|���t�|�:�j�?���߳��R�q�+��]N��YG�{*8٣��ᒀR�Ol���T��r�� [E-*��=j� �s@V� �T��b�N��{�1f9Z:�x �8��M����#��� �-9���g�;^��T����G�l�U7G��;bD�+K��4�8���G q:��Q��К"������|@Z@��EJ�����pl�D1d�Q�5�n%�q��7��W���׮���2P#��i'��6 � +Z�Ct� @� M�(ll_� #�p�e7��'��&\a��n�bF���m׽�y"����b���y�F�Hᑥ�zdL�b���@�:� sմ��:v���&��()�F�r$���4ſR�I`�‰�(�O3 PƬرʫ��>9!��A�1�QY��bM�"A���t���Dg j��e|F�A �4V� "�+ � u��5�Qى��|�IK�D�/ni��t��|aBN5�l�H�ɁB�5�8GM�Q�*m�Ͷ���ſBw��Q�AF�)��=� ��aQ�����>4�kXY��k��v���rU�jaܧ���ֲ����>V�va�r\��r�C��>��S��έ"�=h/����bنI�.L���Տpb��e[T���'�t��q� ��+�3c-Ym�,#��$���f�\�8��ζ��i�&�(E��O��b���qm�B�}c��#�d]��nAQU��y0�X��3@B 8��h4�L��Rr ��Ӑf�M4 ��<$ �©��I��-p���I��8�hLr�}MOD��� #�����~b�� ]�ut��� � E9"�q4���v�(ϟ�l�����S���M�[\��-��/�5{� *͢�Bj��' D��5���-��Z�+h�x+����Z��HH���H��\ԑ������4}�.���JWK�(���~�jj�%&�W'���fyb]�db�2.Z,�e{;}�.-|����� ��1��ʐ�t���b/��HH�P�镬f��<|��\^}L�#�̈́r/�Ϻ��2��Br$���m�k�� M�;d7���蟍-�����c*f��c�e^ ��3��)�vew�L���늍f���&P� �� �(��XW�������*�-`��/pQ)9k6�D��S|��=\__�ޟ�ʷgwW���-���b�M�3�b=��_���z�g�QY�&��Ʒ�����׵��r�DQ˩U�[M,��E��x+B�Rz��b�"_"^�sP)\���2Z���"��J�?R)�" ��8�As���wS�R���=:���xje/"��O����;=��ZJR�;a�p����)-QP�U�Iv��J�Y�$��m�����^ȋ-���)�,:N�vc�45N{���Q�<�˨�XKy ͡(��'��Sd�ľ��`�+� ����� 5rE�B#"�M�`��^�R� ��I��*ic=�c�� �^�����w�8j�� �V��,-�`Qc��7��&[�ɴ�sSC�x����X�;�doْ4H�Y��M��S��Z��7�.�9u+�ɖ"[#�~s�g�J�]M�<@N^3"1X��9�B�`2S�F�sRr$��lvh�k��/W���t�Dv���(�oRS�6��D��5����� \b���q���}rWch����;����@��w [�shʐߙ����nGD�+��9�>�!r�|�����H�>��{��(�y�ֻ��U�G�2��0>ey���.�d�p�Yw��J��7N�~;m��E񆒇��i��뀇� ��@g5j�"r�R�(�gy��$],��#���Y @�U���q�P���{l�=#"���� �i*Ȍ����b������r�Z��D�������1�<*� -�<����)��ٕD�'U���w�㿥y��l$Ҽ�i4`!#^b��"HE�4���n��H�ÒhA!@�^�N I���c�n������Zt�HK��!����c��Q�P U�+l"h*��"O�h�5�M�$y�mf:�2����S�Ƀ}ٽɗ,���%|�O4�?�Px`!��k�g���\.��f�A�ЈV�b�Im/�e�F�]��m����6v?�(U�: �K�#��T�R [�W]�a�Oqw�w�A6��D�1C�J�����~�N�M�6�m�*@���޹��F��ks���?�v���}���v��F �}�m���t�;�j�}��gO�+-�:���K�J� �C�j���TLfâ��4,��S�Ɲ�|ڴ��=��p��7�;ϳ�H���ӆ:��ic� s�}��`�"��8��UE�(2�F�� ���f�󪺫�馟���8��n����=�6�힓�A[J��y��Z;�y��TGU�O�5>��W� ��IT}�W�TDѓ���>�X�>�W ���$��~��M�.[vhY �{���p*�+�?^�������eBv@M��Q�����٧�3d����:���Ô��?&E���e��>��!�`\�øCmݭ��>�v:�@�> 7�p������7���;p�{���P���{G Խ�T���%#����-OV7� ��mY.t ��;+|� �Ɠ��Q��Lzƻ�2���m����K��R(�����W�@e&=������V��O�t�L���hy����-�f.'��z�ߞk�*�Nm�������>���e)?^2n�K�[2��`�wS@ۋ� _9��nj��/ �PKv�����VPK��R8Definitions/resource-BasicVmMacro-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{�5R���afL���ZI-Q�� �\� ���� ����$i�+�\P�����:rM~!u�.�n!w�k��-��/$� �PCGe��}���kH�~;�&��`bhX����j�o-��څ�#ә� [����8n�"TTJtc�2�W ݜ����)51"� Ht� XZ�tQ I���H(UM↍�gk��7y� �5`|���c�k��;�yj�b�j��]�FհE{P$g�41S�����i�So�ʷ����&�0g>�S��`�B/�0;f����x��k0Ո� 0,�2}�0�֦�n_a/�>�2Ie�T��)��=�P?k�v�"��jQ���س݂zy7����/���O�~��e��?��OF�t?m��kݟz�rt2��G�R� �z��ߟ���:^u��Qn��A�Y�v��F]\�~�|dΨ����%���4���[��Y+�b�<-N���)��q��]*��_ڥ��~��+���ͤ�~��u�;V�����x�P>��]���A?r.}>�sC�lz`�����,�p����|���o�[8��Ӛ(��\�c�w�`��D���� ����Q�+��̼ �8�4��ζ�̵i��L���:���6;��2n���2�+�1��{��E�7vna�3�]��w�/MP�CE�_���'�+(c{N�!�g;��ha��`��\ņI�{?�-��+~w� ��� U|wy�w�4Jk� �����˶((��:���=H�b`�5I�?E���qn3.F�q ���5.E,̈́>��Wx�@0���p�~�R6"����w�Ck�P�ͣon�N�f?�NRJB��N>F��„��G �Ji�._w`�/�E�K�wwn}�?�`�a�\���n�_���먦I�ٚc�w�פ�*�fA�IK�\v������&�=Љ,� d`�!XVd�*��#� ����h@����~�p'��HTԩ��<��Q�W� s��ʬ�M���C�ڨ�TA�7�,=�5`VĜ*�Xآ,˄v���tS�Y��[\D��>x�}��{5%�an� ?ݟs���� <�RO-�L �������NTfa��:b_����3cp��e�E`�������i�H�mi��ֹ��q?�J�����q�>\��:,�� ;�6UP�D��A��ZZ����6�/�U�O5Iʈ�B[��z&,*���&b�jf<�1_��2��[ ��o1b�2d/���R)F���Vd���C�4���u�,����L�B�xO��I��Q�&R&��u�]���ʷ �aXc���8|�w�X��m��R��{��7^��Bin�+���gl���s�$3%��� ���d��s���W�D]]�z#8�-����ym�W�!}��(F��<49�Y�j��~"��9[_�K�׃��n����BO>��7�h'k8,� ��#�ԡ��{���mI�ƀ֦������2���"UD�4��vgoB|�� k;y�is���Jij��B��n�I_�z1�w���ҀP���VU;� h�_��l� �W�{W�f��_��B� ��rRxC���5[�ړ��oU " ��(���BÙ�S��������h�BR ��ð��U��H��}�Fް�/��glϟ�9UI>�e�_r�0}��ʭBd�ryS� �{��z�tC&r�6͞�/� 6�;� j�x��D���S�����g�1��5���N_F)ϮY�y�6�r��s�_���fŔf��qg����)O��0�� 3��5HI�O�V���t,E�F����8�`�9z����]���߈D�>�?]�R�����xϫE�ڻ���6̧���S-�M3��J4 2�؝�]9����n���dN��L����ol�\뵮� P6���ڂ�Y�x��fG�0t��n�_�`�3J��� �X�/A*�PKO��� h�PK��R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{�5����77N��I^����l�:�*�����Q�>;imc��I��ȏ����%�B '��� ���\PYQ�� +d2L�g:�1��3�V�����t����s�>���������r����N�ƿ���_���� .��lp�g���� �����5�&c� ��� +g����0Cˍ(]���D?���Z)�^s-���Y�)���� ���+���|y} �-g�lb� q��*݊g���|�;�*gIo���p|B�i��l<��|�~y��%&�TtN�uv>za�Ig(gU�"y{��ү�������;@.$� �hSHR�����xa��d��T�]���15(Y��R�;�;��xat�kUKu���{![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�.�>]j�uͳ�=>x8���� �4�l�O*lb�WF�M����V�23՚H�:���-�O�>�6����:J�@����Z C!g��Y�~%8&��P��aL�!�N@�K؀�@���&� �SB�2��@5l���?׌��L0�_����KS��������@��0v�ֽ�i�eav2 �Ʒo�shApԺ��JFR��Y,CU�HPy��$�/�`[X-�]6ws Z"sQ��h\#���A*TFi�WJ��W����yOK��Z�l˶���o�d��-��rN�U���w���!,X�:��gg%�S�3�P(.� �?�X����������qJ2g��y�K�����iN�� Ե+�Pj��:�`)+�Ewu?>ܟg^w01f�׾\��R��4�N2�eP�Dn����u;���&lUmQ}��?��ץ���A?��?�G�'�4��)'h}P���6-��H ��8�zZ��(o��)d����L*��/�v�q�B%D�IU�BFg*܃�ݽ:n��p?�D�i;2ģ�z�R��{|�c���� ��n��7I�����ˇ4[�7�>���v��θ�՜: ��+�����������n��(�"K�mr�g�z�-�������N���!|������X��w�-��^Lȧ����x��J���P�z��D��2���PKl M� PK��R(Definitions/resource-Extcp2-template.yml�RM��0��+��m��U(�maU��,�`/U9��:vj����IIw�S�ż�f2��Xe()V\r˕4��q�lK^7� �E�FK�$�py&�i�����x�d�y�z �Rٮ�X5�[�_�6T����DU݄W Cڄ�$D(]�.lV���TuV�.�p�,���ߥ��t��k�4��+z���������׺�LQz�%�} �h��o>?�7���������-�� �cx7�M���{ ~��c̽��p��5nƶ��o�O:j�u�YgPKC�Iy�PK��R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml�]s�8�=�BO׽zl�N�e��^g�4��y� EQ����I���_P��D��ɹ3��@ ͢�`ˡ�z̋��:�8�?� �u%^p�����ZY���2�`��/ � O8�p�~���ǵari��̫K��ܬО�Ldn��%��v�� X9��u�x��"s���f�^"�n��nm�$[���q@�2N/4�> �p�>���=D���' i��1�Ԯ�o�Ř0h�i�1�O4t���d$�[[`�ԧ8�?����/���6�>\�:D1K�/P6��/�a��r��>t����xc�O�۞�-���hL}�)ųw�`���G� ������HcȲ��a���%4W|�B�z�����ń����s��� Ǿ��%.Ḍ��r�D���vOSG��r����X�kR�ۇ���Z�?�����;��j����}��� ��R�ɥ�L1��@/�S�-�m����?�Y"jG��N���H)i��$��Y1p�؊ii�tQ�U��=:�ZeknB�P��w��Q�,/L�U/�z�D���8���rs���g`��m���� KX����S��p���\#�R�v/����ZY����7u���_Q�3��𽄵� lАůVB�i�K�7�����wQ٪E1��1���&I�C�d�'�b\eh��� �(����.���y᡹p���u�N&z�^X�BE^p�`ŌP읤 ���J'8@��b�������r�8��|�#�����)��,z�17���`g���(� �b����e�L"�0���&�|ڢ!���� #�!�%�+�{fj!$I��R���o—����R/���� Ρ��&z��>1v=�h%QXʈ�X :$$o� �>!��@�!ߩ��1r��M���-|ž��ס�6���P=X�#��9�ZЗۇ��� .k� .���|IĀfpxL��{rB�`��ة Q�L][���[�L�� �MC"�(��P�\����f�1_I�8##bD.��'��Ҳ�e7b��j�f�ȷk��F+��vမ[�*~�>X��RM|h�'�V補x�_�R�I�2K���xAav�� gtX�Μ�����.~:�$�oq)Ic�ږx�>�k�����O�� ���/|+�c���?W�d1=�d�֕����}!�q�rR��ӂrA�봲uxMv� ��{�ڠ��\!��;d/��͞�v+׬ps�5�/]_��I��Z�o�Q�w�f�vV�U� ����Ԛ�S��&�q�+���!��9xM %+g_�Wy�2=����D�&��}�`�҄�  �<�'��آ��]F�T�AyAp+;�j�s�c ���=�inc�9P�iщ�Ho$(�iW���K=D�TVk%?Y�Qꃇ�a�G�ϲ"������>�Q{����o��;�$r�/�"Cc�� 7����ϟ�ow�Ow����{�`��o��� �R�n��<���hP"��Q�eH�gR��]o9����t��_,Z����u�3ToЉD]`�����!&�|K�{��LA{a�;��K�����bV%l�j�����C��v2ʥ���xu�SQ���/� Y���{�>h]V�f ��@, ����Q�~g�P���R���M��B�#�`@�Np�c�J�J{��\ۭ�Q� -�T_W�\��9�C�u����Z�\�dz�՝�������{! �7.�t^�-�B���zNw�|��ɌN=4r�k�T��w{A��i^W8K�L&M��`C����t{آ�j'�F�2.�:ĥ�E��6]�j�@ SS�n�ڊ&��}�~;2�������S���b}�����T�M>R�������w��ol���X�&5�ޑ�]��7�Cn��Ly�>`�v)[�,5;��%�p$֑;ߗw��Q=GRk�����.L~)=`ʚ[������|'���\h.� `H}g�3�ɷrz%�?ZT�4Fr�' [��7;�PK�b۹K �OPK��RIDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.yml�]K��(���mwQ����d�T�*3Ie��lmQa� ���x�6zX`Ic{ƒq>���돦yk�F ]0�4\�5� ��"]>R,�S�68K�5�� ~ ���7 �/|,��*!�d)�B��}��B>��N5)S��G!ʵ� EV4�m�F��ٖ�q]c����V�F)���T��a ?P�[Yp�F<� �, j|AǠ�kT��R*Z�xY�*�g�!E��"V%�H��t���w���-us��� ]���F�BӶ�BQ�L+�B� ��[�Qk��E��B�_��w�� ���-i*�5/� ���8-��+��,���w+�} j ��<�46�2�0!7G�cE��U�����"~�~|,1H ;kT�}%��exI_ �L�/�fTc����G ޢgҐ��=ع�<+3Es�h���>� �����7X��r��������w˾��U��9 r,�@�������^}ۑ��d_�q����)� �����9|!۹U�0��r� �t�>Wp��j@\��Q���x؞��]�����'#**EEb�S����$jF�HP,�[�z��:d� Df=]�d.�D���z �Q��C�4�{�� 2� 5��D�Ϛ��bY�E���T�ÌQ�z�]a q�`�Sރ�~�NI!ad@���j[#h��<����4��3/� w��I#;�? ����x� B�mŻB]j9� ZIF�[�R߇P�)�7�HG�� IZ@�E��RH��ƸtF���:���<��(�A �R�L�D��ۚ�J�Z�Mtm}�q��ˏ���o���UK��D��ś��߻ �����O����X�ZT� � @SU�E�E��}U��p�߭ �ӑ��[���B��?P` ��N������01~?b N��g�"Cf��u�J{�-�b��>Q��5��3�&ρ2M��(O-p��'w��@��N�o?��n����"6h���8-�2"A\�=&��`o�n0�4��;(:�Q��e��S���ϝ�"�*�;&����N���H�q>��q�2��$�B�Q�~ƫA�c:`�1Y��^4���Z7[��X�:�������x�ź�/��zx}v�fް;�y��O~���\��^w+��k"�k�Y��6~�|s�P�?q��[�)r�����vX�:G��{X�ٜ ��2�Y�xL$1����/��5$?l���4Cϐ5��0�½�Y��w�"��\r�#�~t� ,� "�;����vp�R>N½5�%5��{[�p��D���k��щI(qg&�� A晈�9.�D�A�@�3�������)�I㰢sI�(��0�?4���K��ꜛ,�m�v�& �E5W8O�� ����E��T�@��^F�����M\��g^�T8�_=la��C[ya�bz� ��c��D�*�;��SvO{yt����[o#`d�,���^�g���@����e�oB�t��cs�����e��>��KnN���6k��gP�9շ�EvQ�]4��HAg�w�c4��p�^�@���J�#ZYɦ���PK&�R�#}PK��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ +��X�<�EM���e�(qd�CKRN�_�CIV���j�"�ԾP3g�y����,�X-�0ڥ;�� �F�*%�5S2��x��3����Y��bZ���b͖��?���T 1K����~��qS���h��d�?����z�7��s?�AF���Z�J�yY=s�Ï�恞�_�5�6���=��6�]ᤦ|�߳����~&ߌ.v� M��?�0��/u� _����(S�e�A~�E`}0� �鉡���u�4�$B�-�6|m���hk�G3�PKaii �� PK��R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��� o]�M���ʚ�"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���y���-K�e� @�#ӂI��݄����j�^�J�w=_,�8�L�ˀ_� VWK�Ւ〭�l�<‰���^�f+o��u�1�o��%+0��+-l��r4�&h��m�S2�J3� *�R�נ�����e.0"�J[�[������9�xP�� JԂf�x�O���4�'���!�oo�ݣ+��3�sd�D��~/����]%�o�"F�vq1�r�Ù�L�� 9�i�.r2�� &vv�J���:���1ojg2QN�CG>hUMY-ҙ�ڿ� �d�o�e�1�a^a�>��[�cd���Si�Ηd �C9W�P;�WL����'`ݐ�\�ݲo���}�|d����w&�/x~�������{��j]�ý^L���d��j"�?/5>RՒ++ Dl��x�4��*K�ް:�1Q~��ޕ��y�l�ʕ(�se��L����cC����##9�-<�nܷ& �_�����觨L����~j��� +Yf���p���e���?mLFv+pˊe��R���~Ai͢; �J��d�T���4̬� ���|;�O p� �=��S0�[��Wk`gaF���Z딺 T��;Y%�/ϩi�0[Do���[0�a��ݬ�p�@�w>��U�]q�������n�*j��� ^UX:�$�=%Y2�_wowm�ּ��+,���o� b�b�@ST�۔���)���)�7�C� UW�����/ �4���J�Xk?�T�c˺�<�"��Wg��7����vY-4�Z���˟�_2���/��㣧)JH�؃��w5e4���ۣ�u����a�8�N,d��2�<��/0��広��� �V\Ek�|�+�m?�i�i\W��;��x�w~ <��́�!���؀�c�-����R��,H��� ��5���$TI��b�<����o@��n�y1��S�k#�C�P�L�M�<�;��ē"ɳ(�3[e�:fN�pM�������W���(vt=��n��"��Blr��*�-#�mfxFeMhq'O�7oo���������l��z�R�DSk鉟�ZK�����v�-.-��]����>�zQ�Cq�'�.�ȅ�������r-4��q���;�hR�/���.�aD����i�[��x} ˜M`�~�9Uئa��L��D�McKR����xxq��+���qo�u ����\����@a�S;M@WiC��R�e��PK˩^�PK��R/Definitions/resource-Globalcompute-template.yml�Ko�6����m� ������&m��f��f/Ea���M�U�r�~��(ɖ���4(��!29��?? ��2�9�V�ʬw� ]��uYF����J��\_^�h! � �D�-����<���.@X&wpw�\��u��<���^,�K�x�ѯ:㛛[�|Q$ ���*��M��,YBv �k�\9WP��.U�A�uc�Rs4\�ںv~�Z���l�,�Nh����VT�^�ݲRQ�Նq�!���&��j���@�,n��S�X���L���3c5pK�T�j4��X�J�ؗ��?�O�Z�>�����P=��>/�����*G�ԔRi>\��J[��HXEY����BH*�%��RRf뒶�6��wxl2�3�(�����v��o�j�V]J�]+)��*����Jٮܱ�(���]z��&U5��� a�+xکҳҕ��w�� �ʞ�Youb��;�S5���b��5�Ԉ�p�8��nR,�~Dd��B*�F}����W�[�t�rِ }C��rlݞ�s�nzkK��p��1�����C͊�Fk�����%�rt���˗��_i;�"_w~����:�2���֤�K����0�� P@#��=�'���tS�^�0��(1�D��l�%�aR�۷}�Q&L���I��miI �fh����.BpRY�|�e;�D���{�E'�j������s� ��h����Y���{:��j��VV����p�5`�;^[p�?����`�6t�1+�[�����:/ZX�<��a$o�$H��q��@A/m�� ^�7��1L8�C�1��8x�� ��i��n�����^>:Y��8Z�����f�oC�Q�Щ覶��W�*x]ALd�qy���,���[\d�@�_kҴ'���ɀ�=�s:�E ����г�#nF��Y�Iǃ ���� ���J�x�� ���S�6��E����ך;� ǁ�(8M���x��k$������/ �?���9�8[8���� ?�2���s�j���>��ϓ�x@�<�R�Xq�jn��' sн��޻�Պ#�p�}9���zp5�ce# >� n��s�/����d�<�PK��\f;KPK��RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml���n�0E�� �!Yr"k�&h�E�hao�!9r�!���}G��VS�;���w�(�(�U�i���.�#�H Ks)j�lo`M[���b �cڍ4�t>{nd]U(���̋ j�3���I�uѕtj��w%���26[�&�X� uX<߬����cL�Z�ЃІb�"���40���� �)��5�aK-�Z���+ߵ�|Z��Sw� Nf�_}�r�SBS��}�|�$߬�i�mO�uO�[�=�j��m��w����@������PKy���dPK��R&Definitions/resource-Port-template.yml�SMo�0 ��W�����q�$�m��0`K���ՠ%:*K�$�ȿ���m�9�ȏ��O"�� ,��^�=ZG���6�dY)�P�l�-f%z�!�1&����_�)[�E���( �8� �����(^%�E�SVG�d��( �H�A-���a����(L����Ĕ=��G��VV�����E��;L����J`�<� ��ѱ��f7��j� �`Œ}e����#� ݜ�4���<БS���C�~�F+9a��O� s��l�P�l��r|F-�M�������<���GT��-�!}o"����c�M]�Hj3j =�Kg��Giz�X!ɴ��P* 6}j/5&4`�PA.5~J�=բ�v>^d5�N=ygM=euH����]��)����5�[bs��x�v`���-�fr:A�ۣ� k�t�}4�����/�*k*��w�]�2�*�a��Rſ��(RV�r8��f��V��>⠚C���'[e�3���| ΃�gIK���V�;1�i'�~��m݉�P���b�r��80��֢�8jE0*����~����=bǕ9 �5Y�a��� G&O�3dNWj��L�ZI��5�S�3-7���PK,�~X]ePK��R,Definitions/resource-Globalport-template.yml�WKS9��+tK8x�{ �y!�KUp(�lmMi���*3Ҭ�1��-��� T�290i���O��*�h�!RX�� נ ~̉�GFdy �fi8 'GXʩ��#B�\S-����W�s2;G1����윏����Qt��8���&��O�J��N��t:��(M���OO�F|:>9=������%�`N~OUD��-�8�En}���k0 �!�$^��* �O�]�LauJ �Fs���7��1�� ~2j!Qz��@� e��Z�"2VS����� @r����rqC>�9Ȏ��o!j0�$�G>>�ҹV�e�E��>|8B�1}3?�G��MH,Rt��&K������Sp��[oW��C��!��+��t{�r�U��*%�q�R����e� �R��oW�#���ذ�P�$P9���,j�%(���Ǖ�+�N����VYE��J�5�EH�1U�"�7&5�S ��\�k���F��Fp�1�"W7��K"v%�˟�c���F��z�������}dZ5(]川��yuj��{R ��eW9J���K���2�B�r��K|O��>���d�=����Hm��T!m�8�b?M8���zM���7�zqA(��L��1"��I�� �҂�)�PH�=@�nc0XL���{�1qw �!+�vw��""Wu�=)¿7!�}���i��Q���&}����қ��g�R��[뼼�s/������lw�j�Q�miI��%������ Z�\�@L����{��ua,aJ��ԝ1`���ߑ��*�� �m�6�=2�;������yqG,����=ܔ���i��&��S��X�ʥX�(���!��T2 !Hvur<Ԧ&�핡�5�"�AN�7�&pw�i��&��E\q� .@� ��+k�w�k�8J$K T�]{'m�RM2�x�"��glCa�#�n!P��s�����t�~�_^~�ldk�PX��zB������{{ ���Ŷ��4�w'�=�AJo�قMJ�K\]��D���Jڢ�f�G����uު��ryG [�@�W!G��Ċ��x;r���+�H�޾|����׍�t�mޅ������?1y��k?��� ��wǏ5ހ��=�05�jc~wS�o����?%3�PK���ul�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��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�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���I lcж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��}3 aL���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���i G��^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\��כ �y W��� �@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��l n���;���ڧ�~{=_�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���f q����{�ў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 c c��� [�}�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�V 8bQ��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�'�#DoYi m�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�4 1K�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�q�W,Ul(�b��D$������9�Qf��]Bb������K��sx���joC��* �к��(茏�)�rRi�ŎV����o�cz5r�-�F{����q�=vSsg�=J�'fTy�H���p�N� /W�PKiP����PK��RGArtifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zip�yuXT]�7�%�9�tHJ#-0t�C� �"JH7�"1�t��JwKHCH�ȫ>����}<�����s]�s����~k��[{-�*2 1B>u�• ��̓�TE�����߯��W�_�����=���~�-µ�ꆭ5 2����ݹ�!.;��!�y 98���^xn�Z��L�����ZhK�v���d�K�O�sq�)�i��EF)VS�h^'�@�sr5R�!�mJ���~e��q�'��I*%���n��>Ww%�pnw(xW7΃0�ke] j�i��� h�8�n��$��<��j�v%����=0�\Dc�Ϋ��J� �.W��<�M� }L<��:�'�1�z�}F-\S{#�b�H(L�-;�eM�-q��ܘ�Y [�`>A�@�ۉ�:t\H��q���Te+���O��ʹU�/�.pU�p��%��I�1C�"6xw�����0U���\�ި9�"�Vؙ����y�b��XO*�*��B�� }ļۋA�c�ᔝj|1%x�.�m^�wJ��/S��C�:?E}%2��`��e�.p)\cy&"���Mj@eUY�rFw�/�}7�}����PC~�����6-����F���N�?��ٻ^ ypdV/N�W#T2��n��E�ҫΎ�DckS)���u��Ţ"������H��F12�@����b7|�����ת�0�G�Z����uw��̓#9m�+jJyV�:#[/���j8Dw�%�y����M����(Wn��t7��A�m@V�+>��H@:x B��t��Y��a�9ز��������(�mSx�c����w/��>�!�T�N(�7�Fb �j�CdG6 %�"G��\���FxQ�4�F�x��/S˒U����0WZm��G{ Z�����(Fk�4�$��>4Vn��!���.���WO[pȝRW�+���0Ƥ�i<�a�S6��DB ���� ��?�,]�ʻĚ�8[6^=��� S#���_��!��5��_]�F�9!��!s���ȜoM�CZQ�k���=�Bs0��jgTr� �:.Ϣ�$�Tr��원d8#V�%���Pe_����|%dT�`���v��PnP7 ��a��r��$�TR�� #�!{ƻg#n����R ���? �9P��c7*��������v�D��ծL�L��$9u����"t�;�*<��>m,�]����ˢ��mvQ��"�� W4�5�2$UW��g��!w��c�i��Xj���"O1^�}M�C���5��k�v(8ҋt��hH+�T�n#M[��I$�Y�֕�B���{���)�D��R�cjbW����)Y�ZD.E*Ǜ⊖�����������N����� O����Z��B^>P)!�f�pm�7�n�:{��ӓT���Ip��|z��&u��c�����g��@>�B0�{��4f%��72�i[���� ���r��c���ѽ匁�c�ZM$�ѹKu���� _4�%5EN�a��z�+�m�8�.f2A)"M�Z�D�W @��|��L3����iXь ������&���q�9�F���v��� \�ŮE�5�Wo6jxOa�ț�f�Ҽ��D7J���r'�^��2(r&є��.�����včc�@���-��rW�x7�!�W=�W��c�����!�Egh��Z�M9ƻ�r�=�&uoC~��!�΄I;�.�#�T�KͶ9q�}3�P`q]G�ri�Q�S�g�%#\�6��� ��"�uHUd�%�>6�:FX�F���̇1��߫����1��r1{a�&���k�=�Z5u]�`�ou�@�`&M$9)���l� �ݪǘ���f��RmO���Ԛ�1�& �F�kf��YV��fh��Uzzď~��3仰n��Jxl7���=���|�<{���1�g�]2��BYh��rcjcx[�{o���r�uF}%��5�:��{�Z5V/�'v)DࢤOv��G;�J�SHb�x�`����o��rM7�evF�ԴgzZ{QU��$s�Qd_8޷�)Y�_�b�I�ܭ��7/���fs'�y���I��֕4����o9Eu� ڜz;P��n����p��� �^#��I k�����9y^0c^���.Ⅎ6IQ㓭ئyOVB?r��3ʍ�e�r�� i��:��F�\�� �ާE��'̈́Ru��D��E"@Pa�y���)=B��!�'�k �����rl�}VO3�M��,���NpǠ� �H&pR����*.�̯+�f ���EdU���9^l����l�V�(٢\ɋ^�y����F1|�%Y�h��h�x`g�@�ͧ Z�4ג���)��™����� ��_��Ut�'���̈)����gW��?�t;U}u�&���ҹ��݌��۸aMG���Gf[Z#{x��)��p]d�'-�5����Gؑ��b��D�s������Y�T�m^�?���;U��3���&�� ��nB8M�D�jF�hR��� v�3��u��fX�òm�Ć��'�E[��o�a"�o<�DQ�n�k�䪏=�� �#]�2��Mp&��37a%d[[����j��ui�� Y��j4L� fw9$���b�L��ܟ�yg��V�Kz��o���X�$�l��6^t�4�����k�h����$� �t�8�[�\���/Z@ �ǡ��e��XM���q7���f�ZĽn�g�y�Q*�]���a Kf�M��$X��d��`�2�tAѷ ��Q��@���r�Cr��r�������!�{,�b&��������ˇ���$��c�/y�4��1����@��%���zOU���S�J}5��?�#o�T/< X�/J�:�4��2;�eb���Z�00�WrP��_�=�gxJl��&8�(h*({?��g �8nWD�� o�4A�������"M���I�>��)pQ�z�o�=`��wO�F-y>ܝj{�8�@���t��^��� ?�F���K_״����n�I@�l.<�i�}4ԝ�(����g-U�K����J�lCՋ�(�g"��:p��Q�m���8�":�+�M"Į�F�F���P��_Y�` $��X�z �nxk���F��;XY�, g�����o����c�E%uh�̨�B���{���A�AԔ uT���#N ��[\G�yt ��ŞZ}iw��MN�X�ߧ���7k���2 �<�@�� ��Qz�� �F$�Ea��RW�U�8�^�4�����2�~Uc��-��8�k#S ���}c�+Vk��˥ý�Z�2���2/�'R���)lݡ~[�uS;���p��Lf��c�N�$(�s� qD��!E�_��2H�2�T� ��M��.�/��{�;�)ix�"��ݹ ّ�=���>�l,����;������޻�CLş�9�|�_�5GC=£Bϋ)�&�A��n��(�����4t��`���VLQ0�r�р�ȫA������� ל�OS������So�� �[�ڤzc!��s[���)5�����4R�,hThT�� =�r�����g��bd���Mu����#�:;L��J��.��@��ӥ��,����~�:`gW'��*~�k�� w���s.�����:%%D?�'>Q���_ �\�e ��%d����?�^��Vܽ�At=w؄GY6� �� .� ��a�eY[ <�Ѥ��LI���#�UT>�S��J��u�8w�e�����63#/,|�`O�{��eߒ��p[Z���屒 �����Y���e��3���{�m����/�|�@ ~J�C+�B{v&2���z��ů,N���}'�C QYҟ�N8�֟ʻ�� ���ˊ���GT.0�� � t(�K[ϫ�3��"��5�^�-���)��O�U�=5�2���_t{v�$���2T�n��<�������+�~O����n��_�aq�����x�Nz��`���H-*�`�X؝ׁ�~�i]ya�Q�+���#E�T�^�@��Z�s� ����Zs��懶R~��C����J�M��˶^�"����2�G�]yp���U�A��{S_�k�S�LJ���]O���XE��Z!���pj��-�����x�R}mZ��!_��=S��Q�A`�Φ ��`��GC�PT�˒{��b���%[�s>:d�N}(>����Ӿ�_\�"�?�� ru�w����i�;t�⴬s��n7o)�4�x�}cW;�Iٝ�&�vq2�����ړbLY\�Ty׹X�FLnt�[i@��:%����M 0{o�׀����̌�g�q(��"h�4�l9��)=� V��u�����8�-(��K.C1Ι�byp� 6�v���Ym���~��ÎLv��t�@] �1�y�e(w8���ip � �q�۬�J ��.�zB !|y�S��� �����zI��8AIq�)�W#���rx�r�'�ok���~ѓ�r����t��������ɳ���E?�_�~C<�'$�ڻ���e���AEڜ�\;�QfI�It��.��l�$�wF�q��)� �R����hU$���}ۣ��e�:���l�j@KA��7DU��yv~#�c&q��F�~�qoQ�'�H��StZ�n@e�!��t���b�w*g��d���b6�"(>n��ԍgj}�`�͛��N>Q�L#:���c]�c X��WC�3iG}�� ~���$��� �jc:��UD´=�LA�m���Y�� ��R�����u��/�n]���̵9���k�|8�^h��f�n#C�'���� r E�Ѵ�&���Qi�a�E��ÿ^�X;'GN_d@�-b0���c٫��L�j�>�����}�"g6��ѵ�<��D��%��,�xΫ�u���X[�&��EҸ1S� xVa �y��.��]7��::>�?W�$��|��!��'au�df���t�H{���@:�k+\�&����:X����NË�o��I?��G&��r��h����B1�w��n`j��hD��Q�wm_7��(�5��Aɓ5�mi��(jh��p��������kP����#��G��>�g��N.Ÿ<-݈'g:p}+�0�Q�S���F�^�_�֙� �A����F�����gf���V��y�����M���>xa/� �^)�����F�Ž����,q�����w�3q~�Rzb�x j`������ܔv��5Ue��)������E�O*��A����Lh[�ٻBoO��O�����jq�G����\�>�:A|�]}�cdԑ�p~mE������j���X�aF��q�3����w�� ���Z�-�A������\Ԫ��0������+�Q�>�"�l�ȿ p�15�K�[/�iP�]��tT\"�T4�dc�u���m��R�wO���6 �$��Sk�Ԅ�N�;��F��$���J�9�U�.>�iYe[���хR�=Xޏ�/�fl���W�l��_����z!"#\���l!"ܼxn��ڧ|׏�W-���Ju�����M��MN�k@H�A{�jS�� =����Z;�� ʭ]ś@W��4׀l��C��&�պ�5�A�[��7a��8�������m� �03�U�9��'�5;s�wF��x5���a���s�M��9�u8*����߄��`Q^�3!�--��s5���Iq[rv�^��=��K^n� ��#����7�sUo�O�����6�k0e4���_h��47G~u���f�L��d �����K�_#�����PK}t���%PK��R�R�B4E csar.metaPK��R��ڊ��kTOSCA-Metadata/TOSCA.metaPK��Rv�����V.?Definitions/resource-BasicVmMacro-template.ymlPK��RO��� h�8Definitions/resource-BasicVmMacro-template-interface.ymlPK��Rl M� .�Definitions/resource-Extneutroncp-template.ymlPK��RC�Iy�(M!Definitions/resource-Extcp2-template.ymlPK��R�b۹K �O?�#Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPK��R&�R�#}Iw0Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPK��Raii �� )�9Definitions/resource-Compute-template.ymlPK��R�~.m�Y/�=Definitions/resource-Securityrules-template.ymlPK��R˩^�,q@Definitions/resource-Novaserver-template.ymlPK��R��\f;K/�EDefinitions/resource-Globalcompute-template.ymlPK��Ry���dF�JDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPK��R,�~X]e&�LDefinitions/resource-Port-template.ymlPK��R���ul�,OODefinitions/resource-Globalport-template.ymlPK��R+�@j5��TDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@ @��Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����w�Definitions/relationships.ymlPK��R 2ea� ��Definitions/artifacts.ymlPK��R�H�v~(ͫDefinitions/capabilities.ymlPK��R8����Definitions/interfaces.ymlPK��R5n���/�t��Definitions/nodes.ymlPK��R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPK��R�ظW�,u�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RW�P2}�<&�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��RiP����4 �Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R}t���%G�Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK� r 2021-04-15T03:45:48.423Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-15T03:45:48.424Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/08334d41-2dbc-4d5a-874e-1a246428fdee/toscaModel|INFO|500||InvokeReturn 2021-04-15T03:45:48.427Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-15T03:45:48.485Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-15T03:45:48.485Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||VFCustomizationUUID= b3523906-34cc-40cb-a22e-55ea9d579d55 2021-04-15T03:45:48.485Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3523906-34cc-40cb-a22e-55ea9d579d55 matches Tosca VF Customization UUID: b3523906-34cc-40cb-a22e-55ea9d579d55 2021-04-15T03:45:48.485Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||vfCustomizationUUID: b3523906-34cc-40cb-a22e-55ea9d579d55 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-15T03:45:48.488Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.488Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.489Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||resource request for resource customization id b3523906-34cc-40cb-a22e-55ea9d579d55: {\"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-15T03:45:48.489Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8458eb4 2021-04-15T03:45:48.489Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.489Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-15T03:45:48.489Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dcc2aa31-10a1-4a25-abb3-d8a9da965d76 2021-04-15T03:45:48.489Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dcc2aa31-10a1-4a25-abb3-d8a9da965d76 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-15T03:45:48.491Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.491Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:48.491Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:45:48.492Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.492Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:48.492Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:45:48.492Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.492Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-15T03:45:48.492Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-15T03:45:48.493Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-15T03:45:48.493Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=32ff489c-e0d3-4b01-9754-0086ded2b152 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-15T03:45:48.494Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.495Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:48.495Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-15T03:45:48.495Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.495Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-15T03:45:48.495Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b3523906-34cc-40cb-a22e-55ea9d579d55 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-15T03:45:48.497Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.497Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.497Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500|| resourceSeq for service uuid edd5fb0b-7402-4742-9c2a-edbdc1f9c929: basic_vm_macro 2021-04-15T03:45:48.497Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.497Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.497Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-15T03:45:48.498Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-15T03:45:48.499Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:48.614Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0cd82d88-11af-417c-b4d6-1984a5b689ce 1 ASDC deployResourceStructure 2021-04-15T03:45:48.614Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:48.614Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:48.615Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:45:48.615Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:48.616Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:48.617Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458348614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:45:48.717Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:48.717Z||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-15T03:45:48.718Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:48.727Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:48.727Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:49.618Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:49.618Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:49.618Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:45:49.618Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:49.619Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:49.620Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458349617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:45:49.720Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:49.720Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-15T03:45:49.720Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:49.734Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:49.734Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:45:50.335Z||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-15T03:45:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:50.355Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:50.355Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458170811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458172602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458173852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458175927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458178619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:45:50.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458181115, "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-15T03:45:50.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458182120, "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-15T03:45:50.385Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458183124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:45:50.385Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458184128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458185134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458186136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:45:50.386Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:45:50.620Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:50.621Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:50.621Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:45:50.621Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:50.623Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:50.623Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458350620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T03:45:50.723Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:50.724Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-15T03:45:50.724Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:50.735Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:50.735Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:51.624Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:51.624Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||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-15T03:45:51.624Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-15T03:45:51.624Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:45:51.626Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:45:51.626Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458351623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:45:51.726Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:45:51.727Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-15T03:45:51.727Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:45:51.738Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:45:51.739Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-15T03:45:52.627Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-15T03:45:52.635Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:45:52.638Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-15T03:45:52.638Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-15T03:45:52.638Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-15T03:45:52.638Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-15T03:45:52.639Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:45:52.639Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:45:52.685Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:45:52.685Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:45:52.685Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:45:52.685Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-15T03:45:52.685Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-15T03:45:52.691Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-15T03:46:22.692Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 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-15T03:46:22.696Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 and serviceModelVersionId: edd5fb0b-7402-4742-9c2a-edbdc1f9c929 2021-04-15T03:46:22.697Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d 2021-04-15T03:46:22.697Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0 2021-04-15T03:46:22.703Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-15T03:46:22.802Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0|INFO|500||Invoke 2021-04-15T03:46:22.803Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0dad8348-9d09-4e74-a4c7-b1ffa8af22e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1aa5a9d-8371-4363-a9d9-e2df341e1e98], X-ECOMP-RequestID=[0dad8348-9d09-4e74-a4c7-b1ffa8af22e6], X-TransactionId=[], X-ONAP-RequestID=[0dad8348-9d09-4e74-a4c7-b1ffa8af22e6], Content-Type=[application/merge-patch+json]} 2021-04-15T03:46:22.818Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-15T03:46:23.393Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?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/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210415-03:46:22:824-77130], vertex-id=[467072], Content-Length=[0], Date=[Thu, 15 Apr 2021 03:46:22 GMT], Content-Type=[application/json]} 2021-04-15T03:46:23.394Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-15T03:46:23.394Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96d7dfc2-0052-4e2d-b5d1-bacbaaa16f0d/model-vers/model-ver/edd5fb0b-7402-4742-9c2a-edbdc1f9c929?depth=0|INFO|500||InvokeReturn 2021-04-15T03:46:23.394Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-15T03:46:23.394Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-15T03:46:23.397Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-15T03:46:23.398Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0dad8348-9d09-4e74-a4c7-b1ffa8af22e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-15T03:46:23.398Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-15T03:46:23.398Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-15T03:46:23.399Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-15T03:46:23.400Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||DEBUG|500||try to send status { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458383398, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:46:23.500Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-15T03:46:23.500Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-15T03:46:23.500Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fakkZ5Kzjigbjrpl) ... 2021-04-15T03:46:23.514Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:46:23.515Z||pool-127-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-15T03:46:24.410Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:46:24.411Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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-15T03:46:24.411Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:46:34.649Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:46:34.650Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:46:34.650Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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-15T03:46:34.650Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:46:44.192Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:46:44.193Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:46:44.194Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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-15T03:46:44.194Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:46:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:46:50.334Z||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-15T03:46:50.335Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:46:50.356Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:46:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcb6c8b0-531b-4d1e-bbb2-13bf2d819b7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458277698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:46:50.358Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:46:50.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-15T03:46:50.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:46:50.385Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.385Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.385Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:46:50.385Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:46:50.386Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458287414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458289802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:46:50.387Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:46:53.789Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:46:53.790Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:46:53.790Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:46:53.790Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:47:03.329Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:47:03.329Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:47:03.330Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:47:03.330Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:47:12.869Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:47:12.869Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:47:12.870Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:47:12.870Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:47:14.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:47:22.409Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:47:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:47:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:47:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:47:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:47:50.334Z||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-15T03:47:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:47:50.355Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:47:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458291306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:47:50.356Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.356Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.356Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458292994, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458294557, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458295560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458296564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.357Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458297567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b33c6ca-3de0-460b-9f66-3dafd672a0fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458328989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.358Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.359Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458102314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458339215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458342518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458344816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.360Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458346793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458348614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458349617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-15T03:47:50.361Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:47:59.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:47:59.876Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:48:44.641Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.87 to 10.233.68.120 2021-04-15T03:48:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:48:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:48:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:48:50.334Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:48:50.334Z||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-15T03:48:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:48:50.854Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:48:50.854Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:48:50.855Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458350620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-15T03:48:50.855Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:48:50.855Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:48:50.855Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458351623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-15T03:48:50.855Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:48:50.856Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-15T03:48:50.885Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dad8348-9d09-4e74-a4c7-b1ffa8af22e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618458383398, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-15T03:48:50.885Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-15T03:48:59.876Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:49:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.77.68 2021-04-15T03:49:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:49:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:49:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:49:50.334Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:49:50.334Z||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-15T03:49:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:49:59.924Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:49:59.925Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:50:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:50:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:50:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:50:50.334Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:50:50.334Z||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-15T03:50:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:50:59.875Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:50:59.878Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:51:44.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.68 to 10.233.68.120 2021-04-15T03:51:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:51:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:51:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:51:50.334Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:51:50.334Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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-15T03:51:50.334Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:51:59.923Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:51:59.929Z|0dad8348-9d09-4e74-a4c7-b1ffa8af22e6|pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:52:29.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.120 to 10.233.67.87 2021-04-15T03:52:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:52:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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-15T03:52:50.332Z|f83e8e1c-824d-47f8-853b-9e706c39841e|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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:52:50.334Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-15T03:52:50.334Z||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-15T03:52:50.334Z||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 fakkZ5Kzjigbjrpl) ... 2021-04-15T03:52:59.875Z|f83e8e1c-824d-47f8-853b-9e706c39841e|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-15T03:52:59.877Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK