By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-11T05:23:49.335Z||main|||||INFO|500||The following profiles are active: basic
2022-03-11T05:24:03.743Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-11T05:24:03.744Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-11T05:24:03.885Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-11T05:24:09.870Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-11T05:24:10.642Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-11T05:24:11.555Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-11T05:24:11.585Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-11T05:24:11.783Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-11T05:24:12.194Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-11T05:24:13.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-11T05:24:15.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-11T05:24:18.369Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-11T05:24:18.434Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-11T05:24:19.185Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-11T05:24:19.362Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-11T05:24:20.882Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-11T05:24:22.249Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-11T05:24:22.275Z||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:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.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:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
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:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-11T05:24:22.276Z||main|||||WARN|500||The sdc end point is not alive
2022-03-11T05:24:25.466Z||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
2022-03-11T05:24:28.844Z||main|||||WARN|500||---
2022-03-11T05:24:28.844Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-11T05:24:28.845Z||main|||||WARN|500||---
2022-03-11T05:24:29.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-11T05:24:34.913Z||main|||||INFO|500||Started Application in 50.517 seconds (JVM running for 53.754)
2022-03-11T05:24:34.929Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-11T05:24:34.931Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-11T05:24:34.945Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-11T05:24:34.979Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-11T05:24:35.021Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2aee7a8-3714-48d3-b690-c3a9f21faee4 url= /sdc/v1/artifactTypes
2022-03-11T05:24:35.021Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-11T05:24:35.294Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-11T05:24:35.320Z||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
2022-03-11T05:24:35.344Z||scheduling-1|||||DEBUG|500||create keys
2022-03-11T05:24:35.356Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-11T05:24:35.392Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:24:35.409Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7be62446-a85a-41be-a40d-3aa5aae12e98 url= /sdc/v1/registerForDistribution
2022-03-11T05:24:35.526Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7be62446-a85a-41be-a40d-3aa5aae12e98 url= /sdc/v1/registerForDistribution
2022-03-11T05:24:35.527Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-11T05:24:35.550Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:24:35.551Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:24:35.553Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-11T05:24:35.568Z||pool-2-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.
2022-03-11T05:24:35.569Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:24:35.568Z||pool-2-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.
2022-03-11T05:24:35.573Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:24:45.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:24:45.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:25:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:25:35.540Z||pool-2-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.
2022-03-11T05:25:35.541Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:25:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:25:35.548Z||pool-2-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.
2022-03-11T05:25:35.548Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:25:45.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:25:45.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:26:35.538Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:26:35.540Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:26:35.540Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:26:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:26:35.548Z||pool-2-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.
2022-03-11T05:26:35.548Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:26:45.107Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:26:45.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:27:35.538Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:27:35.539Z||pool-2-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.
2022-03-11T05:27:35.539Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:27:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:27:35.548Z||pool-2-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.
2022-03-11T05:27:35.548Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:27:45.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:27:45.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:28:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:28:35.541Z||pool-2-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.
2022-03-11T05:28:35.541Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:28:35.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:28:35.551Z||pool-2-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.
2022-03-11T05:28:35.551Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:28:45.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:28:45.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:29:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:29:35.540Z||pool-2-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.
2022-03-11T05:29:35.540Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:29:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:29:35.548Z||pool-2-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.
2022-03-11T05:29:35.549Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:29:45.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:29:45.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:30:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:30:35.540Z||pool-2-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.
2022-03-11T05:30:35.540Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:30:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:30:35.549Z||pool-2-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.
2022-03-11T05:30:35.549Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:30:45.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:30:45.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:31:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:31:35.539Z||pool-2-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.
2022-03-11T05:31:35.539Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:31:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:31:35.549Z||pool-2-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.
2022-03-11T05:31:35.550Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:31:45.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:31:45.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:32:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:32:35.539Z||pool-2-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.
2022-03-11T05:32:35.540Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:32:35.546Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:32:35.547Z||pool-2-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.
2022-03-11T05:32:35.548Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:32:45.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:32:45.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:33:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:33:35.539Z||pool-2-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.
2022-03-11T05:33:35.539Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:33:35.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:33:35.548Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:33:35.548Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:33:45.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:33:45.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:34:31.108Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-11T05:34:35.538Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:34:35.539Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:34:35.540Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:34:35.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:34:35.547Z||pool-2-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.
2022-03-11T05:34:35.547Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:34:45.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:34:45.099Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:35:35.538Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:35:35.539Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:35:35.539Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:35:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:35:35.548Z||pool-2-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.
2022-03-11T05:35:35.548Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:35:45.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:35:45.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:36:35.538Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:36:35.539Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:36:35.539Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:36:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:36:35.548Z||pool-2-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.
2022-03-11T05:36:35.548Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:36:45.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:36:45.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:37:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:37:35.539Z||pool-2-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.
2022-03-11T05:37:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:37:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:37:35.548Z||pool-2-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.
2022-03-11T05:37:35.548Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:37:45.102Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:37:45.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:38:35.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:38:35.541Z||pool-2-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.
2022-03-11T05:38:35.541Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:38:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:38:35.548Z||pool-2-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.
2022-03-11T05:38:35.548Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:38:45.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:38:45.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:39:35.545Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:39:35.546Z||pool-2-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.
2022-03-11T05:39:35.546Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:39:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:39:35.548Z||pool-2-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.
2022-03-11T05:39:35.548Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:39:45.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:39:45.111Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:40:35.541Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:40:35.542Z||pool-2-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.
2022-03-11T05:40:35.543Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:40:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:40:35.553Z||pool-2-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.
2022-03-11T05:40:35.553Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:40:45.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:40:45.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:41:35.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:41:35.543Z||pool-2-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.
2022-03-11T05:41:35.543Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:41:35.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:41:35.548Z||pool-2-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.
2022-03-11T05:41:35.548Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:41:45.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:41:45.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:42:35.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:42:35.540Z||pool-2-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.
2022-03-11T05:42:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:42:35.548Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:42:35.549Z||pool-2-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.
2022-03-11T05:42:35.549Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:42:45.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:42:45.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:43:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:43:35.539Z||pool-2-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.
2022-03-11T05:43:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:43:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:43:35.547Z||pool-2-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.
2022-03-11T05:43:35.547Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:43:45.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:43:45.105Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:44:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:44:35.540Z||pool-2-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.
2022-03-11T05:44:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:44:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:44:35.548Z||pool-2-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.
2022-03-11T05:44:35.548Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:44:45.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:44:45.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:45:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:45:35.539Z||pool-2-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.
2022-03-11T05:45:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:45:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:45:35.548Z||pool-2-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.
2022-03-11T05:45:35.549Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:45:45.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:45:45.146Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:46:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:46:35.539Z||pool-2-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.
2022-03-11T05:46:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:46:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:46:35.548Z||pool-2-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.
2022-03-11T05:46:35.548Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:46:45.099Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:46:45.140Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:47:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:47:35.539Z||pool-2-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.
2022-03-11T05:47:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:47:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:47:35.548Z||pool-2-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.
2022-03-11T05:47:35.548Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:47:45.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:47:45.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:48:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:48:35.539Z||pool-2-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.
2022-03-11T05:48:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:48:35.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:48:35.548Z||pool-2-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.
2022-03-11T05:48:35.548Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:48:45.097Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:48:45.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:49:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:49:35.539Z||pool-2-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.
2022-03-11T05:49:35.542Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:49:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:49:35.548Z||pool-2-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.
2022-03-11T05:49:35.549Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:49:45.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:49:45.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:50:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:50:35.542Z||pool-2-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.
2022-03-11T05:50:35.542Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:50:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:50:35.548Z||pool-2-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.
2022-03-11T05:50:35.548Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:50:45.092Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:50:45.092Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:51:35.546Z||pool-2-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.
2022-03-11T05:51:35.546Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:35.546Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:51:35.547Z||pool-2-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.
2022-03-11T05:51:35.547Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:36.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:36.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:36.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d39c93f9-11e5-40a7-9256-b7650771b111","serviceName":"basic_onboard_SmtHZj","serviceVersion":"1.0","serviceUUID":"11887373-89c1-424d-8979-13a5a74d8dcf","serviceDescription":"service","serviceInvariantUUID":"7e78d1e4-9b46-4c4a-bce8-e1705a8da764","resources":[{"resourceInstanceName":"basic_onboard_SmtHZj 0","resourceName":"basic_onboard_SmtHZj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c32deab0-4d16-4e9f-be87-3641e407f6f1","resourceInvariantUUID":"c47cd96f-8545-4513-8920-b274133f0ccc","resourceCustomizationUUID":"1473845b-8c9e-448e-88d9-00fbb9e804e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml","artifactChecksum":"ZGMwYjZlMjJjNTA5YjA2Y2E1OGExMWM4NTk4NTFjNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"025f21a5-7e90-4cf8-be74-6444e915dfd0","artifactVersion":"1"},{"artifactName":"basic_onboard_smthzj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json","artifactChecksum":"YzllYTNkNzYyMWIwZDdkMGNlYWQ3MzMzY2MyZDc4NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"914dcb2e-d45a-42d1-a6f7-9e4960694de9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cceb2993-1046-4a8d-a57d-cfdb83aa6042","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f8451c2-2dde-406e-9882-c234e3e91ae2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6d290e69-698f-4ab8-9e4f-02f070e0cd4c","artifactVersion":"2","generatedFromUUID":"cceb2993-1046-4a8d-a57d-cfdb83aa6042"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSmthzj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml","artifactChecksum":"MmFkOTFlZTU3Y2YzNjAzZjI3MWQxMzcwMzM3OGM2Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3ba5f0c-f119-455b-a7be-aa797c18a42a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSmthzj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar","artifactChecksum":"MzgzM2U1M2U1YTYyYmVmNzk4MzVlOGEzNGEwYjNlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5298e473-877d-451a-9d0e-f751a4208e48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T05:51:36.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.211Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:36.220Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:36.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.245Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.245Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977855207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977851733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977855468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977854179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977867017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977866686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977867349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "cds",
"timestamp": 1646977867711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-11T05:51:36.342Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T05:51:36.353Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T05:51:36.353Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:36.367Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:36.369Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T05:51:36.520Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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 (?, ?, ?, ?, ?)
2022-03-11T05:51:36.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977868357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:36.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977868412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "policy-id",
"timestamp": 1646977869363,
"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=?
2022-03-11T05:51:36.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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 (?, ?, ?, ?, ?)
2022-03-11T05:51:36.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977869616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977870687,
"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=?
2022-03-11T05:51:36.622Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.623Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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=?
2022-03-11T05:51:36.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977871692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:36.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977870123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977875436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977883415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977878811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:36.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-11T05:51:36.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977886835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977891061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977891838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977893046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:36.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977892861,
"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=?
2022-03-11T05:51:36.681Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.682Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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 (?, ?, ?, ?, ?)
2022-03-11T05:51:36.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "clamp",
"timestamp": 1646977894057,
"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=?
2022-03-11T05:51:36.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.697Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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 (?, ?, ?, ?, ?)
2022-03-11T05:51:37.270Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:37.271Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:37.273Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:37.273Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:51:37.373Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:37.374Z||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.
2022-03-11T05:51:37.374Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:37.387Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:37.388Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:51:38.274Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:38.275Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:38.277Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:38.277Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:51:38.377Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:38.378Z||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.
2022-03-11T05:51:38.378Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:38.400Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:38.401Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:39.277Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:39.278Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:39.281Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:39.281Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:39.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:39.382Z||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.
2022-03-11T05:51:39.382Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:39.397Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:39.398Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:40.282Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:40.283Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:40.285Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:40.285Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-11T05:51:40.385Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:40.387Z||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.
2022-03-11T05:51:40.387Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:40.402Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:40.402Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:41.286Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:41.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:41.290Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:41.290Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:51:41.390Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:41.391Z||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.
2022-03-11T05:51:41.391Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:41.404Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:41.405Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:42.291Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:42.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:42.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:42.294Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:51:42.394Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:42.396Z||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.
2022-03-11T05:51:42.396Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:42.409Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:42.409Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:43.297Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"serviceName": "basic_onboard_SmtHZj",
"serviceVersion": "1.0",
"serviceUUID": "11887373-89c1-424d-8979-13a5a74d8dcf",
"serviceDescription": "service",
"serviceInvariantUUID": "7e78d1e4-9b46-4c4a-bce8-e1705a8da764",
"resources": [
{
"resourceInstanceName": "basic_onboard_SmtHZj 0",
"resourceCustomizationUUID": "1473845b-8c9e-448e-88d9-00fbb9e804e9",
"resourceName": "basic_onboard_SmtHZj",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c32deab0-4d16-4e9f-be87-3641e407f6f1",
"resourceInvariantUUID": "c47cd96f-8545-4513-8920-b274133f0ccc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_smthzj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"artifactChecksum": "YzllYTNkNzYyMWIwZDdkMGNlYWQ3MzMzY2MyZDc4NGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "914dcb2e-d45a-42d1-a6f7-9e4960694de9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cceb2993-1046-4a8d-a57d-cfdb83aa6042",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6d290e69-698f-4ab8-9e4f-02f070e0cd4c",
"generatedFromUUID": "cceb2993-1046-4a8d-a57d-cfdb83aa6042"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6d290e69-698f-4ab8-9e4f-02f070e0cd4c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSmthzj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"artifactChecksum": "MzgzM2U1M2U1YTYyYmVmNzk4MzVlOGEzNGEwYjNlNjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5298e473-877d-451a-9d0e-f751a4208e48"
}
],
"workloadContext": "Production"
}
2022-03-11T05:51:43.298Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T05:51:43.299Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11887373-89c1-424d-8979-13a5a74d8dcf ASDC
2022-03-11T05:51:43.443Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d39c93f9-11e5-40a7-9256-b7650771b111
ServiceName:basic_onboard_SmtHZj
ServiceVersion:1.0
ServiceUUID:11887373-89c1-424d-8979-13a5a74d8dcf
ServiceInvariantUUID:7e78d1e4-9b46-4c4a-bce8-e1705a8da764
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSmthzj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
ArtifactUUID:5298e473-877d-451a-9d0e-f751a4208e48
ArtifactChecksum:MzgzM2U1M2U1YTYyYmVmNzk4MzVlOGEzNGEwYjNlNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SmtHZj 0
ResourceCustomizationUUID:1473845b-8c9e-448e-88d9-00fbb9e804e9
ResourceInvariantUUID:c47cd96f-8545-4513-8920-b274133f0ccc
ResourceName:basic_onboard_SmtHZj
ResourceType:VF
ResourceUUID:c32deab0-4d16-4e9f-be87-3641e407f6f1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_smthzj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
ArtifactUUID:914dcb2e-d45a-42d1-a6f7-9e4960694de9
ArtifactChecksum:YzllYTNkNzYyMWIwZDdkMGNlYWQ3MzMzY2MyZDc4NGQ=
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/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cceb2993-1046-4a8d-a57d-cfdb83aa6042
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/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
ArtifactUUID:6d290e69-698f-4ab8-9e4f-02f070e0cd4c
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/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
ArtifactUUID:6d290e69-698f-4ab8-9e4f-02f070e0cd4c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-11T05:51:43.445Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11887373-89c1-424d-8979-13a5a74d8dcf 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=?
2022-03-11T05:51:43.500Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:51:43.501Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:51:43.503Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:51:43.503Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5298e473-877d-451a-9d0e-f751a4208e48 from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:43.504Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:43.505Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:43.845Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:43.866Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar 5298e473-877d-451a-9d0e-f751a4208e48 71585
2022-03-11T05:51:43.869Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar ASDC sendASDCNotification
2022-03-11T05:51:43.869Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:43.871Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:43.872Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:43.875Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:43.876Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977903867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:43.976Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:43.977Z||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.
2022-03-11T05:51:43.977Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:43.993Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:43.994Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:44.888Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:51:44.889Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:51:44.889Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5298e473-877d-451a-9d0e-f751a4208e48, URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar to file: /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:44.890Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:44.989Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:44.989Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:45.613Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1374396780620512988/Definitions/service-BasicOnboardSmthzj-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
2022-03-11T05:51:47.988Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T05:51:47.993Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SmtHZj 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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.995Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.995Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.995Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:51:48.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.002Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.006Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.006Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:51:48.008Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:51:48.009Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.013Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T05:51:48.015Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T05:51:48.015Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.015Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:51:48.016Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.016Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.016Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is not matching search criteria
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c747cea5-b95a-4648-a377-3b130afd008e
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SmtHZj
Description:service
Model UUID:11887373-89c1-424d-8979-13a5a74d8dcf
Model Version:NULL
Model InvariantUuid:7e78d1e4-9b46-4c4a-bce8-e1705a8da764
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SmtHZj
Model UUID:0d589569-23c5-467a-ab67-8db669573023
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c47cd96f-8545-4513-8920-b274133f0ccc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1473845b-8c9e-448e-88d9-00fbb9e804e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a72c7d4a-31b0-40d0-bbea-374391b88409
ModelName:BasicOnboardSmthzj..base_ubuntu18..module-0
ModelUuid:4a0ffd37-e1a1-4228-bd02-78b0f29c7080
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c747cea5-b95a-4648-a377-3b130afd008e
ModelInvariantUuid:be9b813c-39ef-4dae-837a-f6c793d97ed4
ModelName:basic_onboard_SmtHZj-nodes.ubuntu18Cvfc
ModelUuid:2eb048a0-c302-4b8f-b2ff-518eac0dcd04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:11925f6f-2f85-43d9-a992-c3e1b0924a4d
ModelInvariantUuid:93b082a0-7c5f-4cb1-b680-d780cc062777
ModelName:BasicOnboardSmthzj.compute.nodes.heat.ubuntu18
ModelUuid:c7247853-6e4c-421c-b4f0-eccc171ba3c9
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-11T05:51:48.029Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c32deab0-4d16-4e9f-be87-3641e407f6f1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:51:48.170Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||basic_onboard_SmtHZj 0
2022-03-11T05:51:48.177Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c32deab0-4d16-4e9f-be87-3641e407f6f1
2022-03-11T05:51:48.178Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 914dcb2e-d45a-42d1-a6f7-9e4960694de9 from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:48.178Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:48.179Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:48.428Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:48.429Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json 914dcb2e-d45a-42d1-a6f7-9e4960694de9 798
2022-03-11T05:51:48.430Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json ASDC sendASDCNotification
2022-03-11T05:51:48.430Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:48.430Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:48.431Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:48.436Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:48.436Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977908430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:48.537Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:48.539Z||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.
2022-03-11T05:51:48.540Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:48.554Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:48.555Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:49.438Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSmthzj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a72c7d4a-31b0-40d0-bbea-374391b88409",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a0ffd37-e1a1-4228-bd02-78b0f29c7080",
"vfModuleModelCustomizationUUID": "180b3265-47f9-40e5-a052-02b006f97fd0",
"isBase": true,
"artifacts": [
"cceb2993-1046-4a8d-a57d-cfdb83aa6042",
"6d290e69-698f-4ab8-9e4f-02f070e0cd4c"
],
"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": ""
}
}
]
2022-03-11T05:51:49.451Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSmthzj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a0ffd37-e1a1-4228-bd02-78b0f29c7080
VfModuleModelInvariantUUID:a72c7d4a-31b0-40d0-bbea-374391b88409
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb2993-1046-4a8d-a57d-cfdb83aa6042
,
6d290e69-698f-4ab8-9e4f-02f070e0cd4c
}
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
}
2022-03-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSmthzj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a72c7d4a-31b0-40d0-bbea-374391b88409",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a0ffd37-e1a1-4228-bd02-78b0f29c7080",
"vfModuleModelCustomizationUUID": "180b3265-47f9-40e5-a052-02b006f97fd0",
"isBase": true,
"artifacts": [
"cceb2993-1046-4a8d-a57d-cfdb83aa6042",
"6d290e69-698f-4ab8-9e4f-02f070e0cd4c"
],
"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": ""
}
}
]
2022-03-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSmthzj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a0ffd37-e1a1-4228-bd02-78b0f29c7080
VfModuleModelInvariantUUID:a72c7d4a-31b0-40d0-bbea-374391b88409
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb2993-1046-4a8d-a57d-cfdb83aa6042
,
6d290e69-698f-4ab8-9e4f-02f070e0cd4c
}
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
}
2022-03-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cceb2993-1046-4a8d-a57d-cfdb83aa6042 from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:49.456Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:49.544Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:49.545Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml cceb2993-1046-4a8d-a57d-cfdb83aa6042 5033
2022-03-11T05:51:49.545Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-11T05:51:49.545Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:49.546Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:49.546Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:49.548Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:49.549Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977909545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:49.649Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:49.650Z||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.
2022-03-11T05:51:49.650Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:49.663Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:49.663Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:51:50.550Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6d290e69-698f-4ab8-9e4f-02f070e0cd4c from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:50.550Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:50.551Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:50.601Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env 6d290e69-698f-4ab8-9e4f-02f070e0cd4c 909
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:50.603Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:50.605Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:50.605Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977910602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:51:50.705Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:50.706Z||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.
2022-03-11T05:51:50.707Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:50.729Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:50.730Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:51.606Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 11887373-89c1-424d-8979-13a5a74d8dcf
2022-03-11T05:51:51.606Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SmtHZj 0 c32deab0-4d16-4e9f-be87-3641e407f6f1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:51:51.646Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a60aa8, org.onap.sdc.toscaparser.api.parameters.Input@6acd8b7a, org.onap.sdc.toscaparser.api.parameters.Input@e1ae243, org.onap.sdc.toscaparser.api.parameters.Input@20f440a, org.onap.sdc.toscaparser.api.parameters.Input@27d9fda9]
2022-03-11T05:51:51.649Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.650Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.650Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-11T05:51:51.651Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1473845b-8c9e-448e-88d9-00fbb9e804e9
2022-03-11T05:51:51.651Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1473845b-8c9e-448e-88d9-00fbb9e804e9 matches Tosca VF Customization UUID: 1473845b-8c9e-448e-88d9-00fbb9e804e9
2022-03-11T05:51:51.651Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1473845b-8c9e-448e-88d9-00fbb9e804e9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-11T05:51:51.663Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.663Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1473845b-8c9e-448e-88d9-00fbb9e804e9: {\"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\"}
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c9996ac
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:51:51.667Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 180b3265-47f9-40e5-a052-02b006f97fd0
2022-03-11T05:51:51.668Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 180b3265-47f9-40e5-a052-02b006f97fd0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-11T05:51:51.675Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.675Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.675Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:51.677Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.678Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.678Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:51.678Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.679Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is not matching search criteria
2022-03-11T05:51:51.679Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-11T05:51:51.680Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T05:51:51.680Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c747cea5-b95a-4648-a377-3b130afd008e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T05:51:51.690Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.691Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.691Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:51.691Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.692Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.692Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=1473845b-8c9e-448e-88d9-00fbb9e804e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:51:51.695Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.696Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.696Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 11887373-89c1-424d-8979-13a5a74d8dcf: basic_onboard_SmtHZj
2022-03-11T05:51:51.696Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_SmtHZj
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-03-11T05:51:51.911Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SmtHZj c32deab0-4d16-4e9f-be87-3641e407f6f1 1 ASDC deployResourceStructure
2022-03-11T05:51:51.911Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json ASDC sendASDCNotification
2022-03-11T05:51:51.912Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:51.912Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:51.912Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:51.914Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:51.914Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977911911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:52.014Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:52.015Z||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.
2022-03-11T05:51:52.016Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:52.028Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:52.029Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:52.915Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-11T05:51:52.916Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:52.916Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:52.916Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:52.918Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:52.918Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977912915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:53.018Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:53.019Z||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.
2022-03-11T05:51:53.020Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:53.033Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:53.034Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:53.919Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-11T05:51:53.920Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:53.920Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:53.920Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:53.922Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:53.922Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977913919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:54.022Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:54.024Z||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.
2022-03-11T05:51:54.024Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:54.039Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:54.040Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:54.923Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar ASDC sendASDCNotification
2022-03-11T05:51:54.924Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:54.924Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:54.924Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:54.926Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:54.926Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977914923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:51:55.026Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:55.027Z||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.
2022-03-11T05:51:55.028Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:55.041Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:51:55.041Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:55.927Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-03-11T05:51:55.947Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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=?
2022-03-11T05:51:55.951Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:51:55.952Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:51:55.952Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:52:25.952Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-03-11T05:52:25.965Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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=?
2022-03-11T05:52:25.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:52:25.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:52:25.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:52:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:52:35.548Z||pool-2-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.
2022-03-11T05:52:35.548Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:52:35.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:52:35.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:52:35.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:52:35.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:52:55.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-03-11T05:52:55.981Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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=?
2022-03-11T05:52:55.985Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:52:55.985Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:52:55.985Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:53:25.986Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-03-11T05:53:25.998Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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=?
2022-03-11T05:53:26.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:53:26.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:53:26.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:53:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:53:35.548Z||pool-2-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.
2022-03-11T05:53:35.548Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:53:35.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:53:35.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977900825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "aai-ml",
"timestamp": 1646977901837,
"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=?
2022-03-11T05:53:35.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:53:35.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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 (?, ?, ?, ?, ?)
2022-03-11T05:53:35.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977895538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977903867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977908430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977909545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977910602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977911911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977912915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977913919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646977914923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:56.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-03-11T05:53:56.013Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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=?
2022-03-11T05:53:56.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:53:56.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T05:53:56.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T05:53:56.026Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T05:54:26.027Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111 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=?
2022-03-11T05:54:26.039Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d39c93f9-11e5-40a7-9256-b7650771b111 and serviceModelVersionId: 11887373-89c1-424d-8979-13a5a74d8dcf
2022-03-11T05:54:26.040Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e78d1e4-9b46-4c4a-bce8-e1705a8da764
2022-03-11T05:54:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:54:35.548Z||pool-2-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.
2022-03-11T05:54:35.548Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:36.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:36.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977968811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977965436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977971733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1646977975207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977974179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977981132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977981542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977981799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977975468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977982547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977982263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "policy-id",
"timestamp": 1646977983550,
"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 (?, ?, ?, ?, ?)
2022-03-11T05:54:36.162Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.163Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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 (?, ?, ?, ?, ?)
2022-03-11T05:54:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977983503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "cds",
"timestamp": 1646977983289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-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=?
2022-03-11T05:54:36.185Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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 (?, ?, ?, ?, ?)
2022-03-11T05:54:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977984915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977984928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646977985932,
"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=?
2022-03-11T05:54:36.229Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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 (?, ?, ?, ?, ?)
2022-03-11T05:54:36.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977986120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977987148,
"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=?
2022-03-11T05:54:36.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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=?
2022-03-11T05:54:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646977988152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T05:54:36.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977994693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "aai-ml",
"timestamp": 1646977995703,
"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=?
2022-03-11T05:54:36.269Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.269Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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 (?, ?, ?, ?, ?)
2022-03-11T05:54:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646977990121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:36.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:54:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646978004054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646978006068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "clamp",
"timestamp": 1646978007072,
"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=?
2022-03-11T05:54:36.295Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.295Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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 (?, ?, ?, ?, ?)
2022-03-11T05:54:42.754Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0
2022-03-11T05:54:42.867Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T05:54:43.460Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?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]}
2022-03-11T05:54:43.465Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0|INFO|500||Invoke
2022-03-11T05:54:43.601Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-11T05:54:44.059Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0|INFO|500||InvokeReturn
2022-03-11T05:54:44.061Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220311-05:54:43:708-5119], vertex-id=[155664], Content-Length=[0], Date=[Fri, 11 Mar 2022 05:54:43 GMT], Content-Type=[application/json]}
2022-03-11T05:54:44.062Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T05:54:44.066Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T05:54:44.066Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:54:44.071Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
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)
2022-03-11T05:54:44.072Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d39c93f9-11e5-40a7-9256-b7650771b111 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T05:54:44.073Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T05:54:44.074Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:44.078Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:44.079Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978084072,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:54:44.179Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:44.180Z||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.
2022-03-11T05:54:44.181Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:44.196Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:44.197Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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=?
2022-03-11T05:54:45.095Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:54:45.096Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-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.
2022-03-11T05:54:45.096Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:49.460Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:49.461Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T05:54:49.462Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f74021b0-450e-4cde-bc0e-dd69049ba9ea","serviceName":"vFW 2022-03-11 05-50-57","serviceVersion":"1.0","serviceUUID":"c3be7606-c866-476a-ac57-d129aa8cdaf3","serviceDescription":"catalog service description","serviceInvariantUUID":"6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb","resources":[{"resourceInstanceName":"vFW f11f9262-74f0 0","resourceName":"vFW f11f9262-74f0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5228b75-4b7c-4c61-aad6-f3965efa5f10","resourceInvariantUUID":"5d0363c6-bc6f-4776-ae0d-6f0392ce71be","resourceCustomizationUUID":"3a1e1724-82d8-4be2-8b88-8d4d05f19926","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml","artifactChecksum":"NjBlYzM1ZmU2MDMyNDE4ZTMwNTlmZWNhZjFjNjM1YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b499d03-e3d5-475e-818d-0aa4a81ce111","artifactVersion":"1"},{"artifactName":"vfwf11f926274f00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json","artifactChecksum":"M2ZhM2Q2MDE4ZTNlMzdkNzY1NTJkMzM5MjI2MTQ1ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb92cf42-7367-4f51-98ca-d9025b49cb7d","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b7bb4d0-5e7f-4205-ac59-fc73274bde1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml","artifactChecksum":"MDU3MjQyNjM3OWEyNWJlZGQ2MWQwMDlmZDdjNzViOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d42cb1e-0f29-40f2-b5a9-0cc0a4bd916f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b034d728-ad96-41dc-976c-014e72afec29","artifactVersion":"3","generatedFromUUID":"1b7bb4d0-5e7f-4205-ac59-fc73274bde1c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311055057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml","artifactChecksum":"NjBkNGE3NDM2YWNjNGFkZDQ2YTlmYzM0MDI2NzdmMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3818d570-f874-4ad4-aefc-bcf1f058a8ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220311055057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar","artifactChecksum":"NmYxNmRiNDI0N2NjYjFhMTZmNjkzMTEyNTBmMjAzYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3d60ff3-fe13-4c32-b930-5796afa7b9a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T05:54:49.467Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:49.467Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:49.470Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:49.470Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:49.571Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T05:54:49.573Z||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.
2022-03-11T05:54:49.573Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:49.586Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:49.587Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:50.470Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:50.471Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:50.473Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:50.473Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:54:50.574Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:50.575Z||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.
2022-03-11T05:54:50.575Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:50.596Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:50.597Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:51.474Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:51.475Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:51.479Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:51.480Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:54:51.578Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-11T05:54:51.579Z||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.
2022-03-11T05:54:51.579Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:51.596Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:51.596Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:52.481Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:52.482Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:52.484Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:52.484Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:52.585Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T05:54:52.586Z||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.
2022-03-11T05:54:52.587Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:52.600Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:52.601Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:53.485Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:53.486Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:53.501Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:53.502Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T05:54:53.589Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-03-11T05:54:53.590Z||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.
2022-03-11T05:54:53.590Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:53.604Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:53.605Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:54.503Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:54.504Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:54.507Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:54.507Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:54:54.607Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:54:54.609Z||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.
2022-03-11T05:54:54.609Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:54.625Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:54.626Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:55.508Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:55.509Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:55.511Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:55.511Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:54:55.612Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:55.613Z||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.
2022-03-11T05:54:55.613Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:55.627Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:55.628Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:56.513Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"serviceName": "vFW 2022-03-11 05-50-57",
"serviceVersion": "1.0",
"serviceUUID": "c3be7606-c866-476a-ac57-d129aa8cdaf3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb",
"resources": [
{
"resourceInstanceName": "vFW f11f9262-74f0 0",
"resourceCustomizationUUID": "3a1e1724-82d8-4be2-8b88-8d4d05f19926",
"resourceName": "vFW f11f9262-74f0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a5228b75-4b7c-4c61-aad6-f3965efa5f10",
"resourceInvariantUUID": "5d0363c6-bc6f-4776-ae0d-6f0392ce71be",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf11f926274f00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"artifactChecksum": "M2ZhM2Q2MDE4ZTNlMzdkNzY1NTJkMzM5MjI2MTQ1ZDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fb92cf42-7367-4f51-98ca-d9025b49cb7d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1b7bb4d0-5e7f-4205-ac59-fc73274bde1c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "b034d728-ad96-41dc-976c-014e72afec29",
"generatedFromUUID": "1b7bb4d0-5e7f-4205-ac59-fc73274bde1c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "b034d728-ad96-41dc-976c-014e72afec29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220311055057-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"artifactChecksum": "NmYxNmRiNDI0N2NjYjFhMTZmNjkzMTEyNTBmMjAzYjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d3d60ff3-fe13-4c32-b930-5796afa7b9a1"
}
],
"workloadContext": "Production"
}
2022-03-11T05:54:56.514Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T05:54:56.514Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3be7606-c866-476a-ac57-d129aa8cdaf3 ASDC
2022-03-11T05:54:56.514Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f74021b0-450e-4cde-bc0e-dd69049ba9ea
ServiceName:vFW 2022-03-11 05-50-57
ServiceVersion:1.0
ServiceUUID:c3be7606-c866-476a-ac57-d129aa8cdaf3
ServiceInvariantUUID:6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220311055057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
ArtifactUUID:d3d60ff3-fe13-4c32-b930-5796afa7b9a1
ArtifactChecksum:NmYxNmRiNDI0N2NjYjFhMTZmNjkzMTEyNTBmMjAzYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f11f9262-74f0 0
ResourceCustomizationUUID:3a1e1724-82d8-4be2-8b88-8d4d05f19926
ResourceInvariantUUID:5d0363c6-bc6f-4776-ae0d-6f0392ce71be
ResourceName:vFW f11f9262-74f0
ResourceType:VF
ResourceUUID:a5228b75-4b7c-4c61-aad6-f3965efa5f10
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf11f926274f00_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
ArtifactUUID:fb92cf42-7367-4f51-98ca-d9025b49cb7d
ArtifactChecksum:M2ZhM2Q2MDE4ZTNlMzdkNzY1NTJkMzM5MjI2MTQ1ZDY=
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/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
ArtifactUUID:1b7bb4d0-5e7f-4205-ac59-fc73274bde1c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
ArtifactUUID:b034d728-ad96-41dc-976c-014e72afec29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
ArtifactUUID:b034d728-ad96-41dc-976c-014e72afec29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-11T05:54:56.515Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3be7606-c866-476a-ac57-d129aa8cdaf3 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=?
2022-03-11T05:54:56.548Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:54:56.549Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:54:56.549Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:54:56.550Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3d60ff3-fe13-4c32-b930-5796afa7b9a1 from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:56.550Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:54:56.550Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:56.725Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:54:56.731Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar d3d60ff3-fe13-4c32-b930-5796afa7b9a1 98992
2022-03-11T05:54:56.731Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar ASDC sendASDCNotification
2022-03-11T05:54:56.731Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:56.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:54:56.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:56.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:56.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978096731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:54:56.835Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:56.836Z||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.
2022-03-11T05:54:56.837Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:56.849Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:54:56.854Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:57.736Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:54:57.737Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:54:57.737Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d3d60ff3-fe13-4c32-b930-5796afa7b9a1, URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar to file: /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.738Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.918Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16891275669197986244/Definitions/service-Vfw20220311055057-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-11T05:55:00.345Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T05:55:00.347Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:00.347Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.348Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-11T05:55:00.348Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.349Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.349Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.349Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.350Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.350Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.351Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.351Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.351Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.352Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.352Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.352Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.353Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f11f9262-74f0 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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.353Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:00.353Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.354Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.355Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.355Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:00.355Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:00.356Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.356Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.357Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.357Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:00.358Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:00.358Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.359Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.359Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.359Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.360Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.360Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.361Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:00.361Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.361Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.362Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.362Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:00.363Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:00.363Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:00.363Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.364Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.364Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:00.364Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.365Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:00.365Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.366Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T05:55:00.366Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.366Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:00.367Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.367Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.368Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:00.368Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.369Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.369Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:00.370Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.370Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.370Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:00.371Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.371Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.371Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.372Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.372Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:00.372Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb31370f-4383-41a4-87cf-9b838576538d
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd689ace-3da4-4be8-9c39-5612fe8909db
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13b07a6b-28b3-4792-b83d-78b39b53add2
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.382Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-11 05-50-57
Description:catalog service description
Model UUID:c3be7606-c866-476a-ac57-d129aa8cdaf3
Model Version:NULL
Model InvariantUuid:6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f11f9262-74f0
Model UUID:75d67365-671a-437a-a49c-64fa24bc6659
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d0363c6-bc6f-4776-ae0d-6f0392ce71be
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3a1e1724-82d8-4be2-8b88-8d4d05f19926
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba
ModelName:VfwF11f926274f0..base_vfw..module-0
ModelUuid:9d6bb483-ef08-4ee2-a44f-e1e0771c44e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fb31370f-4383-41a4-87cf-9b838576538d
ModelInvariantUuid:d0a62e63-4c61-4724-956d-76d2dae39f8a
ModelName:vFW f11f9262-74f0-nodes.vfwCvfc
ModelUuid:5aa41d69-c4d8-4bb8-9f1b-206198fc817e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d52c579a-0d09-47be-89c1-4f6867146ac1
ModelInvariantUuid:abdd4b5e-5c45-4075-80dd-b8499f01e7a6
ModelName:VfwF11f926274f0.compute.nodes.heat.vfw
ModelUuid:c0f27be7-49cb-428e-a470-ebb7898768fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cd689ace-3da4-4be8-9c39-5612fe8909db
ModelInvariantUuid:34d90fa7-c642-41e1-a618-0cdd8b8138c7
ModelName:vFW f11f9262-74f0-nodes.vsnCvfc
ModelUuid:b689ae5d-640f-409c-a4bb-57252322b8b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8fe24709-7c96-40ca-9e7b-a42b994cbc29
ModelInvariantUuid:09fd3eff-ed48-44ac-afdf-6c61713a5bda
ModelName:VfwF11f926274f0.compute.nodes.heat.vsn
ModelUuid:3fc9db8e-d683-44c9-89e2-54496361bb30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:13b07a6b-28b3-4792-b83d-78b39b53add2
ModelInvariantUuid:06d0ca58-53aa-47c5-8fba-63e77546772a
ModelName:vFW f11f9262-74f0-nodes.vpgCvfc
ModelUuid:b7bfe71e-1737-4010-b86e-0c8555e27814
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dc64b98d-5b6c-4605-bd29-06c4e12ebbfe
ModelInvariantUuid:8c9db0fd-e336-4f6a-8513-78d69c91bd8c
ModelName:VfwF11f926274f0.compute.nodes.heat.vpg
ModelUuid:efad9343-286c-43cc-9477-ddaa39eba9c5
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-11T05:55:00.389Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a5228b75-4b7c-4c61-aad6-f3965efa5f10
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:55:00.393Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||vFW f11f9262-74f0 0
2022-03-11T05:55:00.393Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5228b75-4b7c-4c61-aad6-f3965efa5f10
2022-03-11T05:55:00.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb92cf42-7367-4f51-98ca-d9025b49cb7d from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:00.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:00.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:00.727Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:00.728Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json fb92cf42-7367-4f51-98ca-d9025b49cb7d 785
2022-03-11T05:55:00.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json ASDC sendASDCNotification
2022-03-11T05:55:00.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:00.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:00.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:00.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:00.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978100729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:00.832Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:00.834Z||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.
2022-03-11T05:55:00.834Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:00.848Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:00.849Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:01.734Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF11f926274f0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9d6bb483-ef08-4ee2-a44f-e1e0771c44e0",
"vfModuleModelCustomizationUUID": "e817e67a-48ec-4266-8691-cc1e57396fc3",
"isBase": true,
"artifacts": [
"1b7bb4d0-5e7f-4205-ac59-fc73274bde1c",
"b034d728-ad96-41dc-976c-014e72afec29"
],
"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": ""
}
}
]
2022-03-11T05:55:01.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF11f926274f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d6bb483-ef08-4ee2-a44f-e1e0771c44e0
VfModuleModelInvariantUUID:82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b7bb4d0-5e7f-4205-ac59-fc73274bde1c
,
b034d728-ad96-41dc-976c-014e72afec29
}
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
}
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF11f926274f0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9d6bb483-ef08-4ee2-a44f-e1e0771c44e0",
"vfModuleModelCustomizationUUID": "e817e67a-48ec-4266-8691-cc1e57396fc3",
"isBase": true,
"artifacts": [
"1b7bb4d0-5e7f-4205-ac59-fc73274bde1c",
"b034d728-ad96-41dc-976c-014e72afec29"
],
"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": ""
}
}
]
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF11f926274f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d6bb483-ef08-4ee2-a44f-e1e0771c44e0
VfModuleModelInvariantUUID:82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b7bb4d0-5e7f-4205-ac59-fc73274bde1c
,
b034d728-ad96-41dc-976c-014e72afec29
}
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
}
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b7bb4d0-5e7f-4205-ac59-fc73274bde1c from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:02.033Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml 1b7bb4d0-5e7f-4205-ac59-fc73274bde1c 20368
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:02.036Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:02.039Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:02.039Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978102035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:02.139Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:02.140Z||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.
2022-03-11T05:55:02.141Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:02.153Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:02.154Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:03.040Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b034d728-ad96-41dc-976c-014e72afec29 from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:03.041Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:03.041Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:03.528Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:03.529Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env b034d728-ad96-41dc-976c-014e72afec29 2098
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:03.533Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:03.533Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978103529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:03.633Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:03.635Z||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.
2022-03-11T05:55:03.635Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:03.651Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:03.651Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:04.534Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c3be7606-c866-476a-ac57-d129aa8cdaf3
2022-03-11T05:55:04.536Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f11f9262-74f0 0 a5228b75-4b7c-4c61-aad6-f3965efa5f10 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:55:04.558Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d75930, org.onap.sdc.toscaparser.api.parameters.Input@19775ee9, org.onap.sdc.toscaparser.api.parameters.Input@33ead8d4, org.onap.sdc.toscaparser.api.parameters.Input@55901d36, org.onap.sdc.toscaparser.api.parameters.Input@6e35d06d]
2022-03-11T05:55:04.559Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.560Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.560Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-11T05:55:04.560Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3a1e1724-82d8-4be2-8b88-8d4d05f19926
2022-03-11T05:55:04.561Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a1e1724-82d8-4be2-8b88-8d4d05f19926 matches Tosca VF Customization UUID: 3a1e1724-82d8-4be2-8b88-8d4d05f19926
2022-03-11T05:55:04.561Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3a1e1724-82d8-4be2-8b88-8d4d05f19926 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-11T05:55:04.565Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.566Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.567Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3a1e1724-82d8-4be2-8b88-8d4d05f19926: {\"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\"}
2022-03-11T05:55:04.567Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d73d7ca
2022-03-11T05:55:04.567Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.568Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:04.568Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e817e67a-48ec-4266-8691-cc1e57396fc3
2022-03-11T05:55:04.568Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e817e67a-48ec-4266-8691-cc1e57396fc3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-11T05:55:04.572Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.572Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.574Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.574Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:04.574Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:04.576Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.576Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.576Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb31370f-4383-41a4-87cf-9b838576538d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T05:55:04.580Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.580Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd689ace-3da4-4be8-9c39-5612fe8909db
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T05:55:04.587Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.588Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.588Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.591Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.591Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13b07a6b-28b3-4792-b83d-78b39b53add2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T05:55:04.597Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=3a1e1724-82d8-4be2-8b88-8d4d05f19926
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:55:04.600Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.600Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c3be7606-c866-476a-ac57-d129aa8cdaf3: vFW f11f9262-74f0
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-11 05-50-57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-03-11T05:55:04.798Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f11f9262-74f0 a5228b75-4b7c-4c61-aad6-f3965efa5f10 1 ASDC deployResourceStructure
2022-03-11T05:55:04.798Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json ASDC sendASDCNotification
2022-03-11T05:55:04.799Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:04.799Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:04.799Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:04.801Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:04.801Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978104798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:04.902Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:04.903Z||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.
2022-03-11T05:55:04.903Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:04.917Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:04.918Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:05.803Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:05.804Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:05.804Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:05.804Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:05.806Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:05.806Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978105803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:05.906Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:05.907Z||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.
2022-03-11T05:55:05.907Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:05.920Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:05.921Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:06.807Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:06.808Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:06.808Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:06.808Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:06.810Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:06.811Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978106807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:06.911Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:06.912Z||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.
2022-03-11T05:55:06.912Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:06.933Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:06.934Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:07.811Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar ASDC sendASDCNotification
2022-03-11T05:55:07.812Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:07.812Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:07.813Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:07.816Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:07.816Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978107811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:07.915Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:55:07.917Z||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.
2022-03-11T05:55:07.917Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:07.938Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:07.939Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:08.816Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-03-11T05:55:08.830Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea
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=?
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T05:55:08.841Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T05:55:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:55:35.548Z||pool-2-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.
2022-03-11T05:55:35.548Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:36.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978084072,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978085095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978096731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978100729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978102035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978103529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978104798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978105803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978106807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978107811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:38.842Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea 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=?
2022-03-11T05:55:38.848Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea and serviceModelVersionId: c3be7606-c866-476a-ac57-d129aa8cdaf3
2022-03-11T05:55:38.848Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb
2022-03-11T05:55:38.850Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0
2022-03-11T05:55:38.856Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T05:55:38.927Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?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]}
2022-03-11T05:55:38.940Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0|INFO|500||Invoke
2022-03-11T05:55:38.976Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-11T05:55:39.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0|INFO|500||InvokeReturn
2022-03-11T05:55:39.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-05:55:39:083-27946], vertex-id=[200800], Content-Length=[0], Date=[Fri, 11 Mar 2022 05:55:39 GMT], Content-Type=[application/json]}
2022-03-11T05:55:39.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T05:55:39.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T05:55:39.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:55:39.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
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)
2022-03-11T05:55:39.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f74021b0-450e-4cde-bc0e-dd69049ba9ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T05:55:39.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T05:55:39.736Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:39.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:39.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978139735,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:55:39.839Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:39.841Z||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.
2022-03-11T05:55:39.841Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:39.859Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:39.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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=?
2022-03-11T05:55:40.752Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:55:40.753Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-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.
2022-03-11T05:55:40.753Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:41.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:41.382Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T05:55:41.382Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f9f259d-041a-4f55-8525-4eec5ab89502","serviceName":"vFW 2022-03-11 05-53-46","serviceVersion":"1.0","serviceUUID":"03d6a077-5557-4c16-bc2d-6fcfca72ad8c","serviceDescription":"catalog service description","serviceInvariantUUID":"fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48","resources":[{"resourceInstanceName":"vFW ebf5a2ee-b34d 0","resourceName":"vFW ebf5a2ee-b34d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab39d461-18c0-497c-9f84-a9c5889f88b6","resourceInvariantUUID":"2cf9e779-fc1b-45be-897b-72bbc02fe7c9","resourceCustomizationUUID":"bb7234d6-8b96-482f-afbf-17453e022acb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM3MWZmZTIzNjUwNjhhMjc0OTYwMWMwYTk2NjFmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e44c5a32-1d7d-4d7e-b1a1-bf1749c408c3","artifactVersion":"1"},{"artifactName":"vfwebf5a2eeb34d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json","artifactChecksum":"MmNmOGMzMTljYjY3ODVmYjJjMTE3MDcxM2VkODFhMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d53877ad-94e1-49ca-bf23-4c9da4ec0067","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7dfd1ea-ecad-458f-9fe3-0332d85eaf97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml","artifactChecksum":"N2NiNzEwNmVhOWYwNTIxMzRiNzYwYzUwNjIwMTJjZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eeda4b83-4056-4e2b-8c66-be789c518481","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"679eb38b-3376-41bb-b4f0-d666f090d69e","artifactVersion":"3","generatedFromUUID":"d7dfd1ea-ecad-458f-9fe3-0332d85eaf97"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311055346-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml","artifactChecksum":"NDI4YjQxMGNjYzYzMjI3YmRhYjdmYzc3NjRmNTcwMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a099ad2-1e78-41ae-9bd0-c908613b4186","artifactVersion":"1"},{"artifactName":"service-Vfw20220311055346-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar","artifactChecksum":"M2E2NmQ4ZjFlZjRjNzY1YmFkODI5NjgxNWM2ZmVlNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a8557f4-7f43-4cd2-9363-2b796a992c27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T05:55:41.391Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:41.392Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:41.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:41.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:55:41.495Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:41.496Z||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.
2022-03-11T05:55:41.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:41.508Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:41.509Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:42.395Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:42.396Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:42.398Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:42.399Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T05:55:42.499Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:42.500Z||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.
2022-03-11T05:55:42.500Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:42.520Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:42.521Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:43.401Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:43.402Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:43.404Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:43.404Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T05:55:43.504Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:43.505Z||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.
2022-03-11T05:55:43.505Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:43.551Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:43.551Z||pool-37-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:44.405Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:44.406Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:44.408Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:44.409Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:55:44.509Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:44.510Z||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.
2022-03-11T05:55:44.510Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:44.526Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:44.528Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:45.410Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:45.411Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:45.414Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:45.414Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T05:55:45.515Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:45.517Z||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.
2022-03-11T05:55:45.518Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:45.533Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:45.534Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:46.420Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:46.424Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:46.427Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:46.427Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T05:55:46.527Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:46.528Z||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.
2022-03-11T05:55:46.528Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:46.543Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:46.544Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:47.428Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:47.430Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:47.433Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:47.433Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978140752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T05:55:47.533Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:47.534Z||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.
2022-03-11T05:55:47.534Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:47.544Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:47.545Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:48.436Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"serviceName": "vFW 2022-03-11 05-53-46",
"serviceVersion": "1.0",
"serviceUUID": "03d6a077-5557-4c16-bc2d-6fcfca72ad8c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48",
"resources": [
{
"resourceInstanceName": "vFW ebf5a2ee-b34d 0",
"resourceCustomizationUUID": "bb7234d6-8b96-482f-afbf-17453e022acb",
"resourceName": "vFW ebf5a2ee-b34d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ab39d461-18c0-497c-9f84-a9c5889f88b6",
"resourceInvariantUUID": "2cf9e779-fc1b-45be-897b-72bbc02fe7c9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwebf5a2eeb34d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
"artifactChecksum": "MmNmOGMzMTljYjY3ODVmYjJjMTE3MDcxM2VkODFhMmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d53877ad-94e1-49ca-bf23-4c9da4ec0067",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d7dfd1ea-ecad-458f-9fe3-0332d85eaf97",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "679eb38b-3376-41bb-b4f0-d666f090d69e",
"generatedFromUUID": "d7dfd1ea-ecad-458f-9fe3-0332d85eaf97"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "679eb38b-3376-41bb-b4f0-d666f090d69e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220311055346-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
"artifactChecksum": "M2E2NmQ4ZjFlZjRjNzY1YmFkODI5NjgxNWM2ZmVlNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a8557f4-7f43-4cd2-9363-2b796a992c27"
}
],
"workloadContext": "Production"
}
2022-03-11T05:55:48.436Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T05:55:48.437Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03d6a077-5557-4c16-bc2d-6fcfca72ad8c ASDC
2022-03-11T05:55:48.437Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2f9f259d-041a-4f55-8525-4eec5ab89502
ServiceName:vFW 2022-03-11 05-53-46
ServiceVersion:1.0
ServiceUUID:03d6a077-5557-4c16-bc2d-6fcfca72ad8c
ServiceInvariantUUID:fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220311055346-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
ArtifactUUID:4a8557f4-7f43-4cd2-9363-2b796a992c27
ArtifactChecksum:M2E2NmQ4ZjFlZjRjNzY1YmFkODI5NjgxNWM2ZmVlNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ebf5a2ee-b34d 0
ResourceCustomizationUUID:bb7234d6-8b96-482f-afbf-17453e022acb
ResourceInvariantUUID:2cf9e779-fc1b-45be-897b-72bbc02fe7c9
ResourceName:vFW ebf5a2ee-b34d
ResourceType:VF
ResourceUUID:ab39d461-18c0-497c-9f84-a9c5889f88b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwebf5a2eeb34d0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
ArtifactUUID:d53877ad-94e1-49ca-bf23-4c9da4ec0067
ArtifactChecksum:MmNmOGMzMTljYjY3ODVmYjJjMTE3MDcxM2VkODFhMmU=
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/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
ArtifactUUID:d7dfd1ea-ecad-458f-9fe3-0332d85eaf97
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
ArtifactUUID:679eb38b-3376-41bb-b4f0-d666f090d69e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
ArtifactUUID:679eb38b-3376-41bb-b4f0-d666f090d69e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-11T05:55:48.437Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03d6a077-5557-4c16-bc2d-6fcfca72ad8c 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 (?, ?, ?, ?, ?)
2022-03-11T05:55:48.480Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a8557f4-7f43-4cd2-9363-2b796a992c27 from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:48.555Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:48.559Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar 4a8557f4-7f43-4cd2-9363-2b796a992c27 99010
2022-03-11T05:55:48.569Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar ASDC sendASDCNotification
2022-03-11T05:55:48.575Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:48.576Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:48.579Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:48.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:48.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978148569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:48.689Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:48.690Z||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.
2022-03-11T05:55:48.690Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:48.707Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:48.707Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:49.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:55:49.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:55:49.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4a8557f4-7f43-4cd2-9363-2b796a992c27, URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar to file: /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.810Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4984166703477131335/Definitions/service-Vfw20220311055346-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-03-11T05:55:52.065Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T05:55:52.065Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ebf5a2ee-b34d 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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:52.070Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:52.070Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.070Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.075Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T05:55:52.075Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.075Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.080Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:52.080Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.080Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c553a0f-4124-4fbe-8ee7-d2669f7c1f8b
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0c11588a-252f-4116-8f00-cb1abbf6d704
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.085Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:52.085Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.085Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5497ac35-f193-490b-9ec3-b71ad790b565
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:52.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-11 05-53-46
Description:catalog service description
Model UUID:03d6a077-5557-4c16-bc2d-6fcfca72ad8c
Model Version:NULL
Model InvariantUuid:fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ebf5a2ee-b34d
Model UUID:da4d57c2-3a58-4818-9727-b1d1c56ef24a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2cf9e779-fc1b-45be-897b-72bbc02fe7c9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bb7234d6-8b96-482f-afbf-17453e022acb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f77fe27f-f9d5-474e-a87d-3a77d6ffb38f
ModelName:VfwEbf5a2eeB34d..base_vfw..module-0
ModelUuid:bebd7dce-b7c9-439c-a2c5-3c4a28d40814
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5c553a0f-4124-4fbe-8ee7-d2669f7c1f8b
ModelInvariantUuid:d2e16c0d-6ff5-47aa-886a-b04fad962817
ModelName:vFW ebf5a2ee-b34d-nodes.vfwCvfc
ModelUuid:5db911ee-985e-4372-b434-3ffa37a75a3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:98a1ff8f-02f7-45fa-bf24-fea76bf8f801
ModelInvariantUuid:6628c8a8-ab6b-49fd-ab7a-08fa4a68d5b3
ModelName:VfwEbf5a2eeB34d.compute.nodes.heat.vfw
ModelUuid:6f4f3cf6-23da-4a27-9612-6a6557819293
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0c11588a-252f-4116-8f00-cb1abbf6d704
ModelInvariantUuid:6ca9d702-7970-4dcb-a25b-4398470a5a15
ModelName:vFW ebf5a2ee-b34d-nodes.vsnCvfc
ModelUuid:84e2db1a-393a-4726-9a1f-bfaadef5a480
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5f49e8b1-56b1-4a6a-a2e4-965c85bcd35a
ModelInvariantUuid:1a01f54d-4cc4-44d2-8bd3-1965a389b745
ModelName:VfwEbf5a2eeB34d.compute.nodes.heat.vsn
ModelUuid:6ec8c0ed-1388-4814-b9f7-2f193faf4bc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5497ac35-f193-490b-9ec3-b71ad790b565
ModelInvariantUuid:3647b8b2-4ef7-4c00-abef-11bfcbb9dfd4
ModelName:vFW ebf5a2ee-b34d-nodes.vpgCvfc
ModelUuid:6879f8fd-ed15-46b0-bb4e-b7b04cf357d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d04f5457-1e60-47b7-827b-4c349d77a35a
ModelInvariantUuid:9de31b36-ff8f-4e14-902e-a4c3bbc22692
ModelName:VfwEbf5a2eeB34d.compute.nodes.heat.vpg
ModelUuid:ab055d29-9275-4771-ae7b-d85092e41a2b
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-11T05:55:52.098Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ab39d461-18c0-497c-9f84-a9c5889f88b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:55:52.101Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||vFW ebf5a2ee-b34d 0
2022-03-11T05:55:52.101Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab39d461-18c0-497c-9f84-a9c5889f88b6
2022-03-11T05:55:52.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d53877ad-94e1-49ca-bf23-4c9da4ec0067 from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:52.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:52.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:52.163Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:52.164Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json d53877ad-94e1-49ca-bf23-4c9da4ec0067 785
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json ASDC sendASDCNotification
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:52.167Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:52.167Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978152165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:52.268Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:52.269Z||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.
2022-03-11T05:55:52.269Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:52.282Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:52.283Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:53.168Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEbf5a2eeB34d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f77fe27f-f9d5-474e-a87d-3a77d6ffb38f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bebd7dce-b7c9-439c-a2c5-3c4a28d40814",
"vfModuleModelCustomizationUUID": "7c10e649-283e-4fce-a309-16c863f47470",
"isBase": true,
"artifacts": [
"d7dfd1ea-ecad-458f-9fe3-0332d85eaf97",
"679eb38b-3376-41bb-b4f0-d666f090d69e"
],
"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": ""
}
}
]
2022-03-11T05:55:53.172Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbf5a2eeB34d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bebd7dce-b7c9-439c-a2c5-3c4a28d40814
VfModuleModelInvariantUUID:f77fe27f-f9d5-474e-a87d-3a77d6ffb38f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7dfd1ea-ecad-458f-9fe3-0332d85eaf97
,
679eb38b-3376-41bb-b4f0-d666f090d69e
}
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
}
2022-03-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEbf5a2eeB34d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f77fe27f-f9d5-474e-a87d-3a77d6ffb38f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bebd7dce-b7c9-439c-a2c5-3c4a28d40814",
"vfModuleModelCustomizationUUID": "7c10e649-283e-4fce-a309-16c863f47470",
"isBase": true,
"artifacts": [
"d7dfd1ea-ecad-458f-9fe3-0332d85eaf97",
"679eb38b-3376-41bb-b4f0-d666f090d69e"
],
"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": ""
}
}
]
2022-03-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbf5a2eeB34d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bebd7dce-b7c9-439c-a2c5-3c4a28d40814
VfModuleModelInvariantUUID:f77fe27f-f9d5-474e-a87d-3a77d6ffb38f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7dfd1ea-ecad-458f-9fe3-0332d85eaf97
,
679eb38b-3376-41bb-b4f0-d666f090d69e
}
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
}
2022-03-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7dfd1ea-ecad-458f-9fe3-0332d85eaf97 from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:53.175Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:53.237Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:53.238Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml d7dfd1ea-ecad-458f-9fe3-0332d85eaf97 20368
2022-03-11T05:55:53.238Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:53.239Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:53.239Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:53.239Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:53.241Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:53.241Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978153238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:53.341Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:53.342Z||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.
2022-03-11T05:55:53.342Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:53.355Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:53.356Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:54.241Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 679eb38b-3376-41bb-b4f0-d666f090d69e from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:54.242Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:54.242Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:54.416Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:54.417Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env 679eb38b-3376-41bb-b4f0-d666f090d69e 2098
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:54.421Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:54.421Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646978154417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T05:55:54.521Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:54.522Z||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.
2022-03-11T05:55:54.522Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:54.539Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T05:55:54.539Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:55.422Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 03d6a077-5557-4c16-bc2d-6fcfca72ad8c
2022-03-11T05:55:55.422Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ebf5a2ee-b34d 0 ab39d461-18c0-497c-9f84-a9c5889f88b6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T05:55:55.444Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c03c283, org.onap.sdc.toscaparser.api.parameters.Input@4c9ed832, org.onap.sdc.toscaparser.api.parameters.Input@5bd9003e, org.onap.sdc.toscaparser.api.parameters.Input@1b7899a4, org.onap.sdc.toscaparser.api.parameters.Input@49bd4792]
2022-03-11T05:55:55.445Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bb7234d6-8b96-482f-afbf-17453e022acb
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb7234d6-8b96-482f-afbf-17453e022acb matches Tosca VF Customization UUID: bb7234d6-8b96-482f-afbf-17453e022acb
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bb7234d6-8b96-482f-afbf-17453e022acb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-11T05:55:55.449Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.449Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bb7234d6-8b96-482f-afbf-17453e022acb: {\"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\"}
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ff96f65
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:55.451Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c10e649-283e-4fce-a309-16c863f47470
2022-03-11T05:55:55.451Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c10e649-283e-4fce-a309-16c863f47470
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-11T05:55:55.453Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.453Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.457Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:55.457Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.457Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c553a0f-4124-4fbe-8ee7-d2669f7c1f8b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T05:55:55.459Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T05:55:55.459Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.460Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.460Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery