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-08-14T04:00:29.396Z||main|||||INFO|500||The following profiles are active: basic
2022-08-14T04:00:45.445Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-14T04:00:45.446Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-14T04:00:45.658Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-14T04:00:51.585Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-14T04:00:52.149Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-14T04:00:52.839Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-14T04:00:52.901Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-14T04:00:53.079Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-14T04:00:53.446Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-14T04:00:54.314Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-14T04:00:56.976Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-14T04:01:00.328Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-14T04:01:00.430Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-14T04:01:01.350Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-14T04:01:01.780Z||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-08-14T04:01:03.495Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-14T04:01:05.043Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-14T04:01:05.071Z||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-08-14T04:01:05.073Z||main|||||WARN|500||The sdc end point is not alive
2022-08-14T04:01:09.013Z||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-08-14T04:01:13.279Z||main|||||WARN|500||---
2022-08-14T04:01:13.280Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-14T04:01:13.280Z||main|||||WARN|500||---
2022-08-14T04:01:13.963Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-14T04:01:21.027Z||main|||||INFO|500||Started Application in 56.04 seconds (JVM running for 59.206)
2022-08-14T04:01:21.055Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-14T04:01:21.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-14T04:01:21.101Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-14T04:01:21.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-14T04:01:21.208Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a925070d-fee7-426c-96f1-6dee56d773b1 url= /sdc/v1/artifactTypes
2022-08-14T04:01:21.208Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-14T04:01:21.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-14T04:01:21.575Z||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-08-14T04:01:21.600Z||scheduling-1|||||DEBUG|500||create keys
2022-08-14T04:01:21.610Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-14T04:01:21.673Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:01:21.694Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cc69b42d-5004-4c07-86c2-da1f1cdde98c url= /sdc/v1/registerForDistribution
2022-08-14T04:01:21.909Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cc69b42d-5004-4c07-86c2-da1f1cdde98c url= /sdc/v1/registerForDistribution
2022-08-14T04:01:21.909Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-14T04:01:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:01:21.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:01:21.931Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-14T04:01:21.933Z||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-08-14T04:01:21.933Z||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-08-14T04:01:21.933Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:01:21.934Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:01:32.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:01:32.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:02:21.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:02:21.918Z||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-08-14T04:02:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:02:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:02:21.922Z||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-08-14T04:02:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:02:31.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:02:31.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:03:21.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:03:21.918Z||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-08-14T04:03:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:03:21.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:03:21.923Z||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-08-14T04:03:21.924Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:03:31.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:03:31.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:04:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:04:21.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:04:21.918Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:04:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:04:21.921Z||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-08-14T04:04:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:04:31.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:04:31.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:05:21.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:05:21.918Z||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-08-14T04:05:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:05:21.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:05:21.922Z||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-08-14T04:05:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:05:31.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:05:31.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:06:21.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:06:21.918Z||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-08-14T04:06:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:06:21.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:06:21.921Z||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-08-14T04:06:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:06:31.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:06:31.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:07:21.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:07:21.919Z||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-08-14T04:07:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:07:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:07:21.922Z||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-08-14T04:07:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:07:31.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:07:31.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:08:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:08:21.920Z||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-08-14T04:08:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:08:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:08:21.925Z||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-08-14T04:08:21.925Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:08:31.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:08:31.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:09:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:09:21.919Z||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-08-14T04:09:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:09:21.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:09:21.922Z||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-08-14T04:09:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:09:31.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:09:31.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:10:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:10:21.918Z||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-08-14T04:10:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:10:21.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:10:21.921Z||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-08-14T04:10:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:10:31.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:10:31.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:10:48.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-14T04:11:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:11:21.919Z||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-08-14T04:11:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:11:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:11:21.921Z||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-08-14T04:11:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:11:31.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:11:31.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:12:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:12:21.919Z||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-08-14T04:12:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:12:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:12:21.922Z||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-08-14T04:12:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:12:31.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:12:31.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:13:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:13:21.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:13:21.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:13:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:13:21.921Z||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-08-14T04:13:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:13:31.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:13:31.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:14:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:14:21.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:14:21.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:14:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:14:21.921Z||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-08-14T04:14:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:14:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:14:31.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:15:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:15:21.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:15:21.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:15:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:15:21.921Z||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-08-14T04:15:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:15:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:15:31.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:16:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:16:21.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:16:21.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:16:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:16:21.921Z||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-08-14T04:16:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:16:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:16:31.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:17:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:17:21.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:17:21.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:17:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:17:21.922Z||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-08-14T04:17:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:17:31.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:17:31.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:18:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:18:21.918Z||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-08-14T04:18:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:18:21.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:18:21.922Z||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-08-14T04:18:21.923Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:18:31.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:18:31.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:19:21.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:19:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:19:21.921Z||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-08-14T04:19:21.921Z||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-08-14T04:19:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:19:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:19:31.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:19:31.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:20:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:20:21.918Z||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-08-14T04:20:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:20:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:20:21.921Z||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-08-14T04:20:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:20:31.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:20:31.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:21:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:21:21.918Z||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-08-14T04:21:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:21:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:21:21.921Z||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-08-14T04:21:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:21:31.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:21:31.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:22:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:22:21.918Z||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-08-14T04:22:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:22:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:22:21.921Z||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-08-14T04:22:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:22:31.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:22:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:23:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:23:21.918Z||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-08-14T04:23:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:23:21.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:23:21.921Z||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-08-14T04:23:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:23:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:23:31.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:24:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:24:21.918Z||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-08-14T04:24:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:24:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:24:21.922Z||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-08-14T04:24:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:24:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:24:31.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:25:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:25:21.918Z||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-08-14T04:25:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:25:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:25:21.921Z||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-08-14T04:25:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:25:31.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:25:31.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:26:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:26:21.918Z||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-08-14T04:26:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:26:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:26:21.921Z||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-08-14T04:26:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:26:31.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:26:31.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:27:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:27:21.918Z||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-08-14T04:27:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:27:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:27:21.921Z||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-08-14T04:27:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:27:31.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:27:31.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:28:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:28:21.918Z||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-08-14T04:28:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:28:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:28:21.921Z||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-08-14T04:28:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:28:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:28:31.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:29:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:29:21.918Z||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-08-14T04:29:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:29:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:29:21.921Z||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-08-14T04:29:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:29:31.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:29:31.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:30:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:30:21.920Z||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-08-14T04:30:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:30:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:30:21.921Z||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-08-14T04:30:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:30:31.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:30:31.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:31:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:31:21.918Z||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-08-14T04:31:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:31:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:31:21.921Z||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-08-14T04:31:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:31:31.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:31:31.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:32:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:32:21.919Z||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-08-14T04:32:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:32:21.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:32:21.921Z||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-08-14T04:32:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:32:31.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:32:31.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:33:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:33:21.918Z||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-08-14T04:33:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:33:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:33:21.921Z||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-08-14T04:33:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:33:31.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:33:31.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:34:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:34:21.918Z||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-08-14T04:34:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:34:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:34:21.921Z||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-08-14T04:34:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:34:31.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:34:31.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:35:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:35:21.918Z||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-08-14T04:35:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:35:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:35:21.921Z||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-08-14T04:35:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:35:31.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:35:31.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:36:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:36:21.918Z||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-08-14T04:36:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:36:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:36:21.921Z||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-08-14T04:36:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:36:31.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:36:31.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:37:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:37:21.918Z||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-08-14T04:37:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:37:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:37:21.921Z||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-08-14T04:37:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:37:31.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:37:31.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:38:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:38:21.918Z||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-08-14T04:38:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:38:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:38:21.922Z||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-08-14T04:38:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:38:31.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:38:31.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:39:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:39:21.918Z||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-08-14T04:39:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:39:21.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:39:21.921Z||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-08-14T04:39:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:39:31.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:39:31.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:40:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:40:21.918Z||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-08-14T04:40:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:40:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:40:21.921Z||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-08-14T04:40:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:40:31.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:40:31.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:41:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:41:21.920Z||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-08-14T04:41:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:41:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:41:21.921Z||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-08-14T04:41:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:41:31.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:41:31.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:42:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:42:21.919Z||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-08-14T04:42:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:42:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:42:21.922Z||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-08-14T04:42:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:42:31.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:42:31.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:43:21.918Z||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-08-14T04:43:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:21.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:43:21.922Z||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-08-14T04:43:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:22.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:22.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a44dabc6-8572-43ba-b91a-49400af95b0b","serviceName":"basic_onboard_YzfdDg","serviceVersion":"1.0","serviceUUID":"23eda164-66cd-4bbe-8df9-2c38df8ac25e","serviceDescription":"service","serviceInvariantUUID":"be70cc29-f6eb-4f7f-833a-cd5bf78770e7","resources":[{"resourceInstanceName":"basic_onboard_YzfdDg 0","resourceName":"basic_onboard_YzfdDg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f147fe82-324d-4f29-9b8b-77aef7b1d2ee","resourceInvariantUUID":"df969ae3-a2f9-4538-b6c4-f1fadb1dae20","resourceCustomizationUUID":"aa46770a-6968-4894-a56e-a5b0cd44dc5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml","artifactChecksum":"NTA5MmIxYThlZjcxOGMyMWY1OThhNjQ3YjM0MWVjYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72a85cb7-cf81-4581-8276-5e007bb12eb1","artifactVersion":"1"},{"artifactName":"basic_onboard_yzfddg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json","artifactChecksum":"YmJiODNlOTZlYTMzYWQxZTJhMGY0NGNiMDE4NWQyNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c73c0678-7b54-4432-b007-e83353116b2c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbe0cea3-28a3-4877-8e7b-097700332e20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf470da2-4d1e-4f02-93aa-dc2ed212efc7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"460d3c7c-129a-40ce-be92-14ad90429b7f","artifactVersion":"2","generatedFromUUID":"fbe0cea3-28a3-4877-8e7b-097700332e20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzfddg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml","artifactChecksum":"MWI3Y2IzN2IzZjZmMDc2YTkyNTk1ODE3NDFkZmE5M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc46fc6f-f11d-4aa9-8633-9be7315467d3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzfddg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar","artifactChecksum":"MjZlNTkwN2E2ODc4ZDI0YTU0ZjE4OGJmMTY4ZDQ3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4e7ffc1-bb35-4c29-845e-07261b18e997","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:43:22.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:22.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:22.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.612Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:22.632Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:22.633Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452153699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452150809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452152866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452152036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452150625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452168460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:22.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:22.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452168133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452167478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "cds",
"timestamp": 1660452169154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-08-14T04:43:22.732Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-14T04:43:22.738Z||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-08-14T04:43:22.738Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-14T04:43:22.765Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:22.767Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-14T04:43:22.956Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:22.982Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452168489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452169704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "policy-id",
"timestamp": 1660452169498,
"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-08-14T04:43:23.050Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.051Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452162867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452170875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452170950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452171990,
"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-08-14T04:43:23.082Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452172995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:23.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452175041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452177045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452177552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "clamp",
"timestamp": 1660452178052,
"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-08-14T04:43:23.126Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.127Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452178564,
"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-08-14T04:43:23.165Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.165Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452177562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452185709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452201234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:23.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.646Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:23.647Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:23.651Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:23.651Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:43:23.751Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:23.753Z||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-08-14T04:43:23.753Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:23.773Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:23.775Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:24.652Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:24.653Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:24.658Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:24.658Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:43:24.758Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:24.759Z||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-08-14T04:43:24.760Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:24.784Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:24.785Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:25.659Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:25.660Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:25.663Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:25.664Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:25.764Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:43:25.765Z||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-08-14T04:43:25.765Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:25.810Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:25.811Z||pool-6-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:26.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:26.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:26.669Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:26.669Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-14T04:43:26.769Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:43:26.772Z||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-08-14T04:43:26.774Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:26.798Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:26.798Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:27.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:27.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:27.675Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:27.675Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:43:27.775Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:27.776Z||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-08-14T04:43:27.777Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:27.798Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:27.799Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:28.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:28.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:28.680Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:28.680Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:43:28.781Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:28.782Z||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-08-14T04:43:28.782Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:28.803Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:28.803Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:43:29.682Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"serviceName": "basic_onboard_YzfdDg",
"serviceVersion": "1.0",
"serviceUUID": "23eda164-66cd-4bbe-8df9-2c38df8ac25e",
"serviceDescription": "service",
"serviceInvariantUUID": "be70cc29-f6eb-4f7f-833a-cd5bf78770e7",
"resources": [
{
"resourceInstanceName": "basic_onboard_YzfdDg 0",
"resourceCustomizationUUID": "aa46770a-6968-4894-a56e-a5b0cd44dc5c",
"resourceName": "basic_onboard_YzfdDg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f147fe82-324d-4f29-9b8b-77aef7b1d2ee",
"resourceInvariantUUID": "df969ae3-a2f9-4538-b6c4-f1fadb1dae20",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yzfddg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"artifactChecksum": "YmJiODNlOTZlYTMzYWQxZTJhMGY0NGNiMDE4NWQyNGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c73c0678-7b54-4432-b007-e83353116b2c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fbe0cea3-28a3-4877-8e7b-097700332e20",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "460d3c7c-129a-40ce-be92-14ad90429b7f",
"generatedFromUUID": "fbe0cea3-28a3-4877-8e7b-097700332e20"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "460d3c7c-129a-40ce-be92-14ad90429b7f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYzfddg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"artifactChecksum": "MjZlNTkwN2E2ODc4ZDI0YTU0ZjE4OGJmMTY4ZDQ3NzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a4e7ffc1-bb35-4c29-845e-07261b18e997"
}
],
"workloadContext": "Production"
}
2022-08-14T04:43:29.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:43:29.684Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23eda164-66cd-4bbe-8df9-2c38df8ac25e ASDC
2022-08-14T04:43:29.838Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a44dabc6-8572-43ba-b91a-49400af95b0b
ServiceName:basic_onboard_YzfdDg
ServiceVersion:1.0
ServiceUUID:23eda164-66cd-4bbe-8df9-2c38df8ac25e
ServiceInvariantUUID:be70cc29-f6eb-4f7f-833a-cd5bf78770e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzfddg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
ArtifactUUID:a4e7ffc1-bb35-4c29-845e-07261b18e997
ArtifactChecksum:MjZlNTkwN2E2ODc4ZDI0YTU0ZjE4OGJmMTY4ZDQ3NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YzfdDg 0
ResourceCustomizationUUID:aa46770a-6968-4894-a56e-a5b0cd44dc5c
ResourceInvariantUUID:df969ae3-a2f9-4538-b6c4-f1fadb1dae20
ResourceName:basic_onboard_YzfdDg
ResourceType:VF
ResourceUUID:f147fe82-324d-4f29-9b8b-77aef7b1d2ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzfddg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
ArtifactUUID:c73c0678-7b54-4432-b007-e83353116b2c
ArtifactChecksum:YmJiODNlOTZlYTMzYWQxZTJhMGY0NGNiMDE4NWQyNGU=
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/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fbe0cea3-28a3-4877-8e7b-097700332e20
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/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
ArtifactUUID:460d3c7c-129a-40ce-be92-14ad90429b7f
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/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
ArtifactUUID:460d3c7c-129a-40ce-be92-14ad90429b7f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-14T04:43:29.838Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23eda164-66cd-4bbe-8df9-2c38df8ac25e 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-08-14T04:43:29.921Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:43:29.923Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:43:29.925Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:43:29.925Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a4e7ffc1-bb35-4c29-845e-07261b18e997 from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:29.925Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:29.928Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:30.178Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:30.200Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar a4e7ffc1-bb35-4c29-845e-07261b18e997 71569
2022-08-14T04:43:30.202Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar ASDC sendASDCNotification
2022-08-14T04:43:30.203Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:30.204Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:30.205Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:30.207Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:30.208Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452210201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:30.308Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:30.309Z||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-08-14T04:43:30.309Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:30.333Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:30.334Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:31.208Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:43:31.210Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:43:31.211Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a4e7ffc1-bb35-4c29-845e-07261b18e997, URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:31.212Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:31.331Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:31.331Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:32.317Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15118176888899615258/Definitions/service-BasicOnboardYzfddg-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-08-14T04:43:35.659Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:43:35.666Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:43:35.666Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YzfdDg 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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.669Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.669Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:43:35.679Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.681Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.690Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.691Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:43:35.694Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:43:35.698Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.698Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.699Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.699Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:43:35.699Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:43:35.700Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.700Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.707Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.708Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is not matching search criteria
2022-08-14T04:43:35.708Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-14T04:43:35.708Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-14T04:43:35.709Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-14T04:43:35.709Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:43:35.709Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:43:35.710Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.710Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:43:35.713Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.713Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.713Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:35.715Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.715Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.715Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:35.716Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.716Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.716Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is not matching search criteria
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=abaf8b43-8e28-473a-9dfd-8d5ee70990d5
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.720Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YzfdDg
Description:service
Model UUID:23eda164-66cd-4bbe-8df9-2c38df8ac25e
Model Version:NULL
Model InvariantUuid:be70cc29-f6eb-4f7f-833a-cd5bf78770e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YzfdDg
Model UUID:0d2c59a6-83ff-4931-99c9-cd18144ac292
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df969ae3-a2f9-4538-b6c4-f1fadb1dae20
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aa46770a-6968-4894-a56e-a5b0cd44dc5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:71bee615-c61e-4de9-b77b-a1332d907882
ModelName:BasicOnboardYzfddg..base_ubuntu18..module-0
ModelUuid:59a46baa-b062-4d40-966a-53a899bd1f95
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:abaf8b43-8e28-473a-9dfd-8d5ee70990d5
ModelInvariantUuid:488adc1f-6478-4966-9bf7-7dfd6fea0acc
ModelName:basic_onboard_YzfdDg-nodes.ubuntu18Cvfc
ModelUuid:73ac0bdd-f1dc-483d-8617-296c9f128b49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:33b1aa4a-c6d5-4bbe-ad7a-d7d883e7bae6
ModelInvariantUuid:73ba0a38-5015-43ba-acdf-431b6293c3ae
ModelName:BasicOnboardYzfddg.compute.nodes.heat.ubuntu18
ModelUuid:c9b4b321-1038-49bf-9870-d44012e7f03f
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-08-14T04:43:35.739Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f147fe82-324d-4f29-9b8b-77aef7b1d2ee
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-08-14T04:43:35.906Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||basic_onboard_YzfdDg 0
2022-08-14T04:43:35.916Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f147fe82-324d-4f29-9b8b-77aef7b1d2ee
2022-08-14T04:43:35.916Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c73c0678-7b54-4432-b007-e83353116b2c from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:35.917Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:35.917Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:36.109Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:36.109Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json c73c0678-7b54-4432-b007-e83353116b2c 798
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json ASDC sendASDCNotification
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:36.115Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:36.116Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452216110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:36.216Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:36.218Z||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-08-14T04:43:36.218Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:36.266Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:36.267Z||pool-11-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:43:37.118Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzfddg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71bee615-c61e-4de9-b77b-a1332d907882",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "59a46baa-b062-4d40-966a-53a899bd1f95",
"vfModuleModelCustomizationUUID": "f003c4d5-1067-4f30-9e8b-364bc776255a",
"isBase": true,
"artifacts": [
"fbe0cea3-28a3-4877-8e7b-097700332e20",
"460d3c7c-129a-40ce-be92-14ad90429b7f"
],
"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-08-14T04:43:37.144Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzfddg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59a46baa-b062-4d40-966a-53a899bd1f95
VfModuleModelInvariantUUID:71bee615-c61e-4de9-b77b-a1332d907882
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbe0cea3-28a3-4877-8e7b-097700332e20
,
460d3c7c-129a-40ce-be92-14ad90429b7f
}
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-08-14T04:43:37.150Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzfddg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71bee615-c61e-4de9-b77b-a1332d907882",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "59a46baa-b062-4d40-966a-53a899bd1f95",
"vfModuleModelCustomizationUUID": "f003c4d5-1067-4f30-9e8b-364bc776255a",
"isBase": true,
"artifacts": [
"fbe0cea3-28a3-4877-8e7b-097700332e20",
"460d3c7c-129a-40ce-be92-14ad90429b7f"
],
"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-08-14T04:43:37.150Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzfddg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59a46baa-b062-4d40-966a-53a899bd1f95
VfModuleModelInvariantUUID:71bee615-c61e-4de9-b77b-a1332d907882
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbe0cea3-28a3-4877-8e7b-097700332e20
,
460d3c7c-129a-40ce-be92-14ad90429b7f
}
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-08-14T04:43:37.151Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fbe0cea3-28a3-4877-8e7b-097700332e20 from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:37.151Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:37.151Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:37.594Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:37.595Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml fbe0cea3-28a3-4877-8e7b-097700332e20 5033
2022-08-14T04:43:37.596Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-14T04:43:37.597Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:37.597Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:37.597Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:37.600Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:37.601Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452217596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:37.701Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:37.702Z||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-08-14T04:43:37.703Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:37.722Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:37.724Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:38.602Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 460d3c7c-129a-40ce-be92-14ad90429b7f from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:38.603Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:38.603Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:38.831Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:38.832Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env 460d3c7c-129a-40ce-be92-14ad90429b7f 909
2022-08-14T04:43:38.833Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-14T04:43:38.834Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:38.834Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:38.835Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:38.838Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:38.839Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452218833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:43:38.942Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-14T04:43:38.943Z||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-08-14T04:43:38.943Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:38.964Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:38.966Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:39.841Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 23eda164-66cd-4bbe-8df9-2c38df8ac25e
2022-08-14T04:43:39.842Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YzfdDg 0 f147fe82-324d-4f29-9b8b-77aef7b1d2ee ASDC
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 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 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-08-14T04:43:39.910Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@447d70af, org.onap.sdc.toscaparser.api.parameters.Input@38b655db, org.onap.sdc.toscaparser.api.parameters.Input@6726f864, org.onap.sdc.toscaparser.api.parameters.Input@6433787c, org.onap.sdc.toscaparser.api.parameters.Input@4b64945d]
2022-08-14T04:43:39.914Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aa46770a-6968-4894-a56e-a5b0cd44dc5c
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa46770a-6968-4894-a56e-a5b0cd44dc5c matches Tosca VF Customization UUID: aa46770a-6968-4894-a56e-a5b0cd44dc5c
2022-08-14T04:43:39.916Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aa46770a-6968-4894-a56e-a5b0cd44dc5c 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-08-14T04:43:39.927Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.927Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.929Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aa46770a-6968-4894-a56e-a5b0cd44dc5c: {\"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-08-14T04:43:39.929Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@129d0b0f
2022-08-14T04:43:39.930Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.930Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:43:39.930Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f003c4d5-1067-4f30-9e8b-364bc776255a
2022-08-14T04:43:39.932Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f003c4d5-1067-4f30-9e8b-364bc776255a
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-08-14T04:43:39.941Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.942Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.942Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:39.943Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.943Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is not matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=abaf8b43-8e28-473a-9dfd-8d5ee70990d5
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-08-14T04:43:39.971Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.972Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.972Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:39.972Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.973Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.973Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=aa46770a-6968-4894-a56e-a5b0cd44dc5c
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-08-14T04:43:39.978Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.979Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.979Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 23eda164-66cd-4bbe-8df9-2c38df8ac25e: basic_onboard_YzfdDg
2022-08-14T04:43:39.979Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.980Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.980Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.980Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.982Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:43:39.982Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.982Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_YzfdDg
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-08-14T04:43:40.384Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YzfdDg f147fe82-324d-4f29-9b8b-77aef7b1d2ee 1 ASDC deployResourceStructure
2022-08-14T04:43:40.385Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json ASDC sendASDCNotification
2022-08-14T04:43:40.386Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:40.386Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:40.386Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:40.389Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:40.390Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452220385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:40.490Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:40.491Z||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-08-14T04:43:40.491Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:40.510Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:40.511Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:43:41.391Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-14T04:43:41.392Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:41.392Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:41.392Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:41.396Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:41.396Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452221391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:41.496Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:41.497Z||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-08-14T04:43:41.497Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:41.517Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:41.517Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:42.397Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-14T04:43:42.398Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:42.399Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:42.399Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:42.402Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:42.402Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452222397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:42.502Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:42.504Z||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-08-14T04:43:42.504Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:42.531Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:42.532Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:43.403Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar ASDC sendASDCNotification
2022-08-14T04:43:43.404Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:43.404Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:43.405Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:43.407Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:43.408Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452223403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:43:43.508Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:43.509Z||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-08-14T04:43:43.510Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:43.534Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:43:43.535Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:44.410Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-14T04:43:44.450Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
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-08-14T04:43:44.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:43:44.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:43:44.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:44:14.459Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-14T04:44:14.478Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
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-08-14T04:44:14.485Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:44:14.485Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:44:14.485Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:44:21.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:44:21.922Z||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-08-14T04:44:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:44:22.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:44:22.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:44:22.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "aai-ml",
"timestamp": 1660452202242,
"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-08-14T04:44:22.078Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:44:22.079Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:44:44.486Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-14T04:44:44.505Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
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-08-14T04:44:44.512Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:44:44.512Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-08-14T04:44:44.531Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:45:14.532Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:45:14.546Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a44dabc6-8572-43ba-b91a-49400af95b0b and serviceModelVersionId: 23eda164-66cd-4bbe-8df9-2c38df8ac25e
2022-08-14T04:45:14.547Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be70cc29-f6eb-4f7f-833a-cd5bf78770e7
2022-08-14T04:45:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:45:21.922Z||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-08-14T04:45:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:21.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:45:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452201917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452210201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452216110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452217596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452218833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452220385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452221391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452222397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452223403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:21.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:34.144Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0
2022-08-14T04:45:34.290Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:45:35.115Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|INFO|500||Invoke
2022-08-14T04:45:35.128Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a44dabc6-8572-43ba-b91a-49400af95b0b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a08133c1-82be-4173-a1f4-32e94536813b], X-ECOMP-RequestID=[a44dabc6-8572-43ba-b91a-49400af95b0b], X-TransactionId=[], X-ONAP-RequestID=[a44dabc6-8572-43ba-b91a-49400af95b0b], Content-Type=[application/merge-patch+json]}
2022-08-14T04:45:35.303Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-14T04:45:35.747Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220814-04:45:34:967-38506], vertex-id=[163976], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:45:34 GMT], Content-Type=[application/json]}
2022-08-14T04:45:35.750Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:45:35.751Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|INFO|500||InvokeReturn
2022-08-14T04:45:35.756Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:45:35.757Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-08-14T04:45:35.776Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-08-14T04:45:35.778Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a44dabc6-8572-43ba-b91a-49400af95b0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:45:35.779Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:45:35.780Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:35.783Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:35.783Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452335778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:45:35.883Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:35.884Z||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-08-14T04:45:35.884Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:35.902Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:35.903Z||pool-18-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-08-14T04:45:36.802Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:45:36.804Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-08-14T04:45:36.804Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:37.438Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:37.440Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-14T04:45:37.440Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"22721cab-f284-4af1-8057-9db064c64cf0","serviceName":"vFW 2022-08-14 04-42-52","serviceVersion":"1.0","serviceUUID":"451fb17f-129d-4c53-954a-340d1865aeb3","serviceDescription":"catalog service description","serviceInvariantUUID":"5e4569f6-c04f-40f9-b046-2e07f1a4d06e","resources":[{"resourceInstanceName":"vFW 8dd3f951-09bb 0","resourceName":"vFW 8dd3f951-09bb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aade6c56-0eed-4b55-b44c-af85e4e8961b","resourceInvariantUUID":"852372ab-d057-473b-ad39-d383d0e97f9a","resourceCustomizationUUID":"c1e54d8a-3cdd-4dbe-918b-a38121049b33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml","artifactChecksum":"NzViYzY4ZTQyNmIxNTc4YmM5ZTU3ZWJlYzhhZjZiN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ee870a2-b403-4ee7-a830-bf38f69d74c4","artifactVersion":"1"},{"artifactName":"vfw8dd3f95109bb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json","artifactChecksum":"NTJlMzlhYTVjNjY3OWQ0YmNkYjBjYjk2NDUwOTI4OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80da42b5-2042-4764-ba8f-18a4cda8515f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ede7bd-7943-4d88-b1c4-781b6ad538ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2ViM2ZlNDAxNmFjMTcwYzMyMDU1ZTQwMDE2OGEwNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86f38f7c-0241-4899-904f-ee2459c889d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b6208d8-4023-418b-b1fa-fbe958251522","artifactVersion":"2","generatedFromUUID":"39ede7bd-7943-4d88-b1c4-781b6ad538ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220814044252-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml","artifactChecksum":"YTg0MDE3NGJmNDdmMjIxNTQ5MDNhN2Y0M2NhNzdiYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b714021-7cdc-499a-a3ed-f76ea942a1a5","artifactVersion":"1"},{"artifactName":"service-Vfw20220814044252-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar","artifactChecksum":"ZjEwYTU2NjJmMjA3YjcyOTczMjU2NDJkYjE5MTA3ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b672ffcb-5c70-4be4-945b-4146496522e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:45:37.443Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:37.443Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:37.445Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:37.446Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:45:37.546Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:37.547Z||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-08-14T04:45:37.547Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:37.569Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:37.570Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:38.446Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:38.447Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:38.451Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:38.451Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:45:38.551Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:38.552Z||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-08-14T04:45:38.553Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:38.571Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:38.572Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:39.453Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:39.454Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:39.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:39.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:45:39.558Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:45:39.560Z||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-08-14T04:45:39.560Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:39.576Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:39.577Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:40.462Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:40.463Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:40.466Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:40.466Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:45:40.567Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T04:45:40.568Z||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-08-14T04:45:40.568Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:40.590Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:40.591Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:41.467Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:41.469Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:41.472Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:41.473Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-14T04:45:41.573Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:41.574Z||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-08-14T04:45:41.574Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:41.594Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:41.595Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:42.473Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:42.475Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:42.478Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:42.478Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:45:42.578Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:45:42.580Z||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-08-14T04:45:42.580Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:42.603Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:42.604Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:43.479Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:43.480Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:43.483Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:43.484Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:45:43.584Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:43.585Z||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-08-14T04:45:43.586Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:43.610Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:43.611Z||pool-25-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:44.486Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"serviceName": "vFW 2022-08-14 04-42-52",
"serviceVersion": "1.0",
"serviceUUID": "451fb17f-129d-4c53-954a-340d1865aeb3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5e4569f6-c04f-40f9-b046-2e07f1a4d06e",
"resources": [
{
"resourceInstanceName": "vFW 8dd3f951-09bb 0",
"resourceCustomizationUUID": "c1e54d8a-3cdd-4dbe-918b-a38121049b33",
"resourceName": "vFW 8dd3f951-09bb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "aade6c56-0eed-4b55-b44c-af85e4e8961b",
"resourceInvariantUUID": "852372ab-d057-473b-ad39-d383d0e97f9a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8dd3f95109bb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"artifactChecksum": "NTJlMzlhYTVjNjY3OWQ0YmNkYjBjYjk2NDUwOTI4OTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "80da42b5-2042-4764-ba8f-18a4cda8515f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "39ede7bd-7943-4d88-b1c4-781b6ad538ba",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b6208d8-4023-418b-b1fa-fbe958251522",
"generatedFromUUID": "39ede7bd-7943-4d88-b1c4-781b6ad538ba"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b6208d8-4023-418b-b1fa-fbe958251522",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220814044252-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"artifactChecksum": "ZjEwYTU2NjJmMjA3YjcyOTczMjU2NDJkYjE5MTA3ZWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b672ffcb-5c70-4be4-945b-4146496522e5"
}
],
"workloadContext": "Production"
}
2022-08-14T04:45:44.487Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:45:44.487Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 451fb17f-129d-4c53-954a-340d1865aeb3 ASDC
2022-08-14T04:45:44.487Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:22721cab-f284-4af1-8057-9db064c64cf0
ServiceName:vFW 2022-08-14 04-42-52
ServiceVersion:1.0
ServiceUUID:451fb17f-129d-4c53-954a-340d1865aeb3
ServiceInvariantUUID:5e4569f6-c04f-40f9-b046-2e07f1a4d06e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220814044252-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
ArtifactUUID:b672ffcb-5c70-4be4-945b-4146496522e5
ArtifactChecksum:ZjEwYTU2NjJmMjA3YjcyOTczMjU2NDJkYjE5MTA3ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8dd3f951-09bb 0
ResourceCustomizationUUID:c1e54d8a-3cdd-4dbe-918b-a38121049b33
ResourceInvariantUUID:852372ab-d057-473b-ad39-d383d0e97f9a
ResourceName:vFW 8dd3f951-09bb
ResourceType:VF
ResourceUUID:aade6c56-0eed-4b55-b44c-af85e4e8961b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8dd3f95109bb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
ArtifactUUID:80da42b5-2042-4764-ba8f-18a4cda8515f
ArtifactChecksum:NTJlMzlhYTVjNjY3OWQ0YmNkYjBjYjk2NDUwOTI4OTM=
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/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
ArtifactUUID:39ede7bd-7943-4d88-b1c4-781b6ad538ba
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
ArtifactUUID:1b6208d8-4023-418b-b1fa-fbe958251522
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
ArtifactUUID:1b6208d8-4023-418b-b1fa-fbe958251522
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-14T04:45:44.488Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 451fb17f-129d-4c53-954a-340d1865aeb3 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-08-14T04:45:44.541Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:45:44.542Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:45:44.542Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:45:44.542Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b672ffcb-5c70-4be4-945b-4146496522e5 from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:44.543Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:44.543Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:44.895Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:44.904Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar b672ffcb-5c70-4be4-945b-4146496522e5 99014
2022-08-14T04:45:44.905Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar ASDC sendASDCNotification
2022-08-14T04:45:44.905Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:44.905Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:44.906Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:44.908Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:44.908Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452344905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:45.009Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:45.010Z||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-08-14T04:45:45.010Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:45.035Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:45.037Z||pool-26-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:45.909Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:45:45.910Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:45:45.911Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b672ffcb-5c70-4be4-945b-4146496522e5, URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar to file: /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:45.911Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220814044252-csar.csar
2022-08-14T04:45:45.912Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:45.912Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:46.151Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15222708152091753725/Definitions/service-Vfw20220814044252-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
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
2022-08-14T04:45:49.103Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8dd3f951-09bb 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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a298dbd-e9cb-48bb-9ea3-3a0ba5697433
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c48474e-1ce0-4e14-ad80-b74a91585161
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2df9f91e-ee3e-409d-8237-d98d9f49213e
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:49.125Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.125Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-14 04-42-52
Description:catalog service description
Model UUID:451fb17f-129d-4c53-954a-340d1865aeb3
Model Version:NULL
Model InvariantUuid:5e4569f6-c04f-40f9-b046-2e07f1a4d06e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8dd3f951-09bb
Model UUID:1782c147-fac0-4132-91a5-6eca76ff1b18
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:852372ab-d057-473b-ad39-d383d0e97f9a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c1e54d8a-3cdd-4dbe-918b-a38121049b33
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cc17921f-e08b-4406-aba1-66366a952bfb
ModelName:Vfw8dd3f95109bb..base_vfw..module-0
ModelUuid:bea7591e-0e32-4852-8b24-c08bcba1366b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0a298dbd-e9cb-48bb-9ea3-3a0ba5697433
ModelInvariantUuid:152da094-f496-4001-908d-94fa52be588b
ModelName:vFW 8dd3f951-09bb-nodes.vfwCvfc
ModelUuid:30fb78fa-2dd0-4b1d-9052-aa5b3d06f74a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ef24e816-e5b1-440c-9d78-cb07c0af8b19
ModelInvariantUuid:5c0926b2-6009-4097-b99a-1a17ace8b7dd
ModelName:Vfw8dd3f95109bb.compute.nodes.heat.vfw
ModelUuid:1748c3af-4925-4850-8ded-48a0b1d6ef26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8c48474e-1ce0-4e14-ad80-b74a91585161
ModelInvariantUuid:493abd05-9296-4930-b7fb-2b5c54044d3d
ModelName:vFW 8dd3f951-09bb-nodes.vsnCvfc
ModelUuid:e6d44782-85b4-44b4-9245-ec95d6dee209
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:89beb006-f2d9-41d2-82df-36be19f6f9c3
ModelInvariantUuid:fc6da910-b27e-41be-a590-4891269f7502
ModelName:Vfw8dd3f95109bb.compute.nodes.heat.vsn
ModelUuid:f8b99d8e-577e-4772-ba96-a6fa96dfe7a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2df9f91e-ee3e-409d-8237-d98d9f49213e
ModelInvariantUuid:04be176d-bee3-472c-a3cc-07b60487c0e2
ModelName:vFW 8dd3f951-09bb-nodes.vpgCvfc
ModelUuid:46ebe77f-d390-4721-b328-57933178ed81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ad76eb36-ad41-4a89-bf3c-f99d0fe7608f
ModelInvariantUuid:8c7c2850-f907-4127-882f-1b9e56795b65
ModelName:Vfw8dd3f95109bb.compute.nodes.heat.vpg
ModelUuid:138b5de6-f3bb-4a31-b911-fdde586266ad
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-08-14T04:45:49.144Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: aade6c56-0eed-4b55-b44c-af85e4e8961b
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-08-14T04:45:49.149Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||vFW 8dd3f951-09bb 0
2022-08-14T04:45:49.150Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aade6c56-0eed-4b55-b44c-af85e4e8961b
2022-08-14T04:45:49.150Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80da42b5-2042-4764-ba8f-18a4cda8515f from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:49.150Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:49.151Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:49.381Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:49.381Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json 80da42b5-2042-4764-ba8f-18a4cda8515f 785
2022-08-14T04:45:49.382Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json ASDC sendASDCNotification
2022-08-14T04:45:49.382Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:49.382Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:49.383Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:49.385Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:49.385Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452349382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:49.485Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:49.487Z||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-08-14T04:45:49.487Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:49.509Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:49.510Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:50.387Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8dd3f95109bb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cc17921f-e08b-4406-aba1-66366a952bfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bea7591e-0e32-4852-8b24-c08bcba1366b",
"vfModuleModelCustomizationUUID": "451ebb10-f43b-428e-b540-b27f8d55b83b",
"isBase": true,
"artifacts": [
"39ede7bd-7943-4d88-b1c4-781b6ad538ba",
"1b6208d8-4023-418b-b1fa-fbe958251522"
],
"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-08-14T04:45:50.393Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8dd3f95109bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bea7591e-0e32-4852-8b24-c08bcba1366b
VfModuleModelInvariantUUID:cc17921f-e08b-4406-aba1-66366a952bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ede7bd-7943-4d88-b1c4-781b6ad538ba
,
1b6208d8-4023-418b-b1fa-fbe958251522
}
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-08-14T04:45:50.395Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8dd3f95109bb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cc17921f-e08b-4406-aba1-66366a952bfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bea7591e-0e32-4852-8b24-c08bcba1366b",
"vfModuleModelCustomizationUUID": "451ebb10-f43b-428e-b540-b27f8d55b83b",
"isBase": true,
"artifacts": [
"39ede7bd-7943-4d88-b1c4-781b6ad538ba",
"1b6208d8-4023-418b-b1fa-fbe958251522"
],
"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-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8dd3f95109bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bea7591e-0e32-4852-8b24-c08bcba1366b
VfModuleModelInvariantUUID:cc17921f-e08b-4406-aba1-66366a952bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ede7bd-7943-4d88-b1c4-781b6ad538ba
,
1b6208d8-4023-418b-b1fa-fbe958251522
}
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-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 39ede7bd-7943-4d88-b1c4-781b6ad538ba from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:50.560Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:50.562Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml 39ede7bd-7943-4d88-b1c4-781b6ad538ba 20368
2022-08-14T04:45:50.562Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:45:50.562Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:50.563Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:50.564Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:50.567Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:50.567Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452350562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:50.667Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:50.669Z||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-08-14T04:45:50.669Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:50.693Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:50.694Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:51.569Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b6208d8-4023-418b-b1fa-fbe958251522 from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:51.570Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:51.571Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:51.761Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:51.762Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env 1b6208d8-4023-418b-b1fa-fbe958251522 2098
2022-08-14T04:45:51.762Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:45:51.763Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:51.763Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:51.763Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:51.766Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:51.766Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452351762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:45:51.866Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:51.868Z||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-08-14T04:45:51.868Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:51.884Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:51.885Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:52.767Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 451fb17f-129d-4c53-954a-340d1865aeb3
2022-08-14T04:45:52.768Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8dd3f951-09bb 0 aade6c56-0eed-4b55-b44c-af85e4e8961b 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-08-14T04:45:52.796Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47c59db4, org.onap.sdc.toscaparser.api.parameters.Input@3bc7371, org.onap.sdc.toscaparser.api.parameters.Input@d849050, org.onap.sdc.toscaparser.api.parameters.Input@ed68e87, org.onap.sdc.toscaparser.api.parameters.Input@65959ad4]
2022-08-14T04:45:52.798Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.799Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.799Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-08-14T04:45:52.800Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c1e54d8a-3cdd-4dbe-918b-a38121049b33
2022-08-14T04:45:52.800Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1e54d8a-3cdd-4dbe-918b-a38121049b33 matches Tosca VF Customization UUID: c1e54d8a-3cdd-4dbe-918b-a38121049b33
2022-08-14T04:45:52.800Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c1e54d8a-3cdd-4dbe-918b-a38121049b33 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-08-14T04:45:52.804Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.805Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.806Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c1e54d8a-3cdd-4dbe-918b-a38121049b33: {\"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-08-14T04:45:52.806Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16655da8
2022-08-14T04:45:52.807Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.807Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:45:52.807Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 451ebb10-f43b-428e-b540-b27f8d55b83b
2022-08-14T04:45:52.808Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 451ebb10-f43b-428e-b540-b27f8d55b83b
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-08-14T04:45:52.812Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.813Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.813Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.814Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.814Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.814Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.815Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.815Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:52.816Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:52.816Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:45:52.817Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:52.817Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:52.818Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:52.818Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.818Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.819Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:52.820Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.820Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:52.821Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.821Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a298dbd-e9cb-48bb-9ea3-3a0ba5697433
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-08-14T04:45:52.825Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.826Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.826Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.827Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.827Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:52.827Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:52.830Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.830Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:52.830Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.831Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c48474e-1ce0-4e14-ad80-b74a91585161
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-08-14T04:45:52.835Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.836Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.836Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.842Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.842Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:52.843Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:52.844Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:52.844Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.844Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.845Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:52.845Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.845Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:52.846Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:52.846Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:52.846Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.847Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.848Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:45:52.848Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2df9f91e-ee3e-409d-8237-d98d9f49213e
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-08-14T04:45:52.852Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.853Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.854Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.854Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.854Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.855Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=c1e54d8a-3cdd-4dbe-918b-a38121049b33
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-08-14T04:45:52.858Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.859Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.859Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 451fb17f-129d-4c53-954a-340d1865aeb3: vFW 8dd3f951-09bb
2022-08-14T04:45:52.859Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.860Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.860Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.860Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.861Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.861Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.861Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-08-14 04-42-52
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-08-14T04:45:53.285Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8dd3f951-09bb aade6c56-0eed-4b55-b44c-af85e4e8961b 1 ASDC deployResourceStructure
2022-08-14T04:45:53.287Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json ASDC sendASDCNotification
2022-08-14T04:45:53.287Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:53.287Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:53.288Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:53.290Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:53.290Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452353286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:53.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:45:53.392Z||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-08-14T04:45:53.392Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:53.427Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:53.427Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:54.292Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:45:54.292Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:54.292Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:54.293Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:54.295Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:54.295Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452354291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:54.396Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:54.397Z||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-08-14T04:45:54.398Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:54.419Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:54.420Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:55.299Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:55.299Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452355296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:55.400Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:55.401Z||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-08-14T04:45:55.401Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:55.421Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:55.422Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:56.300Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar ASDC sendASDCNotification
2022-08-14T04:45:56.301Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:56.301Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:56.302Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:56.305Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:56.305Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452356300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:45:56.405Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:56.406Z||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-08-14T04:45:56.406Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:56.426Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:45:56.427Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:57.306Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-14T04:45:57.333Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
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-08-14T04:45:57.338Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:45:57.338Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:45:57.338Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:46:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:46:21.921Z||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-08-14T04:46:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:46:21.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:46:21.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452270809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452273699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660452272866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452270625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452286205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452286053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452285386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452287368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "cds",
"timestamp": 1660452287062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-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-08-14T04:46:21.989Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:21.989Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452286391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "policy-id",
"timestamp": 1660452287395,
"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-08-14T04:46:22.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452288527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452289572,
"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-08-14T04:46:22.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660452290578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452290819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452295053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452295743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660452296753,
"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-08-14T04:46:22.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.077Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452297067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:46:22.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "clamp",
"timestamp": 1660452298070,
"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-08-14T04:46:22.107Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.108Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452297562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452305536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452318730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "aai-ml",
"timestamp": 1660452319736,
"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-08-14T04:46:22.140Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.140Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:27.339Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-14T04:46:27.358Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
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-08-14T04:46:27.364Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:46:27.364Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:46:27.364Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:46:27.366Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:46:27.366Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-14T04:46:27.366Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T04:46:27.375Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:46:57.376Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:57.386Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22721cab-f284-4af1-8057-9db064c64cf0 and serviceModelVersionId: 451fb17f-129d-4c53-954a-340d1865aeb3
2022-08-14T04:46:57.386Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e4569f6-c04f-40f9-b046-2e07f1a4d06e
2022-08-14T04:46:57.387Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0
2022-08-14T04:46:57.393Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:46:57.457Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|INFO|500||Invoke
2022-08-14T04:46:57.458Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22721cab-f284-4af1-8057-9db064c64cf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e8f6e1a-bae6-4b81-9695-fcf13fce3cde], X-ECOMP-RequestID=[22721cab-f284-4af1-8057-9db064c64cf0], X-TransactionId=[], X-ONAP-RequestID=[22721cab-f284-4af1-8057-9db064c64cf0], Content-Type=[application/merge-patch+json]}
2022-08-14T04:46:57.502Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-14T04:46:57.880Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220814-04:46:57:162-68870], vertex-id=[450672], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:46:57 GMT], Content-Type=[application/json]}
2022-08-14T04:46:57.881Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:46:57.882Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|INFO|500||InvokeReturn
2022-08-14T04:46:57.882Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:46:57.882Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T04:46:57.889Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T04:46:57.890Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22721cab-f284-4af1-8057-9db064c64cf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:46:57.890Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:46:57.891Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:46:57.893Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:46:57.893Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452417890,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:46:57.993Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:46:57.995Z||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-08-14T04:46:57.995Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:46:58.024Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:46:58.025Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-08-14T04:46:58.931Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:46:58.935Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T04:46:58.935Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:08.505Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:08.507Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:47:08.507Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:47:08.508Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:16.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:16.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:47:16.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7139c4e1-8209-44f8-9f60-d4b74bdbf82d","serviceName":"vFW 2022-08-14 04-45-12","serviceVersion":"1.0","serviceUUID":"e9e764e3-8467-4220-bba6-f38ea8269fbf","serviceDescription":"catalog service description","serviceInvariantUUID":"aed62285-77fd-47c9-a5be-602e5f7f3c1a","resources":[{"resourceInstanceName":"vFW cd198485-5ec7 0","resourceName":"vFW cd198485-5ec7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91d8a534-84e4-4479-ad53-2a725ad61c84","resourceInvariantUUID":"e53d5bba-9bfb-4d0b-bd88-67b7ee29195b","resourceCustomizationUUID":"ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml","artifactChecksum":"ZTM5NTA0ODllOWViM2EwNGNjZjlmYTE3N2UzODRhZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7a6f088-0ffd-4d29-b9da-9263d256ce60","artifactVersion":"1"},{"artifactName":"vfwcd1984855ec70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json","artifactChecksum":"MGY0Yzg2NDdhZTFlODI2OThjODI0MjAxNzFlZjA3ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca1fb9c9-7a34-4313-b51f-dba878d18df8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ba4c5928-8fb0-4200-8aad-de833900b235","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml","artifactChecksum":"MWJkZmEwZTcyMDkyY2ZlOTJmMmNhYzM5MjM1ZjNkNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef915cf2-1b45-48f4-a582-aa65c2c42f81","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b08f958-7607-43d8-ac86-77eff1568f31","artifactVersion":"2","generatedFromUUID":"ba4c5928-8fb0-4200-8aad-de833900b235"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220814044512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml","artifactChecksum":"ODdmZTQ4NTdkZWE4MTQ3MmQxNDg2MWNkMDI5MTU3MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42ba6178-3e37-4288-b3e4-a75b5217d286","artifactVersion":"1"},{"artifactName":"service-Vfw20220814044512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar","artifactChecksum":"MzM1MzY1NTFkNDkwZTZiYzUzOThiMjI1ZTE2MjQwMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36c2b1ba-1423-454d-a4e4-c92b559b71cc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:47:16.443Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:16.444Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:16.448Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:16.448Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:47:16.549Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:16.550Z||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-08-14T04:47:16.550Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:16.584Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:16.585Z||pool-35-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:17.449Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:17.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:17.455Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:17.456Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:47:17.556Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:17.557Z||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-08-14T04:47:17.558Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:17.580Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:17.581Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:18.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:18.457Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:18.460Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:18.460Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:47:18.561Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T04:47:18.562Z||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-08-14T04:47:18.562Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:18.588Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:18.589Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:19.461Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:19.462Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:19.465Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:19.465Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:47:19.565Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:19.566Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-14T04:47:19.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:19.607Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:19.608Z||pool-38-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:20.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:20.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:20.469Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:20.469Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-14T04:47:20.569Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:20.570Z||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-08-14T04:47:20.571Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:20.607Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:20.608Z||pool-39-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:21.470Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:21.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:21.474Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:21.474Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.574Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:21.575Z||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-08-14T04:47:21.575Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:21.591Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:21.592Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:47:21.922Z||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-08-14T04:47:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:21.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:21.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452335778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "NOTIFIED"
}
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452336802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452344905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452349382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452350562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452351762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452353286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452354291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452355296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452356300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-14T04:47:21.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:22.474Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:22.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:22.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:22.479Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452428507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
"status": "NOTIFIED"
}
2022-08-14T04:47:22.579Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:22.580Z||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-08-14T04:47:22.580Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:22.614Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:22.614Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:23.481Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"serviceName": "vFW 2022-08-14 04-45-12",
"serviceVersion": "1.0",
"serviceUUID": "e9e764e3-8467-4220-bba6-f38ea8269fbf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aed62285-77fd-47c9-a5be-602e5f7f3c1a",
"resources": [
{
"resourceInstanceName": "vFW cd198485-5ec7 0",
"resourceCustomizationUUID": "ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95",
"resourceName": "vFW cd198485-5ec7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "91d8a534-84e4-4479-ad53-2a725ad61c84",
"resourceInvariantUUID": "e53d5bba-9bfb-4d0b-bd88-67b7ee29195b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcd1984855ec70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
"artifactChecksum": "MGY0Yzg2NDdhZTFlODI2OThjODI0MjAxNzFlZjA3ZjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca1fb9c9-7a34-4313-b51f-dba878d18df8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ba4c5928-8fb0-4200-8aad-de833900b235",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b08f958-7607-43d8-ac86-77eff1568f31",
"generatedFromUUID": "ba4c5928-8fb0-4200-8aad-de833900b235"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b08f958-7607-43d8-ac86-77eff1568f31",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220814044512-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
"artifactChecksum": "MzM1MzY1NTFkNDkwZTZiYzUzOThiMjI1ZTE2MjQwMTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36c2b1ba-1423-454d-a4e4-c92b559b71cc"
}
],
"workloadContext": "Production"
}
2022-08-14T04:47:23.482Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:47:23.482Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9e764e3-8467-4220-bba6-f38ea8269fbf ASDC
2022-08-14T04:47:23.482Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7139c4e1-8209-44f8-9f60-d4b74bdbf82d
ServiceName:vFW 2022-08-14 04-45-12
ServiceVersion:1.0
ServiceUUID:e9e764e3-8467-4220-bba6-f38ea8269fbf
ServiceInvariantUUID:aed62285-77fd-47c9-a5be-602e5f7f3c1a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220814044512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
ArtifactUUID:36c2b1ba-1423-454d-a4e4-c92b559b71cc
ArtifactChecksum:MzM1MzY1NTFkNDkwZTZiYzUzOThiMjI1ZTE2MjQwMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cd198485-5ec7 0
ResourceCustomizationUUID:ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
ResourceInvariantUUID:e53d5bba-9bfb-4d0b-bd88-67b7ee29195b
ResourceName:vFW cd198485-5ec7
ResourceType:VF
ResourceUUID:91d8a534-84e4-4479-ad53-2a725ad61c84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcd1984855ec70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
ArtifactUUID:ca1fb9c9-7a34-4313-b51f-dba878d18df8
ArtifactChecksum:MGY0Yzg2NDdhZTFlODI2OThjODI0MjAxNzFlZjA3ZjM=
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/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
ArtifactUUID:ba4c5928-8fb0-4200-8aad-de833900b235
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
ArtifactUUID:1b08f958-7607-43d8-ac86-77eff1568f31
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
ArtifactUUID:1b08f958-7607-43d8-ac86-77eff1568f31
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-14T04:47:23.483Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9e764e3-8467-4220-bba6-f38ea8269fbf 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-08-14T04:47:23.568Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:47:23.569Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:47:23.569Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:47:23.569Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 36c2b1ba-1423-454d-a4e4-c92b559b71cc from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:23.570Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:23.571Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:24.522Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:24.537Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar 36c2b1ba-1423-454d-a4e4-c92b559b71cc 99004
2022-08-14T04:47:24.538Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar ASDC sendASDCNotification
2022-08-14T04:47:24.538Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:24.538Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:24.539Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:24.541Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:24.541Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452444538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:24.641Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:47:24.643Z||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-08-14T04:47:24.643Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:24.678Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:24.679Z||pool-42-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:25.542Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:47:25.544Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:47:25.544Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 36c2b1ba-1423-454d-a4e4-c92b559b71cc, URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar to file: /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.545Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.546Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.546Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.767Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12507325563692458676/Definitions/service-Vfw20220814044512-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-08-14T04:47:28.586Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cd198485-5ec7 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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:47:28.591Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.591Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.591Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.592Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:47:28.592Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:47:28.592Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.593Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.593Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.593Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:47:28.594Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:47:28.594Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.594Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.596Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:28.596Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.596Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:47:28.600Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.600Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.600Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=402c85c6-d022-4102-ae9d-e4675aa90bd4
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a0056f7c-40b1-4f0e-9f30-595ce66e3a8f
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.609Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.609Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:28.609Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cfb16c1d-94f8-4423-9d05-2baa0a292d85
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-14 04-45-12
Description:catalog service description
Model UUID:e9e764e3-8467-4220-bba6-f38ea8269fbf
Model Version:NULL
Model InvariantUuid:aed62285-77fd-47c9-a5be-602e5f7f3c1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cd198485-5ec7
Model UUID:24157733-0846-4d17-a115-bedf3a2663f5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e53d5bba-9bfb-4d0b-bd88-67b7ee29195b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:164afec0-74d2-4658-9cb1-a8955f131120
ModelName:VfwCd1984855ec7..base_vfw..module-0
ModelUuid:5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:402c85c6-d022-4102-ae9d-e4675aa90bd4
ModelInvariantUuid:c55b5207-d80b-4702-82b5-eea4a0e9e3f0
ModelName:vFW cd198485-5ec7-nodes.vfwCvfc
ModelUuid:796ae3c4-2709-4a92-bf69-082e90db9660
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:34923866-c638-4754-a25a-133b57a724b8
ModelInvariantUuid:df70f540-65ed-40e3-a3d3-c92447fd7fab
ModelName:VfwCd1984855ec7.compute.nodes.heat.vfw
ModelUuid:dde18568-2612-494f-a53b-08a1ec3bcec1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a0056f7c-40b1-4f0e-9f30-595ce66e3a8f
ModelInvariantUuid:e85ac598-3535-494c-baac-3ee2a5a1d36f
ModelName:vFW cd198485-5ec7-nodes.vsnCvfc
ModelUuid:df866e4c-fa0e-4b88-8ecb-ef9cf2920e32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:810af318-9f47-484f-9f56-a8f1513d10f1
ModelInvariantUuid:830ecde6-f83a-4357-bedb-aa1535eaa304
ModelName:VfwCd1984855ec7.compute.nodes.heat.vsn
ModelUuid:224e0b61-a715-42e4-9ce6-2f4d4b29aeb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cfb16c1d-94f8-4423-9d05-2baa0a292d85
ModelInvariantUuid:8d10ada2-8946-4dfa-b78a-f7c6658a3cba
ModelName:vFW cd198485-5ec7-nodes.vpgCvfc
ModelUuid:77a142f3-49f8-43dc-9f1d-bdd3574abd4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8ec07bcf-40dc-4641-93cc-237da032033a
ModelInvariantUuid:a54c95fb-6350-476e-97a0-c19ec75a5fe1
ModelName:VfwCd1984855ec7.compute.nodes.heat.vpg
ModelUuid:306a6a06-83f6-4f3a-87fc-d84336a9c1ca
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-08-14T04:47:28.630Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 91d8a534-84e4-4479-ad53-2a725ad61c84
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-08-14T04:47:28.635Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||vFW cd198485-5ec7 0
2022-08-14T04:47:28.635Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91d8a534-84e4-4479-ad53-2a725ad61c84
2022-08-14T04:47:28.635Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca1fb9c9-7a34-4313-b51f-dba878d18df8 from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:28.636Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:28.636Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:28.893Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json ca1fb9c9-7a34-4313-b51f-dba878d18df8 785
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json ASDC sendASDCNotification
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:28.895Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:28.897Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:28.898Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452448894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:28.998Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:28.999Z||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-08-14T04:47:28.999Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:29.026Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:29.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:29.899Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCd1984855ec7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "164afec0-74d2-4658-9cb1-a8955f131120",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d",
"vfModuleModelCustomizationUUID": "40bf1941-2831-4bd2-aed9-1654b627f6a4",
"isBase": true,
"artifacts": [
"ba4c5928-8fb0-4200-8aad-de833900b235",
"1b08f958-7607-43d8-ac86-77eff1568f31"
],
"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-08-14T04:47:29.903Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCd1984855ec7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d
VfModuleModelInvariantUUID:164afec0-74d2-4658-9cb1-a8955f131120
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba4c5928-8fb0-4200-8aad-de833900b235
,
1b08f958-7607-43d8-ac86-77eff1568f31
}
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-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCd1984855ec7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "164afec0-74d2-4658-9cb1-a8955f131120",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d",
"vfModuleModelCustomizationUUID": "40bf1941-2831-4bd2-aed9-1654b627f6a4",
"isBase": true,
"artifacts": [
"ba4c5928-8fb0-4200-8aad-de833900b235",
"1b08f958-7607-43d8-ac86-77eff1568f31"
],
"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-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCd1984855ec7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d
VfModuleModelInvariantUUID:164afec0-74d2-4658-9cb1-a8955f131120
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba4c5928-8fb0-4200-8aad-de833900b235
,
1b08f958-7607-43d8-ac86-77eff1568f31
}
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-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba4c5928-8fb0-4200-8aad-de833900b235 from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:30.092Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:30.094Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml ba4c5928-8fb0-4200-8aad-de833900b235 20368
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:30.098Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:30.098Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452450095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:30.198Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:30.200Z||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-08-14T04:47:30.200Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:30.218Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:30.220Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:31.099Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1b08f958-7607-43d8-ac86-77eff1568f31 from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:31.100Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:31.100Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:31.391Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:31.391Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env 1b08f958-7607-43d8-ac86-77eff1568f31 2098
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:31.395Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:31.395Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660452451392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-14T04:47:31.495Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:31.497Z||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-08-14T04:47:31.497Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:31.516Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-14T04:47:31.517Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:32.396Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e9e764e3-8467-4220-bba6-f38ea8269fbf
2022-08-14T04:47:32.397Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cd198485-5ec7 0 91d8a534-84e4-4479-ad53-2a725ad61c84 ASDC
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 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 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-08-14T04:47:32.424Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30d2f3a3, org.onap.sdc.toscaparser.api.parameters.Input@1f41bffb, org.onap.sdc.toscaparser.api.parameters.Input@2ef5ae90, org.onap.sdc.toscaparser.api.parameters.Input@30b395e4, org.onap.sdc.toscaparser.api.parameters.Input@175b27ba]
2022-08-14T04:47:32.426Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.426Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.426Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-08-14T04:47:32.427Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
2022-08-14T04:47:32.427Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95 matches Tosca VF Customization UUID: ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
2022-08-14T04:47:32.427Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95 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-08-14T04:47:32.434Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.434Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.435Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95: {\"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-08-14T04:47:32.435Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a45ea42
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40bf1941-2831-4bd2-aed9-1654b627f6a4
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40bf1941-2831-4bd2-aed9-1654b627f6a4
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-08-14T04:47:32.441Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.441Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.441Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.442Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.442Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:32.444Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:47:32.444Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:32.444Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.446Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:32.446Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.446Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=402c85c6-d022-4102-ae9d-e4675aa90bd4
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-08-14T04:47:32.451Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-14T04:47:32.452Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.453Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.453Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery