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)
2023-01-17T05:25:52.519Z||main|||||INFO|500||The following profiles are active: basic
2023-01-17T05:26:10.344Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-17T05:26:10.351Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-17T05:26:10.549Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-17T05:26:20.943Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-17T05:26:21.911Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-17T05:26:23.301Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-17T05:26:24.056Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-17T05:26:25.115Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-17T05:26:28.637Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-17T05:26:29.833Z||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.
2023-01-17T05:26:34.730Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-17T05:26:34.951Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-17T05:26:34.994Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-17T05:26:35.010Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-17T05:26:35.931Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-17T05:26:36.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-17T05:26:38.948Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-17T05:26:38.986Z||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$$d5924008.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)
2023-01-17T05:26:38.987Z||main|||||WARN|500||The sdc end point is not alive
2023-01-17T05:26:45.388Z||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
2023-01-17T05:26:51.248Z||main|||||WARN|500||---
2023-01-17T05:26:51.249Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-17T05:26:51.249Z||main|||||WARN|500||---
2023-01-17T05:26:51.965Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-17T05:27:01.399Z||main|||||INFO|500||Started Application in 77.386 seconds (JVM running for 81.669)
2023-01-17T05:27:01.445Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-17T05:27:01.457Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-17T05:27:01.469Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-17T05:27:01.553Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= af5c6c5f-2772-4f89-9ea5-0c40c544cb25 url= /sdc/v1/artifactTypes
2023-01-17T05:27:01.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-17T05:27:02.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-17T05:27:02.233Z||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 SDC server
2023-01-17T05:27:02.234Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-17T05:27:02.235Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6c089e6c-0216-4875-8f7e-232b49aa1bb8 url= /sdc/v1/distributionKafkaData
2023-01-17T05:27:02.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-17T05:27:02.262Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-17T05:27:02.276Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3c56e80f
2023-01-17T05:27:02.401Z||scheduling-1|||||INFO|500||ProducerConfig values:
acks = -1
batch.size = 16384
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-01-17T05:27:02.484Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Instantiated an idempotent producer.
2023-01-17T05:27:02.626Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-17T05:27:02.755Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-17T05:27:02.756Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-17T05:27:02.757Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673933222751
2023-01-17T05:27:02.765Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-17T05:27:02.795Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-01-17T05:27:02.932Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-17T05:27:02.933Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-17T05:27:02.934Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673933222932
2023-01-17T05:27:02.936Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:27:02.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:27:02.959Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-01-17T05:27:02.998Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-17T05:27:02.998Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-17T05:27:03.000Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673933222998
2023-01-17T05:27:03.002Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:27:03.005Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:27:03.024Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-17T05:27:04.322Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T05:27:04.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:04.326Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Cluster ID: Et5HVKKxS0GhMNqa7JxnwA
2023-01-17T05:27:04.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Cluster ID: Et5HVKKxS0GhMNqa7JxnwA
2023-01-17T05:27:04.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:04.329Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:04.329Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:04.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:04.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:04.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Cluster ID: Et5HVKKxS0GhMNqa7JxnwA
2023-01-17T05:27:04.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] ProducerId set to 1004 with epoch 0
2023-01-17T05:27:04.334Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-17T05:27:04.334Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-17T05:27:04.384Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] (Re-)joining group
2023-01-17T05:27:04.394Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] (Re-)joining group
2023-01-17T05:27:04.493Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea
2023-01-17T05:27:04.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-01-17T05:27:04.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] (Re-)joining group
2023-01-17T05:27:04.502Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d
2023-01-17T05:27:04.503Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-01-17T05:27:04.504Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] (Re-)joining group
2023-01-17T05:27:10.515Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea', protocol='range'}
2023-01-17T05:27:10.523Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d', protocol='range'}
2023-01-17T05:27:10.604Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:10.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:10.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:10.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:10.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:10.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to CJUSE7miQvqyMXgvVKIDkw
2023-01-17T05:27:10.614Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-01-17T05:27:10.649Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d', protocol='range'}
2023-01-17T05:27:10.651Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-01-17T05:27:10.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-17T05:27:10.662Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea', protocol='range'}
2023-01-17T05:27:10.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-01-17T05:27:10.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-17T05:27:10.693Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-17T05:27:10.693Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-17T05:27:10.694Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-17T05:27:10.694Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-17T05:27:10.695Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-17T05:27:10.695Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-17T05:27:10.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-17T05:27:10.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-17T05:27:10.757Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-17T05:27:10.760Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-17T05:27:10.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-17T05:27:10.868Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-17T05:27:10.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-17T05:27:10.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-17T05:27:10.951Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-17T05:27:10.952Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-17T05:27:10.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-17T05:27:10.955Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-17T05:27:10.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-17T05:27:10.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-17T05:28:02.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:28:03.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:29:02.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:29:03.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:30:02.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:30:03.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:31:02.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:31:03.013Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:32:02.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:32:03.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:33:02.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:33:03.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:34:02.973Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:34:03.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:35:02.975Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:35:03.019Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:36:02.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:36:03.021Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:36:04.566Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Node -1 disconnected.
2023-01-17T05:36:04.568Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Node -1 disconnected.
2023-01-17T05:36:04.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Node -1 disconnected.
2023-01-17T05:36:34.385Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-17T05:37:02.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:37:03.023Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:38:02.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:38:03.024Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:39:02.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:39:03.027Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:40:02.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:40:03.028Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:41:02.985Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:41:03.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:42:02.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:42:03.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:43:02.992Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:43:03.034Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:44:02.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:44:03.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:45:02.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:45:03.039Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:46:03.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:46:03.041Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:47:03.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:47:03.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:48:03.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:48:03.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:49:03.008Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:49:03.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:50:03.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:50:03.048Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:51:03.014Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:51:03.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:52:03.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:52:03.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:53:03.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:53:03.053Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:54:03.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:54:03.056Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:55:03.021Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:55:03.057Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:56:03.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:56:03.058Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:57:03.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:57:03.060Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:58:03.025Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:58:03.063Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T05:59:03.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T05:59:03.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:00:03.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:00:03.066Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:01:03.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:01:03.067Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:02:03.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:02:03.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:03:03.034Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:03:03.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:04:03.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:04:03.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:05:03.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:05:03.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:06:03.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:06:03.076Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:07:03.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:07:03.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:08:03.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:08:03.079Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:09:03.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:09:03.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:10:03.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:10:03.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:11:03.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:11:03.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:12:03.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:12:03.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:13:03.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:13:03.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:14:03.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:14:03.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:15:03.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:15:03.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:16:03.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:16:03.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:17:03.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:17:03.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:18:03.068Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:18:03.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:19:03.068Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:19:03.094Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:20:03.070Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:20:03.096Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:21:03.072Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:21:03.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:22:03.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:22:03.106Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:23:03.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:23:03.108Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:24:03.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:24:03.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:25:03.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:25:03.111Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:03.083Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:26:03.113Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:17.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-17T06:26:17.204Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"7edb378a-3abd-49d8-8ff3-45d9df44f343","serviceName":"vFW 2023-01-17 06-25-08","serviceVersion":"1.0","serviceUUID":"0c5dd155-6f6a-4279-a585-a113eeb5dfa9","serviceDescription":"catalog service description","serviceInvariantUUID":"8fb00438-a54f-410d-9a2b-585af56bf0e1","resources":[{"resourceInstanceName":"vFW 6b20992c-f673 0","resourceName":"vFW 6b20992c-f673","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a6adefe-b4a1-4f07-b314-59da4d4a2e0b","resourceInvariantUUID":"81e81cda-7d23-4654-850c-b905a2278bc7","resourceCustomizationUUID":"06c77988-e803-4c13-873b-2d2447926ee0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml","artifactChecksum":"ZmY2OTY0ZDk3Yjg2NDE1YjZmY2VmNDgyZDhkM2RkMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d13f45e-6fcc-41c9-9602-bfbb00f2bceb","artifactVersion":"1"},{"artifactName":"vfw6b20992cf6730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json","artifactChecksum":"NzljOTA5MTU4NTc0YmQyZmM4NzEwMDUxODIwMTRkYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1af0948c-7b40-4242-824d-609038a6603b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08101c60-fb8d-4962-9a49-9e8aecf4db1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBhMTE5MWNiNjFiZGFlNGE2YWRkYjQ0ZWExZGQyZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd540c7c-8c03-41b8-9fd2-815b8c7919e9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b927deb8-5221-4ff1-a186-3ec0b9497430","artifactVersion":"2","generatedFromUUID":"08101c60-fb8d-4962-9a49-9e8aecf4db1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230117062508-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml","artifactChecksum":"ZmU0ZmFmMTZhMmQwZTYzZjA5MzJjNzIzY2I4Y2I4MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15a84edc-61d5-489f-929a-273f7fae1560","artifactVersion":"1"},{"artifactName":"service-Vfw20230117062508-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar","artifactChecksum":"YjRiZjk5MGVhODdlZTQ5ODEzNWM4ZTgyM2U2ZTQ5MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7ed4f46-bab7-4bb8-94cf-225b6f5450ff","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T06:26:17.243Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:17.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:17.262Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:17.262Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:17.272Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:26:17.274Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:26:17.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:26:17.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:26:17.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:26:18.337Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:18.337Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:18.338Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:18.338Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:19.341Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:19.342Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:19.342Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:19.342Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:20.344Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:20.344Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:20.344Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:20.345Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:21.346Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:21.349Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:21.350Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:21.350Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:22.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:22.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:22.352Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:22.353Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:23.353Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:26:23.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:23.354Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:23.355Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:24.359Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"serviceName": "vFW 2023-01-17 06-25-08",
"serviceVersion": "1.0",
"serviceUUID": "0c5dd155-6f6a-4279-a585-a113eeb5dfa9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8fb00438-a54f-410d-9a2b-585af56bf0e1",
"resources": [
{
"resourceInstanceName": "vFW 6b20992c-f673 0",
"resourceCustomizationUUID": "06c77988-e803-4c13-873b-2d2447926ee0",
"resourceName": "vFW 6b20992c-f673",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6a6adefe-b4a1-4f07-b314-59da4d4a2e0b",
"resourceInvariantUUID": "81e81cda-7d23-4654-850c-b905a2278bc7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6b20992cf6730_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"artifactChecksum": "NzljOTA5MTU4NTc0YmQyZmM4NzEwMDUxODIwMTRkYTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1af0948c-7b40-4242-824d-609038a6603b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "08101c60-fb8d-4962-9a49-9e8aecf4db1d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b927deb8-5221-4ff1-a186-3ec0b9497430",
"generatedFromUUID": "08101c60-fb8d-4962-9a49-9e8aecf4db1d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b927deb8-5221-4ff1-a186-3ec0b9497430",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230117062508-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"artifactChecksum": "YjRiZjk5MGVhODdlZTQ5ODEzNWM4ZTgyM2U2ZTQ5MDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7ed4f46-bab7-4bb8-94cf-225b6f5450ff"
}
],
"workloadContext": "Production"
}
2023-01-17T06:26:24.366Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T06:26:24.367Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c5dd155-6f6a-4279-a585-a113eeb5dfa9 ASDC
2023-01-17T06:26:24.537Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7edb378a-3abd-49d8-8ff3-45d9df44f343
ServiceName:vFW 2023-01-17 06-25-08
ServiceVersion:1.0
ServiceUUID:0c5dd155-6f6a-4279-a585-a113eeb5dfa9
ServiceInvariantUUID:8fb00438-a54f-410d-9a2b-585af56bf0e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230117062508-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar
ArtifactUUID:c7ed4f46-bab7-4bb8-94cf-225b6f5450ff
ArtifactChecksum:YjRiZjk5MGVhODdlZTQ5ODEzNWM4ZTgyM2U2ZTQ5MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b20992c-f673 0
ResourceCustomizationUUID:06c77988-e803-4c13-873b-2d2447926ee0
ResourceInvariantUUID:81e81cda-7d23-4654-850c-b905a2278bc7
ResourceName:vFW 6b20992c-f673
ResourceType:VF
ResourceUUID:6a6adefe-b4a1-4f07-b314-59da4d4a2e0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b20992cf6730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json
ArtifactUUID:1af0948c-7b40-4242-824d-609038a6603b
ArtifactChecksum:NzljOTA5MTU4NTc0YmQyZmM4NzEwMDUxODIwMTRkYTE=
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/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml
ArtifactUUID:08101c60-fb8d-4962-9a49-9e8aecf4db1d
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/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env
ArtifactUUID:b927deb8-5221-4ff1-a186-3ec0b9497430
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/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env
ArtifactUUID:b927deb8-5221-4ff1-a186-3ec0b9497430
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-17T06:26:24.538Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c5dd155-6f6a-4279-a585-a113eeb5dfa9 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 (?, ?, ?, ?, ?)
2023-01-17T06:26:24.855Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:26:24.856Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:26:24.858Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:26:24.858Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7ed4f46-bab7-4bb8-94cf-225b6f5450ff from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:24.859Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:26:24.860Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:25.037Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:26:25.064Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar c7ed4f46-bab7-4bb8-94cf-225b6f5450ff 101504
2023-01-17T06:26:25.065Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar ASDC sendASDCNotification
2023-01-17T06:26:25.065Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:25.066Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:26:25.067Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:25.068Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:25.068Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936785064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:26.069Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:26:26.070Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:26:26.071Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c7ed4f46-bab7-4bb8-94cf-225b6f5450ff, URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar to file: /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:26.071Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230117062508-csar.csar
2023-01-17T06:26:26.217Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:26.217Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:27.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10955171383032456148/Definitions/service-Vfw20230117062508-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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
2023-01-17T06:26:31.084Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T06:26:31.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:26:31.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-17T06:26:31.093Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.093Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.096Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.096Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.096Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b20992c-f673 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:31.097Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:26:31.104Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.107Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.113Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:31.114Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:26:31.116Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:26:31.118Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.119Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.119Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:31.120Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:26:31.121Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:26:31.121Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.122Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.126Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.127Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:31.127Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:31.128Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T06:26:31.129Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.129Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.130Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.130Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T06:26:31.130Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:31.131Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T06:26:31.131Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T06:26:31.132Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.132Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.133Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T06:26:31.133Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.134Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T06:26:31.134Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.134Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-17T06:26:31.135Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.135Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T06:26:31.137Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.138Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:31.138Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:31.139Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.139Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:31.140Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:31.140Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.141Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:31.141Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:31.142Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.142Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:31.142Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:31.143Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-17T06:26:31.143Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:31.144Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T06:26:31.144Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T06:26:31.145Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.145Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.145Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T06:26:31.146Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.146Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T06:26:31.147Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.147Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ad8d-d3bc-4c44-aeb9-7e1d09ad563b
2023-01-17T06:26:31.148Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.148Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:31.149Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:31.149Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T06:26:31.150Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.150Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.150Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.151Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T06:26:31.151Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:31.152Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-17T06:26:31.152Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T06:26:31.153Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.153Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T06:26:31.154Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.154Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55531303-54c9-4ca9-a32a-c6f061ed553e
2023-01-17T06:26:31.155Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.156Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:31.156Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:31.156Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T06:26:31.157Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.157Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.158Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.158Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T06:26:31.159Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:31.159Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T06:26:31.159Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T06:26:31.160Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:31.160Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:31.161Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-17T06:26:31.161Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ecbc2b5f-015a-44b2-a63f-34d98cc5d84f
2023-01-17T06:26:31.162Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.162Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.162Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.163Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.163Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.163Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.164Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:31.164Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:31.165Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-17 06-25-08
Description:catalog service description
Model UUID:0c5dd155-6f6a-4279-a585-a113eeb5dfa9
Model Version:NULL
Model InvariantUuid:8fb00438-a54f-410d-9a2b-585af56bf0e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6b20992c-f673
Model UUID:794e06e1-5243-43bb-93a5-f687db5e215d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:81e81cda-7d23-4654-850c-b905a2278bc7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:06c77988-e803-4c13-873b-2d2447926ee0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:821ad647-2019-44e8-a75e-8e4f0c8ee31b
ModelName:Vfw6b20992cF673..base_vfw..module-0
ModelUuid:18b59100-49ec-41c4-a55e-42b5e484e60f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7ac3ad8d-d3bc-4c44-aeb9-7e1d09ad563b
ModelInvariantUuid:ceb67af0-ccd5-4188-8220-0fccc03c8bc3
ModelName:vFW 6b20992c-f673-nodes.vfwCvfc
ModelUuid:a402184e-ce79-49b0-9f7a-d3f8237b82f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:27aa1940-7870-4878-b0b0-ac6acc35fbdf
ModelInvariantUuid:acdc978a-d529-4693-9b73-f5032857dfb1
ModelName:Vfw6b20992cF673.compute.nodes.heat.vfw
ModelUuid:88fc74b1-41dc-4c0c-bb2e-77351e1b2a28
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:55531303-54c9-4ca9-a32a-c6f061ed553e
ModelInvariantUuid:b02f33d8-5a73-4679-b5ca-b36118e8643c
ModelName:vFW 6b20992c-f673-nodes.vsnCvfc
ModelUuid:0178e3c6-d1f1-4b7a-8e86-aacec4e61347
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bbac707a-537f-4bc7-a195-b79448392ad2
ModelInvariantUuid:20e12675-1f4c-48c7-a0c5-7e691b648343
ModelName:Vfw6b20992cF673.compute.nodes.heat.vsn
ModelUuid:4eba8f4d-1898-4228-8c7c-156f70ffd9e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ecbc2b5f-015a-44b2-a63f-34d98cc5d84f
ModelInvariantUuid:76de9398-ff65-4d19-a6ba-6d0d0c7eb38c
ModelName:vFW 6b20992c-f673-nodes.vpgCvfc
ModelUuid:e11c17f1-919c-4642-bf8f-1b746aee05f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9d5f6cd9-c875-4d8e-9a65-29fa9dcc6f2e
ModelInvariantUuid:6b1ddf68-9c89-4005-a298-ca58da96f7b8
ModelName:Vfw6b20992cF673.compute.nodes.heat.vpg
ModelUuid:4e446f0b-358d-442a-aa81-681429f6d6f3
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=?
2023-01-17T06:26:31.195Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b
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=?
2023-01-17T06:26:31.317Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||vFW 6b20992c-f673 0
2023-01-17T06:26:31.324Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b
2023-01-17T06:26:31.325Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1af0948c-7b40-4242-824d-609038a6603b from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json
2023-01-17T06:26:31.326Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:26:31.326Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json
2023-01-17T06:26:31.408Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:26:31.409Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json 1af0948c-7b40-4242-824d-609038a6603b 785
2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json ASDC sendASDCNotification
2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json
2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:31.411Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936791410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:32.412Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b20992cF673..base_vfw..module-0",
"vfModuleModelInvariantUUID": "821ad647-2019-44e8-a75e-8e4f0c8ee31b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "18b59100-49ec-41c4-a55e-42b5e484e60f",
"vfModuleModelCustomizationUUID": "a4195f37-b8e3-4b86-8905-c6cb32de39f0",
"isBase": true,
"artifacts": [
"08101c60-fb8d-4962-9a49-9e8aecf4db1d",
"b927deb8-5221-4ff1-a186-3ec0b9497430"
],
"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": ""
}
}
]
2023-01-17T06:26:32.430Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b20992cF673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18b59100-49ec-41c4-a55e-42b5e484e60f
VfModuleModelInvariantUUID:821ad647-2019-44e8-a75e-8e4f0c8ee31b
VfModuleModelDescription:NULL
Artifacts UUID List:{
08101c60-fb8d-4962-9a49-9e8aecf4db1d
,
b927deb8-5221-4ff1-a186-3ec0b9497430
}
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
}
2023-01-17T06:26:32.433Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b20992cF673..base_vfw..module-0",
"vfModuleModelInvariantUUID": "821ad647-2019-44e8-a75e-8e4f0c8ee31b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "18b59100-49ec-41c4-a55e-42b5e484e60f",
"vfModuleModelCustomizationUUID": "a4195f37-b8e3-4b86-8905-c6cb32de39f0",
"isBase": true,
"artifacts": [
"08101c60-fb8d-4962-9a49-9e8aecf4db1d",
"b927deb8-5221-4ff1-a186-3ec0b9497430"
],
"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": ""
}
}
]
2023-01-17T06:26:32.433Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b20992cF673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18b59100-49ec-41c4-a55e-42b5e484e60f
VfModuleModelInvariantUUID:821ad647-2019-44e8-a75e-8e4f0c8ee31b
VfModuleModelDescription:NULL
Artifacts UUID List:{
08101c60-fb8d-4962-9a49-9e8aecf4db1d
,
b927deb8-5221-4ff1-a186-3ec0b9497430
}
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
}
2023-01-17T06:26:32.433Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08101c60-fb8d-4962-9a49-9e8aecf4db1d from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml
2023-01-17T06:26:32.434Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:26:32.434Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml
2023-01-17T06:26:32.495Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:26:32.496Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml 08101c60-fb8d-4962-9a49-9e8aecf4db1d 20368
2023-01-17T06:26:32.496Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml
2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936792496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:33.502Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b927deb8-5221-4ff1-a186-3ec0b9497430 from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env
2023-01-17T06:26:33.502Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:26:33.503Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env
2023-01-17T06:26:33.560Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:26:33.561Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env b927deb8-5221-4ff1-a186-3ec0b9497430 2098
2023-01-17T06:26:33.561Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-17T06:26:33.561Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env
2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936793561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:34.563Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0c5dd155-6f6a-4279-a585-a113eeb5dfa9
2023-01-17T06:26:34.563Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b20992c-f673 0 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b 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=?
2023-01-17T06:26:34.616Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@289854b, org.onap.sdc.toscaparser.api.parameters.Input@5a59ade3, org.onap.sdc.toscaparser.api.parameters.Input@53e0d93d, org.onap.sdc.toscaparser.api.parameters.Input@19e76381, org.onap.sdc.toscaparser.api.parameters.Input@578a0e2b]
2023-01-17T06:26:34.620Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.621Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.621Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-01-17T06:26:34.621Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 06c77988-e803-4c13-873b-2d2447926ee0
2023-01-17T06:26:34.622Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06c77988-e803-4c13-873b-2d2447926ee0 matches Tosca VF Customization UUID: 06c77988-e803-4c13-873b-2d2447926ee0
2023-01-17T06:26:34.622Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 06c77988-e803-4c13-873b-2d2447926ee0 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=?
2023-01-17T06:26:34.631Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.631Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.633Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 06c77988-e803-4c13-873b-2d2447926ee0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-17T06:26:34.633Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52554c54
2023-01-17T06:26:34.633Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.634Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T06:26:34.635Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4195f37-b8e3-4b86-8905-c6cb32de39f0
2023-01-17T06:26:34.636Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4195f37-b8e3-4b86-8905-c6cb32de39f0
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=?
2023-01-17T06:26:34.646Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.646Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:34.646Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:34.647Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.647Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:34.647Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ad8d-d3bc-4c44-aeb9-7e1d09ad563b
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=?
2023-01-17T06:26:34.659Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.659Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:34.660Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:34.660Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.660Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.662Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T06:26:34.662Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:34.662Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-17T06:26:34.663Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T06:26:34.663Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:34.663Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T06:26:34.664Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.664Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55531303-54c9-4ca9-a32a-c6f061ed553e
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=?
2023-01-17T06:26:34.667Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.668Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:34.668Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:34.671Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.672Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria
2023-01-17T06:26:34.672Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T06:26:34.672Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T06:26:34.675Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T06:26:34.675Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-17T06:26:34.675Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ecbc2b5f-015a-44b2-a63f-34d98cc5d84f
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=?
2023-01-17T06:26:34.683Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.684Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:34.684Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:26:34.684Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.685Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria
2023-01-17T06:26:34.685Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=06c77988-e803-4c13-873b-2d2447926ee0
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=?
2023-01-17T06:26:34.688Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.688Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.689Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0c5dd155-6f6a-4279-a585-a113eeb5dfa9: vFW 6b20992c-f673
2023-01-17T06:26:34.689Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.689Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-17 06-25-08
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 (?, ?, ?, ?, ?)
2023-01-17T06:26:35.076Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b20992c-f673 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b 1 ASDC deployResourceStructure
2023-01-17T06:26:35.077Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json ASDC sendASDCNotification
2023-01-17T06:26:35.078Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json
2023-01-17T06:26:35.079Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:26:35.080Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:35.082Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:35.083Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936795077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:36.086Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-17T06:26:36.086Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml
2023-01-17T06:26:36.086Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:26:36.087Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:36.087Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:36.087Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936796085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:37.088Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-17T06:26:37.088Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env
2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936797088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:38.090Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar ASDC sendASDCNotification
2023-01-17T06:26:38.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar
2023-01-17T06:26:38.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:26:38.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:26:38.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:26:38.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936798090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:26:39.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:26:39.166Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
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=?
2023-01-17T06:26:39.177Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:26:39.178Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:26:39.178Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:27:03.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:27:03.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:27:03.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:27:03.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:27:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:27:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:27:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:27:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:27:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:27:09.181Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:27:09.228Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
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=?
2023-01-17T06:27:09.235Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:27:09.235Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:27:09.235Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:27:39.236Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:27:39.250Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
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=?
2023-01-17T06:27:39.260Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:27:39.260Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:27:39.260Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:28:03.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:28:03.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.031Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.032Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936762403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.049Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936760953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936764141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936776922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936745549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.052Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936763083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936784518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936784145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.054Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936784387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.054Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936784535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936785064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936785167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-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=?
2023-01-17T06:28:03.078Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343
2023-01-17T06:28:03.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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 (?, ?, ?, ?, ?)
2023-01-17T06:28:03.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936785557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936785596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "policy-distribution",
"timestamp": 1673936786560,
"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=?
2023-01-17T06:28:03.116Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343
2023-01-17T06:28:03.117Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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 (?, ?, ?, ?, ?)
2023-01-17T06:28:03.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936786660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936787751,
"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=?
2023-01-17T06:28:03.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343
2023-01-17T06:28:03.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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=?
2023-01-17T06:28:03.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.150Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "multicloud-k8s",
"timestamp": 1673936788754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936791410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.152Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.153Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936792496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936793561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936795077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.156Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.157Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936796085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.157Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:28:03.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936797088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936791260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:28:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.160Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936798090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.161Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936799136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:28:03.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.162Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936799458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.163Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "aai-model-loader",
"timestamp": 1673936800462,
"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=?
2023-01-17T06:28:03.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343
2023-01-17T06:28:03.183Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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 (?, ?, ?, ?, ?)
2023-01-17T06:28:03.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936804647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:28:03.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:28:03.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:28:03.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936805652,
"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=?
2023-01-17T06:28:03.232Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343
2023-01-17T06:28:03.232Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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 (?, ?, ?, ?, ?)
2023-01-17T06:28:09.261Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:28:09.310Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343
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=?
2023-01-17T06:28:09.318Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:28:09.318Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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=?
2023-01-17T06:28:09.350Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-17T06:28:39.352Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 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=?
2023-01-17T06:28:39.382Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 and serviceModelVersionId: 0c5dd155-6f6a-4279-a585-a113eeb5dfa9
2023-01-17T06:28:39.382Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fb00438-a54f-410d-9a2b-585af56bf0e1
2023-01-17T06:29:03.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:03.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.015Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.017Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.017Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.026Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.028Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936817565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "ves-openapi-manager",
"timestamp": 1673936843930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936819762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936846173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.032Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936854138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936854151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936853757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.035Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936855140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:29:03.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "cds-sdc-listener",
"timestamp": 1673936854763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T06:29:03.086Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567
2023-01-17T06:29:03.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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 (?, ?, ?, ?, ?)
2023-01-17T06:29:03.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936855229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "policy-distribution",
"timestamp": 1673936856141,
"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=?
2023-01-17T06:29:03.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567
2023-01-17T06:29:03.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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 (?, ?, ?, ?, ?)
2023-01-17T06:29:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936856372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936857399,
"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=?
2023-01-17T06:29:03.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567
2023-01-17T06:29:03.184Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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=?
2023-01-17T06:29:03.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.205Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936851260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "multicloud-k8s",
"timestamp": 1673936858402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T06:29:03.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936859070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:29:03.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.210Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936854141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:29:03.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936861246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:29:03.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936861676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:29:03.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673936862685,
"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=?
2023-01-17T06:29:03.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567
2023-01-17T06:29:03.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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 (?, ?, ?, ?, ?)
2023-01-17T06:29:03.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936868762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:29:03.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:29:03.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:29:03.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "aai-model-loader",
"timestamp": 1673936869764,
"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=?
2023-01-17T06:29:03.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567
2023-01-17T06:29:03.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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 (?, ?, ?, ?, ?)
2023-01-17T06:29:12.254Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0
2023-01-17T06:29:12.532Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-17T06:29:13.687Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|INFO|500||Invoke
2023-01-17T06:29:13.697Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7edb378a-3abd-49d8-8ff3-45d9df44f343], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a58239f8-52db-4955-99f2-e0b06c0a3b43], X-ECOMP-RequestID=[7edb378a-3abd-49d8-8ff3-45d9df44f343], X-TransactionId=[], X-ONAP-RequestID=[7edb378a-3abd-49d8-8ff3-45d9df44f343], Content-Type=[application/merge-patch+json]}
2023-01-17T06:29:13.963Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-17T06:29:14.267Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?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/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:29:13 GMT], content-length=[0], vertex-id=[221320], x-aai-txid=[1-aai-resources-230117-06:29:13:859-8651], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-17T06:29:14.270Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-17T06:29:14.272Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|INFO|500||InvokeReturn
2023-01-17T06:29:14.285Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-17T06:29:14.286Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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=?
2023-01-17T06:29:14.301Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||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:69)
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)
2023-01-17T06:29:14.307Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7edb378a-3abd-49d8-8ff3-45d9df44f343 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-17T06:29:14.310Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-17T06:29:14.310Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:14.313Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:14.314Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936954308,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:29:15.356Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:29:15.372Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-17T06:29:15.372Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b077e58a-dc68-4909-84f6-647b30514567","serviceName":"basic_onboard_liKcWC","serviceVersion":"1.0","serviceUUID":"7a4acd7a-fa67-40be-ab18-984c5fd65146","serviceDescription":"service","serviceInvariantUUID":"612fd20b-2809-48c0-b8cf-046f415d3786","resources":[{"resourceInstanceName":"basic_onboard_liKcWC 0","resourceName":"basic_onboard_liKcWC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0fd7888-f962-4427-973f-f86e2798ee21","resourceInvariantUUID":"1839d010-91e6-4f4e-bec3-b43ee3542b58","resourceCustomizationUUID":"37901aab-0c84-44b5-b1ec-d6908f872753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ4ZmQ1OGFiYzllNDU1M2ZmMTE0NjVkZjNkZmI0N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6956413a-819c-473a-b8fa-664594700f21","artifactVersion":"1"},{"artifactName":"basic_onboard_likcwc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json","artifactChecksum":"YzhmMzdkMjRkMDM5ZDllNzg2NzQxZWFkODFjOGUxZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"564fa70b-b39e-4645-8031-32e93a41a96b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d66b235a-37f4-4d20-8a35-0f92bab33709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70b5510c-9122-4bca-b266-fba6f1bf42c9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"be9f0544-134a-4d9f-a5d3-bb448b994e6f","artifactVersion":"2","generatedFromUUID":"d66b235a-37f4-4d20-8a35-0f92bab33709"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLikcwc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml","artifactChecksum":"MmE1NDcwZDllYzc3MjEyNzA4NmFmNWU5Yzc4ODAyOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"746d018f-3ed5-4a45-9fc2-29c0d03a1462","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLikcwc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar","artifactChecksum":"YTA3NTc5YzUyNjFhZDE1OWU1MDAzNjI4MzdkNTRhMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c86e5220-c323-4f73-b175-9542e0098ed9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T06:29:15.379Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:15.379Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:15.379Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:15.380Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:16.382Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:16.383Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:16.383Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:16.383Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:17.396Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:17.396Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:17.397Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:17.398Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:18.406Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:18.407Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:18.407Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:18.407Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:19.409Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:19.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:19.411Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:19.411Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:20.412Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:20.413Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:20.414Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:20.415Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:21.417Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:29:21.418Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:21.419Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:21.419Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:22.421Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"serviceName": "basic_onboard_liKcWC",
"serviceVersion": "1.0",
"serviceUUID": "7a4acd7a-fa67-40be-ab18-984c5fd65146",
"serviceDescription": "service",
"serviceInvariantUUID": "612fd20b-2809-48c0-b8cf-046f415d3786",
"resources": [
{
"resourceInstanceName": "basic_onboard_liKcWC 0",
"resourceCustomizationUUID": "37901aab-0c84-44b5-b1ec-d6908f872753",
"resourceName": "basic_onboard_liKcWC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0fd7888-f962-4427-973f-f86e2798ee21",
"resourceInvariantUUID": "1839d010-91e6-4f4e-bec3-b43ee3542b58",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_likcwc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"artifactChecksum": "YzhmMzdkMjRkMDM5ZDllNzg2NzQxZWFkODFjOGUxZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "564fa70b-b39e-4645-8031-32e93a41a96b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d66b235a-37f4-4d20-8a35-0f92bab33709",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "be9f0544-134a-4d9f-a5d3-bb448b994e6f",
"generatedFromUUID": "d66b235a-37f4-4d20-8a35-0f92bab33709"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "be9f0544-134a-4d9f-a5d3-bb448b994e6f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLikcwc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"artifactChecksum": "YTA3NTc5YzUyNjFhZDE1OWU1MDAzNjI4MzdkNTRhMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c86e5220-c323-4f73-b175-9542e0098ed9"
}
],
"workloadContext": "Production"
}
2023-01-17T06:29:22.422Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T06:29:22.422Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a4acd7a-fa67-40be-ab18-984c5fd65146 ASDC
2023-01-17T06:29:22.423Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b077e58a-dc68-4909-84f6-647b30514567
ServiceName:basic_onboard_liKcWC
ServiceVersion:1.0
ServiceUUID:7a4acd7a-fa67-40be-ab18-984c5fd65146
ServiceInvariantUUID:612fd20b-2809-48c0-b8cf-046f415d3786
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLikcwc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar
ArtifactUUID:c86e5220-c323-4f73-b175-9542e0098ed9
ArtifactChecksum:YTA3NTc5YzUyNjFhZDE1OWU1MDAzNjI4MzdkNTRhMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_liKcWC 0
ResourceCustomizationUUID:37901aab-0c84-44b5-b1ec-d6908f872753
ResourceInvariantUUID:1839d010-91e6-4f4e-bec3-b43ee3542b58
ResourceName:basic_onboard_liKcWC
ResourceType:VF
ResourceUUID:f0fd7888-f962-4427-973f-f86e2798ee21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_likcwc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json
ArtifactUUID:564fa70b-b39e-4645-8031-32e93a41a96b
ArtifactChecksum:YzhmMzdkMjRkMDM5ZDllNzg2NzQxZWFkODFjOGUxZjk=
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/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d66b235a-37f4-4d20-8a35-0f92bab33709
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/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env
ArtifactUUID:be9f0544-134a-4d9f-a5d3-bb448b994e6f
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/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env
ArtifactUUID:be9f0544-134a-4d9f-a5d3-bb448b994e6f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-17T06:29:22.424Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a4acd7a-fa67-40be-ab18-984c5fd65146 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=?
2023-01-17T06:29:22.476Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:29:22.478Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:29:22.478Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:29:22.478Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c86e5220-c323-4f73-b175-9542e0098ed9 from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:22.479Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:29:22.479Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:22.592Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:29:22.613Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar c86e5220-c323-4f73-b175-9542e0098ed9 75663
2023-01-17T06:29:22.615Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar ASDC sendASDCNotification
2023-01-17T06:29:22.615Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:22.615Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:29:22.616Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:22.617Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:22.617Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936962615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:23.618Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:29:23.620Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:29:23.621Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c86e5220-c323-4f73-b175-9542e0098ed9, URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar to file: /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:23.622Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:23.622Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:23.623Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:23.992Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3997721066816685795/Definitions/service-BasicOnboardLikcwc-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-17T06:29:26.351Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T06:29:26.352Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:29:26.352Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_liKcWC 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.354Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.354Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:26.354Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:29:26.356Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.356Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.356Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is not matching search criteria
2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-17T06:29:26.361Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.361Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T06:29:26.362Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.362Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:26.363Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:29:26.363Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.363Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:29:26.365Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.365Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is not matching search criteria
2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbb183e8-38ba-4ed7-9008-efc9b0aa668d
2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_liKcWC
Description:service
Model UUID:7a4acd7a-fa67-40be-ab18-984c5fd65146
Model Version:NULL
Model InvariantUuid:612fd20b-2809-48c0-b8cf-046f415d3786
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_liKcWC
Model UUID:e99ecb41-7e74-42d6-86fa-1986641dd528
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1839d010-91e6-4f4e-bec3-b43ee3542b58
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:37901aab-0c84-44b5-b1ec-d6908f872753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:45d8008b-6504-43af-9e03-a7e3d0a4fc01
ModelName:BasicOnboardLikcwc..base_ubuntu18..module-0
ModelUuid:4f2eb486-6098-420e-a6ea-c11e0653b492
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cbb183e8-38ba-4ed7-9008-efc9b0aa668d
ModelInvariantUuid:09571ea5-5780-4a81-bc7a-5c7e5c3e2258
ModelName:basic_onboard_liKcWC-nodes.ubuntu18Cvfc
ModelUuid:79bafd01-c50d-4a5d-a8d7-3af5796a863f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b10fa96c-aebd-48b4-853b-6971a0c50191
ModelInvariantUuid:ad744ccd-45f3-454e-83ed-8374bf6d5a82
ModelName:BasicOnboardLikcwc.compute.nodes.heat.ubuntu18
ModelUuid:9abf014b-6477-416a-9455-5a1d72e9af52
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=?
2023-01-17T06:29:26.380Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f0fd7888-f962-4427-973f-f86e2798ee21
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=?
2023-01-17T06:29:26.384Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||basic_onboard_liKcWC 0
2023-01-17T06:29:26.385Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0fd7888-f962-4427-973f-f86e2798ee21
2023-01-17T06:29:26.386Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 564fa70b-b39e-4645-8031-32e93a41a96b from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json
2023-01-17T06:29:26.386Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:29:26.387Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json
2023-01-17T06:29:26.467Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:29:26.468Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json 564fa70b-b39e-4645-8031-32e93a41a96b 798
2023-01-17T06:29:26.469Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json ASDC sendASDCNotification
2023-01-17T06:29:26.469Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json
2023-01-17T06:29:26.470Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:29:26.470Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:26.470Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:26.471Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936966469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:27.472Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLikcwc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "45d8008b-6504-43af-9e03-a7e3d0a4fc01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f2eb486-6098-420e-a6ea-c11e0653b492",
"vfModuleModelCustomizationUUID": "ba66682e-7780-4243-a6b5-57ca56f499b9",
"isBase": true,
"artifacts": [
"d66b235a-37f4-4d20-8a35-0f92bab33709",
"be9f0544-134a-4d9f-a5d3-bb448b994e6f"
],
"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": ""
}
}
]
2023-01-17T06:29:27.485Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLikcwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f2eb486-6098-420e-a6ea-c11e0653b492
VfModuleModelInvariantUUID:45d8008b-6504-43af-9e03-a7e3d0a4fc01
VfModuleModelDescription:NULL
Artifacts UUID List:{
d66b235a-37f4-4d20-8a35-0f92bab33709
,
be9f0544-134a-4d9f-a5d3-bb448b994e6f
}
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
}
2023-01-17T06:29:27.488Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLikcwc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "45d8008b-6504-43af-9e03-a7e3d0a4fc01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f2eb486-6098-420e-a6ea-c11e0653b492",
"vfModuleModelCustomizationUUID": "ba66682e-7780-4243-a6b5-57ca56f499b9",
"isBase": true,
"artifacts": [
"d66b235a-37f4-4d20-8a35-0f92bab33709",
"be9f0544-134a-4d9f-a5d3-bb448b994e6f"
],
"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": ""
}
}
]
2023-01-17T06:29:27.489Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLikcwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f2eb486-6098-420e-a6ea-c11e0653b492
VfModuleModelInvariantUUID:45d8008b-6504-43af-9e03-a7e3d0a4fc01
VfModuleModelDescription:NULL
Artifacts UUID List:{
d66b235a-37f4-4d20-8a35-0f92bab33709
,
be9f0544-134a-4d9f-a5d3-bb448b994e6f
}
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
}
2023-01-17T06:29:27.489Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d66b235a-37f4-4d20-8a35-0f92bab33709 from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml
2023-01-17T06:29:27.489Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:29:27.490Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml
2023-01-17T06:29:27.548Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:29:27.549Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml d66b235a-37f4-4d20-8a35-0f92bab33709 5033
2023-01-17T06:29:27.549Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-17T06:29:27.550Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml
2023-01-17T06:29:27.550Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:29:27.550Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:27.551Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:27.551Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936967549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:28.553Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be9f0544-134a-4d9f-a5d3-bb448b994e6f from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env
2023-01-17T06:29:28.554Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:29:28.554Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env
2023-01-17T06:29:28.602Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env be9f0544-134a-4d9f-a5d3-bb448b994e6f 909
2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env
2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:29:28.604Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:28.604Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:28.604Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936968603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:29.606Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a4acd7a-fa67-40be-ab18-984c5fd65146
2023-01-17T06:29:29.606Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_liKcWC 0 f0fd7888-f962-4427-973f-f86e2798ee21 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=?
2023-01-17T06:29:29.626Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cef0319, org.onap.sdc.toscaparser.api.parameters.Input@1e97e4e3, org.onap.sdc.toscaparser.api.parameters.Input@6cd87f88, org.onap.sdc.toscaparser.api.parameters.Input@5c0d5445, org.onap.sdc.toscaparser.api.parameters.Input@684e6316]
2023-01-17T06:29:29.628Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.628Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 37901aab-0c84-44b5-b1ec-d6908f872753
2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37901aab-0c84-44b5-b1ec-d6908f872753 matches Tosca VF Customization UUID: 37901aab-0c84-44b5-b1ec-d6908f872753
2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 37901aab-0c84-44b5-b1ec-d6908f872753 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=?
2023-01-17T06:29:29.634Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.635Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.636Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 37901aab-0c84-44b5-b1ec-d6908f872753: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-17T06:29:29.636Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@504dff6f
2023-01-17T06:29:29.636Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.637Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T06:29:29.637Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba66682e-7780-4243-a6b5-57ca56f499b9
2023-01-17T06:29:29.637Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba66682e-7780-4243-a6b5-57ca56f499b9
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=?
2023-01-17T06:29:29.643Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.643Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:29.643Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:29:29.644Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.644Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:29.644Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:29:29.645Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.645Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is not matching search criteria
2023-01-17T06:29:29.646Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-17T06:29:29.646Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-17T06:29:29.646Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbb183e8-38ba-4ed7-9008-efc9b0aa668d
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=?
2023-01-17T06:29:29.650Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.651Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:29.651Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T06:29:29.651Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.652Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria
2023-01-17T06:29:29.652Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=37901aab-0c84-44b5-b1ec-d6908f872753
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=?
2023-01-17T06:29:29.657Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.657Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.658Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a4acd7a-fa67-40be-ab18-984c5fd65146: basic_onboard_liKcWC
2023-01-17T06:29:29.658Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.659Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.659Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.659Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.660Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.660Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.660Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.661Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.661Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:29:29.662Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:29:29.662Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_liKcWC
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 (?, ?, ?, ?, ?)
2023-01-17T06:29:29.861Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_liKcWC f0fd7888-f962-4427-973f-f86e2798ee21 1 ASDC deployResourceStructure
2023-01-17T06:29:29.862Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json ASDC sendASDCNotification
2023-01-17T06:29:29.863Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json
2023-01-17T06:29:29.863Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:29:29.863Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:29.864Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:29.864Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936969862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:30.865Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-17T06:29:30.866Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml
2023-01-17T06:29:30.866Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:29:30.867Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:30.867Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:30.868Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936970865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:31.871Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-17T06:29:31.872Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env
2023-01-17T06:29:31.873Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:29:31.873Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:31.874Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:31.874Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936971871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:32.875Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar ASDC sendASDCNotification
2023-01-17T06:29:32.876Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar
2023-01-17T06:29:32.877Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:29:32.877Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:29:32.877Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:29:32.878Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936972875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:29:33.879Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b077e58a-dc68-4909-84f6-647b30514567
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:29:33.896Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b077e58a-dc68-4909-84f6-647b30514567
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=?
2023-01-17T06:29:33.902Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:29:33.902Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-17T06:29:33.902Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-17T06:29:33.903Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-17T06:29:33.903Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:29:33.903Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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=?
2023-01-17T06:29:33.912Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-17T06:30:03.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:30:03.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.015Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936954308,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T06:30:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.017Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:30:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.018Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T06:30:03.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.019Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:30:03.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:30:03.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-17T06:30:03.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:30:03.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936955356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:30:03.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936962615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:30:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936966469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:30:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936967549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:30:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936968603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:30:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936969862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T06:30:03.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936970865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T06:30:03.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.028Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936971871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-17T06:30:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-17T06:30:03.028Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673936972875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:30:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:30:03.913Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b077e58a-dc68-4909-84f6-647b30514567 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=?
2023-01-17T06:30:03.926Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b077e58a-dc68-4909-84f6-647b30514567 and serviceModelVersionId: 7a4acd7a-fa67-40be-ab18-984c5fd65146
2023-01-17T06:30:03.927Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 612fd20b-2809-48c0-b8cf-046f415d3786
2023-01-17T06:30:03.930Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0
2023-01-17T06:30:03.938Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-17T06:30:04.053Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|INFO|500||Invoke
2023-01-17T06:30:04.053Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b077e58a-dc68-4909-84f6-647b30514567], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4351604d-dba3-42b7-8b7d-6e0c3036e774], X-ECOMP-RequestID=[b077e58a-dc68-4909-84f6-647b30514567], X-TransactionId=[], X-ONAP-RequestID=[b077e58a-dc68-4909-84f6-647b30514567], Content-Type=[application/merge-patch+json]}
2023-01-17T06:30:04.108Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-17T06:30:04.234Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?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/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:30:03 GMT], content-length=[0], vertex-id=[180296], x-aai-txid=[1-aai-resources-230117-06:30:03:996-43620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-17T06:30:04.235Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-17T06:30:04.236Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|INFO|500||InvokeReturn
2023-01-17T06:30:04.236Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-17T06:30:04.236Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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=?
2023-01-17T06:30:04.247Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||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:69)
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)
2023-01-17T06:30:04.248Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b077e58a-dc68-4909-84f6-647b30514567 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-17T06:30:04.248Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-17T06:30:04.249Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:30:04.250Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:30:04.250Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937004248,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:30:05.278Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:31:03.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:31:03.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-17T06:31:03.021Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "b077e58a-dc68-4909-84f6-647b30514567",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937004248,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T06:31:03.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:31:05.280Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:32:03.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:32:05.288Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:33:03.005Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:33:05.288Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:34:03.006Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:34:05.290Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:35:03.009Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:35:05.292Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:36:03.009Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:36:05.294Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:37:03.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:37:05.295Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:38:03.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:38:05.297Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:39:03.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:39:05.298Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:40:03.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:40:05.276Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Node 0 disconnected.
2023-01-17T06:40:05.298Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:41:03.018Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:41:05.300Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:41:19.794Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-17T06:41:19.795Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"cd764f88-6bef-4659-bf2b-434963ca9098","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d34ca557-4137-4d6c-99ac-67fe72eaef5c","serviceDescription":"service","serviceInvariantUUID":"7317a425-c0e7-4c94-b9b0-16d021e5bd32","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4","resourceInvariantUUID":"0665bee6-b44c-43b1-802a-1c4ef471cc94","resourceCustomizationUUID":"8eb7f880-c6e7-40e4-bdbb-e7579a730f4f","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZmRiZGYyZWY4YmUzNDFkNjA3YTkyNDdhNTBmMzlkYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a67cd96d-39f4-4c70-af39-3d8dc074f711","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDJlNmUzY2ZiM2JjOTgxNTFiNjhmNTMwYjlhOWEyNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02ab2dc9-75c9-4ad9-9b64-d81943ec65a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T06:41:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:41:19.822Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "aai-model-loader",
"timestamp": 1673937664141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:41:19.816Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:41:19.823Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:41:19.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:41:19.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:41:19.824Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:41:19.824Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "policy-distribution",
"timestamp": 1673937667174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:41:19.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:41:19.824Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937665300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:41:19.834Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:41:19.834Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw
2023-01-17T06:41:20.841Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:41:20.842Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:41:20.843Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:41:20.843Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937665300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:41:21.846Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d34ca557-4137-4d6c-99ac-67fe72eaef5c",
"serviceDescription": "service",
"serviceInvariantUUID": "7317a425-c0e7-4c94-b9b0-16d021e5bd32",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8eb7f880-c6e7-40e4-bdbb-e7579a730f4f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4",
"resourceInvariantUUID": "0665bee6-b44c-43b1-802a-1c4ef471cc94",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZDJlNmUzY2ZiM2JjOTgxNTFiNjhmNTMwYjlhOWEyNTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02ab2dc9-75c9-4ad9-9b64-d81943ec65a9"
}
],
"workloadContext": "Production"
}
2023-01-17T06:41:21.847Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T06:41:21.847Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d34ca557-4137-4d6c-99ac-67fe72eaef5c ASDC
2023-01-17T06:41:21.849Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cd764f88-6bef-4659-bf2b-434963ca9098
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d34ca557-4137-4d6c-99ac-67fe72eaef5c
ServiceInvariantUUID:7317a425-c0e7-4c94-b9b0-16d021e5bd32
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:02ab2dc9-75c9-4ad9-9b64-d81943ec65a9
ArtifactChecksum:ZDJlNmUzY2ZiM2JjOTgxNTFiNjhmNTMwYjlhOWEyNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8eb7f880-c6e7-40e4-bdbb-e7579a730f4f
ResourceInvariantUUID:0665bee6-b44c-43b1-802a-1c4ef471cc94
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-17T06:41:21.849Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d34ca557-4137-4d6c-99ac-67fe72eaef5c 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 (?, ?, ?, ?, ?)
2023-01-17T06:41:21.922Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:41:21.927Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:41:21.928Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:41:21.929Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02ab2dc9-75c9-4ad9-9b64-d81943ec65a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T06:41:21.929Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:41:21.930Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T06:41:22.133Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:41:22.140Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 02ab2dc9-75c9-4ad9-9b64-d81943ec65a9 57789
2023-01-17T06:41:22.141Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-17T06:41:22.141Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T06:41:22.142Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:41:22.143Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:41:22.143Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:41:22.143Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937682141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:41:23.144Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:41:23.145Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:41:23.146Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 02ab2dc9-75c9-4ad9-9b64-d81943ec65a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:23.146Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-17T06:41:23.148Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:23.148Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:23.612Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13937383546412329288/Definitions/service-BasicNetwork-template.yml
2023-01-17T06:41:24.564Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T06:41:24.565Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:41:24.565Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.566Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-17T06:41:24.566Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.566Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.567Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.567Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.568Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.568Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.568Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.569Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.569Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:41:24.570Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.570Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.571Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-17T06:41:24.572Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:41:24.572Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:41:24.572Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.573Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.573Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-17T06:41:24.574Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:41:24.574Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:41:24.574Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.575Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.575Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.575Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.576Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.577Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.577Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.577Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.578Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.579Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.579Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d34ca557-4137-4d6c-99ac-67fe72eaef5c
Model Version:NULL
Model InvariantUuid:7317a425-c0e7-4c94-b9b0-16d021e5bd32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0665bee6-b44c-43b1-802a-1c4ef471cc94
Model UUID:609ae48e-b8b0-4c17-b33e-e7c102c7cdd0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8eb7f880-c6e7-40e4-bdbb-e7579a730f4f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2023-01-17T06:41:24.590Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4
2023-01-17T06:41:24.591Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||No resources found for Service: d34ca557-4137-4d6c-99ac-67fe72eaef5c
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=?
2023-01-17T06:41:24.602Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||
2023-01-17T06:41:24.603Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-17T06:41:24.606Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d34ca557-4137-4d6c-99ac-67fe72eaef5c
2023-01-17T06:41:24.607Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d34ca557-4137-4d6c-99ac-67fe72eaef5c
2023-01-17T06:41:24.607Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-17T06:41:24.608Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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=?
2023-01-17T06:41:24.623Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c5ca152, org.onap.sdc.toscaparser.api.parameters.Input@fcf77f7, org.onap.sdc.toscaparser.api.parameters.Input@26d4fe79, org.onap.sdc.toscaparser.api.parameters.Input@425825a1, org.onap.sdc.toscaparser.api.parameters.Input@3b775a89]
2023-01-17T06:41:24.627Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.628Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.628Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.629Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.629Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d34ca557-4137-4d6c-99ac-67fe72eaef5c: Generic NeutronNet
2023-01-17T06:41:24.630Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.631Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.631Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.632Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-17T06:41:24.703Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.704Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.704Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.705Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.706Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:41:24.706Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:41:24.707Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-17T06:41:24.788Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-17T06:41:24.790Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-17T06:41:24.790Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T06:41:24.790Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T06:41:24.791Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:41:24.792Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:41:24.792Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937684790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:41:25.793Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:41:25.811Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
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=?
2023-01-17T06:41:25.816Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:41:25.817Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:41:25.817Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:41:55.817Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:41:55.837Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
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=?
2023-01-17T06:41:55.841Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:41:55.842Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:41:55.842Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:42:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:42:03.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:42:03.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937635785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:42:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:42:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:42:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937662194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:42:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:42:25.843Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:42:25.871Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
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=?
2023-01-17T06:42:25.887Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:42:25.888Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:42:25.888Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:42:55.888Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:42:55.903Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
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=?
2023-01-17T06:42:55.909Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:42:55.913Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T06:42:55.915Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T06:43:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:43:03.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937665300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "multicloud-k8s",
"timestamp": 1673937669456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "aai-model-loader",
"timestamp": 1673937664141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "policy-distribution",
"timestamp": 1673937667174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937662194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.018Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937635785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937665300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "multicloud-k8s",
"timestamp": 1673937669456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937681769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937682141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "policy-distribution",
"timestamp": 1673937682158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "aai-model-loader",
"timestamp": 1673937682014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937682775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-17T06:43:03.056Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098
2023-01-17T06:43:03.057Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.076Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "policy-distribution",
"timestamp": 1673937683165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.077Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "policy-distribution",
"timestamp": 1673937684171,
"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=?
2023-01-17T06:43:03.083Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098
2023-01-17T06:43:03.084Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937684790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "aai-model-loader",
"timestamp": 1673937686125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "aai-model-loader",
"timestamp": 1673937687129,
"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=?
2023-01-17T06:43:03.151Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098
2023-01-17T06:43:03.152Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937691260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937691260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937694015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937695829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937696836,
"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=?
2023-01-17T06:43:03.200Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098
2023-01-17T06:43:03.200Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.239Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "multicloud-k8s",
"timestamp": 1673937681879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937685173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937682147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.250Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937683777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.251Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937694141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:43:03.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937705561,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937705408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937705201,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937705256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:43:03.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937706564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937706208,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T06:43:03.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047
2023-01-17T06:43:03.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937706529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "policy-distribution",
"timestamp": 1673937707567,
"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=?
2023-01-17T06:43:03.367Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047
2023-01-17T06:43:03.367Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.399Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937707532,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-17T06:43:03.444Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047
2023-01-17T06:43:03.444Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 and ComponentName
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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937710441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:43:03.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:03.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "aai-model-loader",
"timestamp": 1673937711443,
"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=?
2023-01-17T06:43:03.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047
2023-01-17T06:43:03.511Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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 (?, ?, ?, ?, ?)
2023-01-17T06:43:03.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:43:03.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:43:03.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:43:25.915Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:43:25.934Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098
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=?
2023-01-17T06:43:25.941Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T06:43:25.941Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:43:25.943Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T06:43:25.943Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||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=?
2023-01-17T06:43:25.952Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-17T06:43:55.953Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 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=?
2023-01-17T06:43:55.965Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd764f88-6bef-4659-bf2b-434963ca9098 and serviceModelVersionId: d34ca557-4137-4d6c-99ac-67fe72eaef5c
2023-01-17T06:43:55.965Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7317a425-c0e7-4c94-b9b0-16d021e5bd32
2023-01-17T06:43:55.967Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0
2023-01-17T06:43:55.976Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-17T06:43:56.076Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-17T06:43:56.086Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0|INFO|500||Invoke
2023-01-17T06:43:56.122Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-17T06:43:56.359Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0|INFO|500||InvokeReturn
2023-01-17T06:43:56.359Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:43:55 GMT], content-length=[0], vertex-id=[196680], x-aai-txid=[0-aai-resources-230117-06:43:55:989-83850], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-17T06:43:56.360Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-01-17T06:43:56.360Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-17T06:43:56.360Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||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=?
2023-01-17T06:43:56.378Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||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:69)
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)
2023-01-17T06:43:56.379Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd764f88-6bef-4659-bf2b-434963ca9098 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-17T06:43:56.379Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-17T06:43:56.380Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:43:56.380Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:43:56.381Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937836379,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-17T06:43:57.396Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-17T06:43:57.404Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-17T06:43:57.405Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"8ead8f6f-10ee-4759-b46f-af7c69b5e047","serviceName":"Demo_pNF_g5yBi1DBvAkB2gIArnV9","serviceVersion":"1.0","serviceUUID":"7d1dfa3e-c3cf-45f1-8e17-46b67bde555f","serviceDescription":"catalog service description","serviceInvariantUUID":"fc3af6bf-08b6-4747-9de7-2ac0d0344de6","resources":[{"resourceInstanceName":"pNF bcaafde6-a30b 0","resourceName":"pNF bcaafde6-a30b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3860d826-5670-4b2f-ae99-9b949f9fe61f","resourceInvariantUUID":"7b83b5d8-7fe8-4d9e-822c-9bafe7d03c28","resourceCustomizationUUID":"f0ea358c-2555-4b60-929b-d271387f8a9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWI4YWI5ODlhOWIxZWUzZTgxMmFkOWJlMjhkYjU0ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb40a38d-ae95-4065-b1ad-50513ddd875c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar","artifactChecksum":"MTNjODAzMzhkYTAyZDBkZGZmMDM1NDRkZmQ0NTQzMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d987480-97cf-4c96-a4d2-a447a4ed3893","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05497745-eb45-45e0-8463-2dd1491d10c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml","artifactChecksum":"OGZkZWM4NDNkYWNhZTYwNTIyZmZhZDRjYWMwNTg0NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7fff6a82-0377-404f-aec1-ad049b88541e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19a90351-f7e8-47c8-b0b9-c46e656e4d0c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a687df53-497d-4671-9079-da879575d319","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml","artifactChecksum":"OTE3YWVlOTNmZTUzNDgwNTk0MTNiY2M3OGIyMjFmZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a632786-aac9-4e78-bed8-49c668bb30f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar","artifactChecksum":"YzY2MmJjY2RmOTc4NzQ1N2UwODkwMTRkMjc5YjBiM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a07a24f8-f9d8-4c7e-a9e3-e11da231bf67","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T06:43:57.410Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:43:57.411Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:43:57.411Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:43:57.411Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:43:58.412Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:43:58.413Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:43:58.413Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:43:58.413Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:43:59.414Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:43:59.415Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:43:59.416Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:43:59.416Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:00.417Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:44:00.419Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:44:00.419Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:44:00.420Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:01.421Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:44:01.422Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:44:01.422Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:44:01.422Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:02.423Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:44:02.425Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:44:02.425Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:44:02.425Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937721260,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937730065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937732195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937733198,
"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=?
2023-01-17T06:44:03.060Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047
2023-01-17T06:44:03.061Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.086Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.087Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.092Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.093Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.094Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.097Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.100Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.101Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.105Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937705493,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937728535,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937724141,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.117Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937707212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937708570,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937738757,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937738387,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937738819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.120Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937738674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.121Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937739392,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T06:44:03.188Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d
2023-01-17T06:44:03.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.213Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937739822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.214Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937739955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.215Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.216Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "policy-distribution",
"timestamp": 1673937740823,
"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=?
2023-01-17T06:44:03.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d
2023-01-17T06:44:03.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937741057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.246Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.247Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937742081,
"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=?
2023-01-17T06:44:03.258Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d
2023-01-17T06:44:03.259Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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=?
2023-01-17T06:44:03.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.271Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "multicloud-k8s",
"timestamp": 1673937743083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.285Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.286Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.297Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.300Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937745635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "aai-model-loader",
"timestamp": 1673937746637,
"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=?
2023-01-17T06:44:03.314Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d
2023-01-17T06:44:03.314Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.337Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.338Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.340Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.343Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937740395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937741824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937749813,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673937742147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.348Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937750941,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.348Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.349Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "cds-sdc-listener",
"timestamp": 1673937750818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T06:44:03.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e
2023-01-17T06:44:03.369Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.407Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937751944,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.408Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.408Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937744086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.409Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "policy-distribution",
"timestamp": 1673937752946,
"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=?
2023-01-17T06:44:03.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e
2023-01-17T06:44:03.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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=?
2023-01-17T06:44:03.432Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:44:03.433Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:44:03.433Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:44:03.433Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T06:44:03.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937753169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.452Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937754233,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937755281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.456Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937756337,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.459Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937757388,
"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=?
2023-01-17T06:44:03.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e
2023-01-17T06:44:03.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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=?
2023-01-17T06:44:03.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "multicloud-k8s",
"timestamp": 1673937758391,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937759069,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937761413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937754141,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.504Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937762416,
"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=?
2023-01-17T06:44:03.517Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d
2023-01-17T06:44:03.518Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937763270,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937770589,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937751260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T06:44:03.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "aai-model-loader",
"timestamp": 1673937771591,
"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=?
2023-01-17T06:44:03.564Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e
2023-01-17T06:44:03.564Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:03.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.582Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937772568,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T06:44:03.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.583Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937774943,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T06:44:03.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T06:44:03.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-17T06:44:03.584Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673937775951,
"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=?
2023-01-17T06:44:03.594Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e
2023-01-17T06:44:03.594Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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 (?, ?, ?, ?, ?)
2023-01-17T06:44:04.435Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T06:44:04.435Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:44:04.436Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:44:04.436Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937837396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:05.439Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"serviceName": "Demo_pNF_g5yBi1DBvAkB2gIArnV9",
"serviceVersion": "1.0",
"serviceUUID": "7d1dfa3e-c3cf-45f1-8e17-46b67bde555f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fc3af6bf-08b6-4747-9de7-2ac0d0344de6",
"resources": [
{
"resourceInstanceName": "pNF bcaafde6-a30b 0",
"resourceCustomizationUUID": "f0ea358c-2555-4b60-929b-d271387f8a9d",
"resourceName": "pNF bcaafde6-a30b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "3860d826-5670-4b2f-ae99-9b949f9fe61f",
"resourceInvariantUUID": "7b83b5d8-7fe8-4d9e-822c-9bafe7d03c28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"artifactChecksum": "YzY2MmJjY2RmOTc4NzQ1N2UwODkwMTRkMjc5YjBiM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a07a24f8-f9d8-4c7e-a9e3-e11da231bf67"
}
],
"workloadContext": "Production"
}
2023-01-17T06:44:05.440Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T06:44:05.440Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f ASDC
2023-01-17T06:44:05.441Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8ead8f6f-10ee-4759-b46f-af7c69b5e047
ServiceName:Demo_pNF_g5yBi1DBvAkB2gIArnV9
ServiceVersion:1.0
ServiceUUID:7d1dfa3e-c3cf-45f1-8e17-46b67bde555f
ServiceInvariantUUID:fc3af6bf-08b6-4747-9de7-2ac0d0344de6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
ArtifactUUID:a07a24f8-f9d8-4c7e-a9e3-e11da231bf67
ArtifactChecksum:YzY2MmJjY2RmOTc4NzQ1N2UwODkwMTRkMjc5YjBiM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bcaafde6-a30b 0
ResourceCustomizationUUID:f0ea358c-2555-4b60-929b-d271387f8a9d
ResourceInvariantUUID:7b83b5d8-7fe8-4d9e-822c-9bafe7d03c28
ResourceName:pNF bcaafde6-a30b
ResourceType:PNF
ResourceUUID:3860d826-5670-4b2f-ae99-9b949f9fe61f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-17T06:44:05.442Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f 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=?
2023-01-17T06:44:05.514Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:44:05.515Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:44:05.515Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:44:05.516Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a07a24f8-f9d8-4c7e-a9e3-e11da231bf67 from URL: /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:05.516Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-17T06:44:05.521Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:05.783Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-17T06:44:05.802Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar a07a24f8-f9d8-4c7e-a9e3-e11da231bf67 88011
2023-01-17T06:44:05.803Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar ASDC sendASDCNotification
2023-01-17T06:44:05.803Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:05.804Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T06:44:05.804Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-17T06:44:05.804Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-17T06:44:05.805Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047",
"consumerID": "SO-sdc-controller",
"timestamp": 1673937845803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-17T06:44:06.810Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T06:44:06.811Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-17T06:44:06.812Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a07a24f8-f9d8-4c7e-a9e3-e11da231bf67, URL: /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar to file: /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:06.813Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:06.814Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:06.815Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:06.966Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6020048254954159570/Definitions/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml
2023-01-17T06:44:08.351Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T06:44:08.352Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:44:08.353Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.353Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bcaafde6-a30b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||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-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||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-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||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-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar
2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-17T06:44:08.357Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.357Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.358Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Node template pNF bcaafde6-a30b 0 is matching search criteria
2023-01-17T06:44:08.358Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:44:08.359Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bcaafde6-a30b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:44:08.359Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.360Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.360Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Node template pNF bcaafde6-a30b 0 is matching search criteria
2023-01-17T06:44:08.361Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-17T06:44:08.361Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bcaafde6-a30b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T06:44:08.362Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.362Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.363Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.363Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.364Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.364Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.365Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.365Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.365Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.366Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.367Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_g5yBi1DBvAkB2gIArnV9
Description:catalog service description
Model UUID:7d1dfa3e-c3cf-45f1-8e17-46b67bde555f
Model Version:NULL
Model InvariantUuid:fc3af6bf-08b6-4747-9de7-2ac0d0344de6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2023-01-17T06:44:08.387Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3860d826-5670-4b2f-ae99-9b949f9fe61f
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=?
2023-01-17T06:44:08.393Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||pNF bcaafde6-a30b 0
2023-01-17T06:44:08.393Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3860d826-5670-4b2f-ae99-9b949f9fe61f
2023-01-17T06:44:08.394Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f
2023-01-17T06:44:08.394Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f
2023-01-17T06:44:08.394Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bcaafde6-a30b 0 3860d826-5670-4b2f-ae99-9b949f9fe61f ASDC
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=?
2023-01-17T06:44:08.415Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11b95cce, org.onap.sdc.toscaparser.api.parameters.Input@49b2cfac, org.onap.sdc.toscaparser.api.parameters.Input@3c5e4095, org.onap.sdc.toscaparser.api.parameters.Input@9ae8086, org.onap.sdc.toscaparser.api.parameters.Input@52aaf251]
2023-01-17T06:44:08.416Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T06:44:08.416Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T06:44:08.417Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f: pNF bcaafde6-a30b
2023-01-17T06:44:08.417Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Processing PNF resource: 3860d826-5670-4b2f-ae99-9b949f9fe61f
2023-01-17T06:44:08.418Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery