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-16T05:27:15.045Z||main|||||INFO|500||The following profiles are active: basic
2023-01-16T05:27:27.954Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-16T05:27:27.955Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-16T05:27:28.112Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-16T05:27:32.763Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-16T05:27:33.207Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-16T05:27:33.870Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-16T05:27:34.139Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-16T05:27:34.954Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-16T05:27:37.120Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-16T05:27:37.701Z||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-16T05:27:40.689Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-16T05:27:40.855Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-16T05:27:40.867Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-16T05:27:40.879Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-16T05:27:41.648Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-16T05:27:42.086Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-16T05:27:43.186Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-16T05:27:43.209Z||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$$f214e394.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-16T05:27:43.210Z||main|||||WARN|500||The sdc end point is not alive
2023-01-16T05:27:46.283Z||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-16T05:27:49.265Z||main|||||WARN|500||---
2023-01-16T05:27:49.266Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-16T05:27:49.267Z||main|||||WARN|500||---
2023-01-16T05:27:49.615Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-16T05:27:54.328Z||main|||||INFO|500||Started Application in 42.678 seconds (JVM running for 44.88)
2023-01-16T05:27:54.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-16T05:27:54.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-16T05:27:54.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-16T05:27:54.434Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4c82ca1f-2e77-44f9-82de-7263bf6e734a url= /sdc/v1/artifactTypes
2023-01-16T05:27:54.440Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-16T05:27:54.736Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-16T05:27:54.801Z||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-16T05:27:54.802Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-16T05:27:54.803Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 013536ae-c8b0-494d-b7a6-e884ab6beefe url= /sdc/v1/distributionKafkaData
2023-01-16T05:27:54.803Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-16T05:27:54.822Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-16T05:27:54.829Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6398b072
2023-01-16T05:27:54.939Z||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-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b
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-16T05:27:54.995Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Instantiated an idempotent producer.
2023-01-16T05:27:55.075Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-16T05:27:55.142Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-16T05:27:55.142Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-16T05:27:55.143Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673846875138
2023-01-16T05:27:55.148Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-16T05:27:55.171Z||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-c3131c77-bd54-46c7-b410-77c309b7551b
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-16T05:27:55.259Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-16T05:27:55.260Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-16T05:27:55.260Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673846875259
2023-01-16T05:27:55.262Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:27:55.266Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:27:55.267Z||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-80e3942c-551b-4bda-850f-0ac03da7cd45
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-16T05:27:55.281Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-16T05:27:55.281Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-16T05:27:55.282Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673846875281
2023-01-16T05:27:55.282Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:27:55.293Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:27:55.297Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-16T05:27:56.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.219Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Cluster ID: 72Wk5ItCROam8lKoLYvFuA
2023-01-16T05:27:56.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Cluster ID: 72Wk5ItCROam8lKoLYvFuA
2023-01-16T05:27:56.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Cluster ID: 72Wk5ItCROam8lKoLYvFuA
2023-01-16T05:27:56.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-16T05:27:56.229Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-16T05:27:56.234Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] ProducerId set to 2002 with epoch 0
2023-01-16T05:27:56.260Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] (Re-)joining group
2023-01-16T05:27:56.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] (Re-)joining group
2023-01-16T05:27:56.338Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8
2023-01-16T05:27:56.339Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:27:56.340Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] (Re-)joining group
2023-01-16T05:27:56.349Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3
2023-01-16T05:27:56.350Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-16T05:27:56.350Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] (Re-)joining group
2023-01-16T05:28:02.363Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8', protocol='range'}
2023-01-16T05:28:02.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3', protocol='range'}
2023-01-16T05:28:02.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.457Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.458Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.458Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.466Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8=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]), SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3=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-16T05:28:02.489Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3', protocol='range'}
2023-01-16T05:28:02.491Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-16T05:28:02.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-16T05:28:02.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8', protocol='range'}
2023-01-16T05:28:02.517Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.518Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-16T05:28:02.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-16T05:28:02.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-16T05:28:02.528Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-16T05:28:02.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-16T05:28:02.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-16T05:28:02.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-16T05:28:02.530Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-16T05:28:02.618Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.620Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.662Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-16T05:28:02.663Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-16T05:28:02.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-16T05:28:02.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-16T05:28:02.674Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-16T05:28:02.674Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-16T05:28:02.682Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.683Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.696Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:55.270Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:28:55.295Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:29:55.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:29:55.297Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:30:55.280Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:30:55.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:31:55.281Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:31:55.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:32:55.283Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:32:55.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:33:55.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:33:55.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:34:55.286Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:34:55.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:35:55.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:35:55.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:36:55.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:36:55.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:36:56.311Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Node -1 disconnected.
2023-01-16T05:36:56.322Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Node -1 disconnected.
2023-01-16T05:36:56.491Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Node -1 disconnected.
2023-01-16T05:37:45.825Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-16T05:37:55.294Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:37:55.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:38:55.295Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:38:55.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:39:55.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:39:55.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:40:55.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:40:55.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:41:55.298Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:41:55.308Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:42:55.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:42:55.308Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:43:55.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:43:55.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:44:55.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:44:55.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:45:55.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:45:55.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:46:55.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:46:55.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:47:55.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:47:55.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:48:55.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:48:55.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:49:55.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:49:55.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:50:55.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:50:55.314Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:51:55.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:51:55.315Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:52:55.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:52:55.317Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:53:55.319Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:53:55.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:54:55.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:54:55.321Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:55:55.322Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:55:55.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:56:55.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:56:55.324Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:57:55.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:57:55.325Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:58:55.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:58:55.326Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:59:55.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:59:55.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:00:55.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:00:55.334Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:01:55.331Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:01:55.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:02:55.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:02:55.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:03:55.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:03:55.338Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:04:55.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:04:55.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:05:55.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:05:55.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:06:55.338Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:06:55.340Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:07:55.340Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:07:55.341Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:08:55.342Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:08:55.342Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:09:55.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:09:55.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:10:55.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:10:55.344Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:11:55.345Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:11:55.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:12:55.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:12:55.347Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:13:55.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:13:55.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:14:55.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:14:55.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:15:55.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:15:55.350Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:16:55.352Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:16:55.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:17:55.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:17:55.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:18:55.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:18:55.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:19:55.359Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:19:55.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:20:55.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:20:55.360Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:21:55.361Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:21:55.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:22:55.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:22:55.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:23:55.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:23:55.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:24:55.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:24:55.366Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:25:55.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:25:55.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:26:55.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:26:55.369Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:27:55.369Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:27:55.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:28:55.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:28:55.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:29:55.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:29:55.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:30:55.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:30:55.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:31:55.373Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:31:55.374Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:32:55.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:32:55.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:33:55.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:33:55.380Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:34:27.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:34:27.037Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d9ee3d36-b329-4967-aa1e-d2f7b993df40","serviceName":"vFW 2023-01-16 06-33-15","serviceVersion":"1.0","serviceUUID":"519716a7-6515-4e60-8492-683259dc1353","serviceDescription":"catalog service description","serviceInvariantUUID":"33ee1d8b-55a5-422a-b923-37f086d78e3a","resources":[{"resourceInstanceName":"vFW f47abd5a-bd28 0","resourceName":"vFW f47abd5a-bd28","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39cac5c0-f05d-4ab0-942f-66d2480f7dca","resourceInvariantUUID":"ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1","resourceCustomizationUUID":"a07cfd44-dab7-4d79-999d-08dc4c4508d3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml","artifactChecksum":"YTYyM2IwOTc3Y2YzZmVkNWIwNjliYjc3ZDUzOTIwM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dac4998d-55f2-4839-a253-487201fcc807","artifactVersion":"1"},{"artifactName":"vfwf47abd5abd280_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json","artifactChecksum":"MGRjZmY3NmZkYzljZGNiYjc1YTU3ZDBmNmI3ZWZmNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7e12ce1-5f40-4b60-ba8a-90ef72305138","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c3593a24-92df-4f3c-994d-f97074a2c1ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk4MzA4ODg1NTRiYTczM2EyYjRlNTA3Mzc0MzliMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eafa4bb2-bb27-43e9-bab5-9c0a143f2adf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a93a5d7-1516-406e-a298-ff1455e067d7","artifactVersion":"2","generatedFromUUID":"c3593a24-92df-4f3c-994d-f97074a2c1ae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230116063315-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml","artifactChecksum":"YjA0ODAwNzAyMzg4YzBlOGZhOWM3MTFkYzJmMWY4ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b61083af-9b63-4ed1-8f8a-bec1eff21366","artifactVersion":"1"},{"artifactName":"service-Vfw20230116063315-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar","artifactChecksum":"OGQwYTcxMGYxODY0Mzk3MDk4YmIzYjBjNjc2NDBjNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d88e22e-74f5-4cee-9635-1d00c6324b84","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:34:27.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:27.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:27.074Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:27.074Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:27.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:34:27.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:34:27.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:34:28.114Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:28.115Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:28.115Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:28.116Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:29.117Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:29.118Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:29.118Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:29.118Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:30.119Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:30.120Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:30.120Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:30.120Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:31.122Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:31.123Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:31.123Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:31.124Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:32.125Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:32.126Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:32.126Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:32.126Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:33.127Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:33.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:33.128Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:33.128Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:34.131Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"serviceName": "vFW 2023-01-16 06-33-15",
"serviceVersion": "1.0",
"serviceUUID": "519716a7-6515-4e60-8492-683259dc1353",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "33ee1d8b-55a5-422a-b923-37f086d78e3a",
"resources": [
{
"resourceInstanceName": "vFW f47abd5a-bd28 0",
"resourceCustomizationUUID": "a07cfd44-dab7-4d79-999d-08dc4c4508d3",
"resourceName": "vFW f47abd5a-bd28",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "39cac5c0-f05d-4ab0-942f-66d2480f7dca",
"resourceInvariantUUID": "ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf47abd5abd280_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"artifactChecksum": "MGRjZmY3NmZkYzljZGNiYjc1YTU3ZDBmNmI3ZWZmNzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7e12ce1-5f40-4b60-ba8a-90ef72305138",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c3593a24-92df-4f3c-994d-f97074a2c1ae",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3a93a5d7-1516-406e-a298-ff1455e067d7",
"generatedFromUUID": "c3593a24-92df-4f3c-994d-f97074a2c1ae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3a93a5d7-1516-406e-a298-ff1455e067d7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230116063315-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"artifactChecksum": "OGQwYTcxMGYxODY0Mzk3MDk4YmIzYjBjNjc2NDBjNjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1d88e22e-74f5-4cee-9635-1d00c6324b84"
}
],
"workloadContext": "Production"
}
2023-01-16T06:34:34.132Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:34:34.133Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 519716a7-6515-4e60-8492-683259dc1353 ASDC
2023-01-16T06:34:34.277Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d9ee3d36-b329-4967-aa1e-d2f7b993df40
ServiceName:vFW 2023-01-16 06-33-15
ServiceVersion:1.0
ServiceUUID:519716a7-6515-4e60-8492-683259dc1353
ServiceInvariantUUID:33ee1d8b-55a5-422a-b923-37f086d78e3a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230116063315-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
ArtifactUUID:1d88e22e-74f5-4cee-9635-1d00c6324b84
ArtifactChecksum:OGQwYTcxMGYxODY0Mzk3MDk4YmIzYjBjNjc2NDBjNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f47abd5a-bd28 0
ResourceCustomizationUUID:a07cfd44-dab7-4d79-999d-08dc4c4508d3
ResourceInvariantUUID:ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1
ResourceName:vFW f47abd5a-bd28
ResourceType:VF
ResourceUUID:39cac5c0-f05d-4ab0-942f-66d2480f7dca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf47abd5abd280_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
ArtifactUUID:a7e12ce1-5f40-4b60-ba8a-90ef72305138
ArtifactChecksum:MGRjZmY3NmZkYzljZGNiYjc1YTU3ZDBmNmI3ZWZmNzc=
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/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
ArtifactUUID:c3593a24-92df-4f3c-994d-f97074a2c1ae
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/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
ArtifactUUID:3a93a5d7-1516-406e-a298-ff1455e067d7
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/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
ArtifactUUID:3a93a5d7-1516-406e-a298-ff1455e067d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-16T06:34:34.278Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 519716a7-6515-4e60-8492-683259dc1353 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-16T06:34:34.635Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:34:34.636Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:34:34.637Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:34:34.638Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d88e22e-74f5-4cee-9635-1d00c6324b84 from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:34.638Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:34.639Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:34.798Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:34.831Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar 1d88e22e-74f5-4cee-9635-1d00c6324b84 101519
2023-01-16T06:34:34.833Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar ASDC sendASDCNotification
2023-01-16T06:34:34.833Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:34.835Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:34.836Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:34.836Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:34.836Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850874832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:35.837Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:34:35.838Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:34:35.839Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1d88e22e-74f5-4cee-9635-1d00c6324b84, URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar to file: /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:35.839Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230116063315-csar.csar
2023-01-16T06:34:35.934Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:35.934Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:36.531Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13246305139544837752/Definitions/service-Vfw20230116063315-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
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_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
2023-01-16T06:34:39.454Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f47abd5a-bd28 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-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.462Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.462Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:34:39.468Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.470Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.474Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.475Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:34:39.476Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:34:39.478Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.480Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.483Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.483Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T06:34:39.487Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.487Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:34:39.488Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.488Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.488Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f626bfc-e3a5-4569-a4b4-a7fe8de18636
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1b40dae-97c4-42f7-ba67-881364eb2e5b
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bad36803-1ebf-4d65-9e86-9a8693b00182
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-16 06-33-15
Description:catalog service description
Model UUID:519716a7-6515-4e60-8492-683259dc1353
Model Version:NULL
Model InvariantUuid:33ee1d8b-55a5-422a-b923-37f086d78e3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f47abd5a-bd28
Model UUID:a6c9d18e-7c0e-499e-9178-2b258cc891d7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a07cfd44-dab7-4d79-999d-08dc4c4508d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5a329e5a-d366-4e3c-8f01-1e76148c863f
ModelName:VfwF47abd5aBd28..base_vfw..module-0
ModelUuid:bb752fc2-426d-4af4-99c5-cddb77751b41
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7f626bfc-e3a5-4569-a4b4-a7fe8de18636
ModelInvariantUuid:f46a3ed6-1d18-4274-a834-b215ab1845f4
ModelName:vFW f47abd5a-bd28-nodes.vfwCvfc
ModelUuid:db476966-7e91-4edc-91ed-72ed2b1bc8be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d2acd315-fe8b-4d43-8184-b50bbe94921b
ModelInvariantUuid:aa1ab882-4bb4-496c-8fa4-772bad6d2c22
ModelName:VfwF47abd5aBd28.compute.nodes.heat.vfw
ModelUuid:bf3ff9d4-b5e1-4c8a-850b-8b256bdcef8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f1b40dae-97c4-42f7-ba67-881364eb2e5b
ModelInvariantUuid:686fc37c-189f-4815-ab5a-ef5b86e99669
ModelName:vFW f47abd5a-bd28-nodes.vsnCvfc
ModelUuid:e619126c-d128-40f4-882c-f44ba84c8ac6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3ce4e2f2-4ec1-4ea3-85bf-232c324132cf
ModelInvariantUuid:8a2dff53-412e-442e-ac9f-da8af41078a8
ModelName:VfwF47abd5aBd28.compute.nodes.heat.vsn
ModelUuid:f2a199b4-b9e4-475f-b42c-ff9191db35c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bad36803-1ebf-4d65-9e86-9a8693b00182
ModelInvariantUuid:648037f8-fb66-4378-b07d-fdb1227ee827
ModelName:vFW f47abd5a-bd28-nodes.vpgCvfc
ModelUuid:1a39af5d-4b29-4db5-b739-61375b77ed6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0b403f10-5b79-42c8-9c5b-8cb52125edaf
ModelInvariantUuid:a930e2fa-a10d-492a-b68d-48bf3f5f70c4
ModelName:VfwF47abd5aBd28.compute.nodes.heat.vpg
ModelUuid:c0e362de-3753-421a-ba57-e2ff7036fcba
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-16T06:34:39.529Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 39cac5c0-f05d-4ab0-942f-66d2480f7dca
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-16T06:34:39.642Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||vFW f47abd5a-bd28 0
2023-01-16T06:34:39.649Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39cac5c0-f05d-4ab0-942f-66d2480f7dca
2023-01-16T06:34:39.649Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7e12ce1-5f40-4b60-ba8a-90ef72305138 from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:39.650Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:39.650Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:39.728Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json a7e12ce1-5f40-4b60-ba8a-90ef72305138 785
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json ASDC sendASDCNotification
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:39.730Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:39.730Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:39.730Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850879729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:40.733Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF47abd5aBd28..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5a329e5a-d366-4e3c-8f01-1e76148c863f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb752fc2-426d-4af4-99c5-cddb77751b41",
"vfModuleModelCustomizationUUID": "d5cb6092-c47b-4aeb-91ff-94916c1e5924",
"isBase": true,
"artifacts": [
"c3593a24-92df-4f3c-994d-f97074a2c1ae",
"3a93a5d7-1516-406e-a298-ff1455e067d7"
],
"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-16T06:34:40.756Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF47abd5aBd28..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb752fc2-426d-4af4-99c5-cddb77751b41
VfModuleModelInvariantUUID:5a329e5a-d366-4e3c-8f01-1e76148c863f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3593a24-92df-4f3c-994d-f97074a2c1ae
,
3a93a5d7-1516-406e-a298-ff1455e067d7
}
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-16T06:34:40.759Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF47abd5aBd28..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5a329e5a-d366-4e3c-8f01-1e76148c863f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb752fc2-426d-4af4-99c5-cddb77751b41",
"vfModuleModelCustomizationUUID": "d5cb6092-c47b-4aeb-91ff-94916c1e5924",
"isBase": true,
"artifacts": [
"c3593a24-92df-4f3c-994d-f97074a2c1ae",
"3a93a5d7-1516-406e-a298-ff1455e067d7"
],
"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-16T06:34:40.760Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF47abd5aBd28..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb752fc2-426d-4af4-99c5-cddb77751b41
VfModuleModelInvariantUUID:5a329e5a-d366-4e3c-8f01-1e76148c863f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3593a24-92df-4f3c-994d-f97074a2c1ae
,
3a93a5d7-1516-406e-a298-ff1455e067d7
}
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-16T06:34:40.760Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c3593a24-92df-4f3c-994d-f97074a2c1ae from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:40.761Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:40.761Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:40.890Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:40.892Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml c3593a24-92df-4f3c-994d-f97074a2c1ae 20368
2023-01-16T06:34:40.892Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-16T06:34:40.893Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:40.893Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:40.894Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:40.894Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:40.894Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850880892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:41.896Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a93a5d7-1516-406e-a298-ff1455e067d7 from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:41.897Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:41.897Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:42.004Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:42.004Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env 3a93a5d7-1516-406e-a298-ff1455e067d7 2098
2023-01-16T06:34:42.004Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850882004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:43.007Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 519716a7-6515-4e60-8492-683259dc1353
2023-01-16T06:34:43.007Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f47abd5a-bd28 0 39cac5c0-f05d-4ab0-942f-66d2480f7dca ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-16T06:34:43.058Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fa4c79c, org.onap.sdc.toscaparser.api.parameters.Input@2bfcce6, org.onap.sdc.toscaparser.api.parameters.Input@3836ad15, org.onap.sdc.toscaparser.api.parameters.Input@5b7590b1, org.onap.sdc.toscaparser.api.parameters.Input@12a43464]
2023-01-16T06:34:43.067Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.068Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.068Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-16T06:34:43.069Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a07cfd44-dab7-4d79-999d-08dc4c4508d3
2023-01-16T06:34:43.069Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a07cfd44-dab7-4d79-999d-08dc4c4508d3 matches Tosca VF Customization UUID: a07cfd44-dab7-4d79-999d-08dc4c4508d3
2023-01-16T06:34:43.069Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a07cfd44-dab7-4d79-999d-08dc4c4508d3 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-16T06:34:43.080Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.081Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.083Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a07cfd44-dab7-4d79-999d-08dc4c4508d3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-16T06:34:43.083Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76e2046e
2023-01-16T06:34:43.083Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.084Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:34:43.085Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5cb6092-c47b-4aeb-91ff-94916c1e5924
2023-01-16T06:34:43.086Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5cb6092-c47b-4aeb-91ff-94916c1e5924
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-16T06:34:43.097Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.097Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.098Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.099Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.100Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.100Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.101Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.101Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:43.102Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:43.102Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:43.102Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.104Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:43.104Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.104Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:43.105Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.105Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f626bfc-e3a5-4569-a4b4-a7fe8de18636
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-16T06:34:43.116Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.117Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.117Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.117Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.118Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:43.118Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:43.118Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:43.120Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.120Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-16T06:34:43.120Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1b40dae-97c4-42f7-ba67-881364eb2e5b
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-16T06:34:43.124Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.124Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.124Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.127Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.127Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:43.127Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.129Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:43.129Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.129Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:43.130Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:43.130Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.130Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.131Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-16T06:34:43.131Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bad36803-1ebf-4d65-9e86-9a8693b00182
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-16T06:34:43.134Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.134Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.135Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.135Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.135Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.136Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=a07cfd44-dab7-4d79-999d-08dc4c4508d3
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-16T06:34:43.139Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.139Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.139Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 519716a7-6515-4e60-8492-683259dc1353: vFW f47abd5a-bd28
2023-01-16T06:34:43.140Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.140Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.140Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.141Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.141Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.142Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.142Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.142Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.143Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:34:43.143Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.143Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-16 06-33-15
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-16T06:34:43.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f47abd5a-bd28 39cac5c0-f05d-4ab0-942f-66d2480f7dca 1 ASDC deployResourceStructure
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json ASDC sendASDCNotification
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:43.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850883490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:44.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-16T06:34:44.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:44.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:44.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:44.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:44.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850884492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:45.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-16T06:34:45.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:45.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:45.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:45.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:45.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850885494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:46.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar ASDC sendASDCNotification
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850886498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:47.502Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:34:47.533Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:34:47.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:34:47.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:34:47.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:34:55.285Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:55.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:34:55.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:34:55.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:17.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:35:17.550Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:35:17.554Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:35:17.554Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:35:17.555Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:35:47.555Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:35:47.567Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:35:47.569Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:35:47.570Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:35:47.570Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:35:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:35:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.304Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.306Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.308Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.309Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.311Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.313Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850860350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850862858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850810935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850835380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850859887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850861293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850875119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850874925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850876064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850874832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850875436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.333Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850875943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-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-16T06:35:55.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.357Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850877087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850876309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "policy-distribution",
"timestamp": 1673850878095,
"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-16T06:35:55.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.364Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.371Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850877412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.372Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.373Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850878515,
"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-16T06:35:55.378Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.378Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "multicloud-k8s",
"timestamp": 1673850879520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850879729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850874369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.390Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850880617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.391Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850880892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.392Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850881685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.393Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850881622,
"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-16T06:35:55.400Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.400Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.410Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850882004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.411Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850883490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850884492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850885494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673850886498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:17.570Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:36:17.584Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:36:17.588Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:36:17.588Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:36:17.588Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:36:47.589Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:36:47.606Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:36:47.609Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:36:47.609Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:36:47.609Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:36:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:36:55.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850897707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "aai-model-loader",
"timestamp": 1673850898711,
"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-16T06:36:55.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:36:55.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:36:55.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.319Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850879098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673850880110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850876951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850880533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850891293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850903727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850904858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850903939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850904216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850905862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:36:55.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673850904732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-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-16T06:36:55.350Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.350Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850905013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.362Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "policy-distribution",
"timestamp": 1673850906864,
"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-16T06:36:55.367Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.367Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850906086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850906565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.378Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850907110,
"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-16T06:36:55.382Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.382Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.401Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.402Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673850907570,
"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-16T06:36:55.409Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.419Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "multicloud-k8s",
"timestamp": 1673850908111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850904369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850911490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850919680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "aai-model-loader",
"timestamp": 1673850920682,
"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-16T06:36:55.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:37:17.610Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:37:17.621Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:37:17.625Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:37:17.625Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||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-16T06:37:17.630Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:37:47.630Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:37:47.644Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40 and serviceModelVersionId: 519716a7-6515-4e60-8492-683259dc1353
2023-01-16T06:37:47.645Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33ee1d8b-55a5-422a-b923-37f086d78e3a
2023-01-16T06:37:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:04.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0
2023-01-16T06:38:04.433Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:38:04.955Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?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-16T06:38:04.960Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0|INFO|500||Invoke
2023-01-16T06:38:05.093Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-16T06:38:05.270Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0|INFO|500||InvokeReturn
2023-01-16T06:38:05.271Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:38:06 GMT], content-length=[0], vertex-id=[389272], x-aai-txid=[0-aai-resources-230116-06:38:06:485-48768], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:38:05.272Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:38:05.276Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:38:05.277Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||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-16T06:38:05.284Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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-16T06:38:05.285Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9ee3d36-b329-4967-aa1e-d2f7b993df40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:38:05.286Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:38:05.287Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:05.287Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:05.287Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851085285,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:05.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851085285,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:38:05.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:38:06.301Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:38:06.306Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:38:06.306Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"2f585d47-ea65-4390-9dcd-cd0ba3580ea3","serviceName":"basic_onboard_nOiDAX","serviceVersion":"1.0","serviceUUID":"3fe564b7-83e3-4ad1-9805-384146f81671","serviceDescription":"service","serviceInvariantUUID":"ffbe83a6-133a-495b-9258-59155d496084","resources":[{"resourceInstanceName":"basic_onboard_nOiDAX 0","resourceName":"basic_onboard_nOiDAX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c5080408-1512-4052-a65f-04eb5ed65e0c","resourceInvariantUUID":"b4254d9e-bc3f-43be-8b0e-0f56cc416e6b","resourceCustomizationUUID":"08538b80-5352-4f3b-bcb8-35f14dd0db5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml","artifactChecksum":"YmE0ZmYzYjc2OTQzMjViZjhiZTYzZmViZWFkN2RhYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f14ce707-4694-4484-878c-dafb96b885c3","artifactVersion":"1"},{"artifactName":"basic_onboard_noidax0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json","artifactChecksum":"MDJlOTY0NDk3OGIzMjJhNTAyM2I4ZWEwZWUzZTk3ZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"588e4b40-06ec-402a-8375-13d6c6963ad9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2e2cb38-b332-47f0-87d3-98eb61946da7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6fb3996-350e-4a26-a4bd-81941c3cca84","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d69621fc-04c0-4180-86e6-9a41d58e9e30","artifactVersion":"2","generatedFromUUID":"c2e2cb38-b332-47f0-87d3-98eb61946da7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNoidax-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml","artifactChecksum":"MWMzZWVjMWRhOGY3NTA2MDJkNDUxMTJmMWUyOGY5M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51a9a054-3b59-49f4-9887-7d0033b0e80e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNoidax-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar","artifactChecksum":"ZDU2ZTliYmQwYTZiMDc1MWMxYTA0ODlmY2NmMjA2ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:38:06.308Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:06.309Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:06.309Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:06.309Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:08.311Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:08.312Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:08.312Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:08.312Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:09.314Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:09.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:09.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:09.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:10.318Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:10.319Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:10.319Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:10.319Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:11.320Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:11.321Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:11.321Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:11.321Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:12.322Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:12.323Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:12.323Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:12.323Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:13.325Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"serviceName": "basic_onboard_nOiDAX",
"serviceVersion": "1.0",
"serviceUUID": "3fe564b7-83e3-4ad1-9805-384146f81671",
"serviceDescription": "service",
"serviceInvariantUUID": "ffbe83a6-133a-495b-9258-59155d496084",
"resources": [
{
"resourceInstanceName": "basic_onboard_nOiDAX 0",
"resourceCustomizationUUID": "08538b80-5352-4f3b-bcb8-35f14dd0db5a",
"resourceName": "basic_onboard_nOiDAX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c5080408-1512-4052-a65f-04eb5ed65e0c",
"resourceInvariantUUID": "b4254d9e-bc3f-43be-8b0e-0f56cc416e6b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_noidax0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"artifactChecksum": "MDJlOTY0NDk3OGIzMjJhNTAyM2I4ZWEwZWUzZTk3ZDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "588e4b40-06ec-402a-8375-13d6c6963ad9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c2e2cb38-b332-47f0-87d3-98eb61946da7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d69621fc-04c0-4180-86e6-9a41d58e9e30",
"generatedFromUUID": "c2e2cb38-b332-47f0-87d3-98eb61946da7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d69621fc-04c0-4180-86e6-9a41d58e9e30",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNoidax-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"artifactChecksum": "ZDU2ZTliYmQwYTZiMDc1MWMxYTA0ODlmY2NmMjA2ZGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf"
}
],
"workloadContext": "Production"
}
2023-01-16T06:38:13.325Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:38:13.326Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fe564b7-83e3-4ad1-9805-384146f81671 ASDC
2023-01-16T06:38:13.326Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2f585d47-ea65-4390-9dcd-cd0ba3580ea3
ServiceName:basic_onboard_nOiDAX
ServiceVersion:1.0
ServiceUUID:3fe564b7-83e3-4ad1-9805-384146f81671
ServiceInvariantUUID:ffbe83a6-133a-495b-9258-59155d496084
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNoidax-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
ArtifactUUID:7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf
ArtifactChecksum:ZDU2ZTliYmQwYTZiMDc1MWMxYTA0ODlmY2NmMjA2ZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nOiDAX 0
ResourceCustomizationUUID:08538b80-5352-4f3b-bcb8-35f14dd0db5a
ResourceInvariantUUID:b4254d9e-bc3f-43be-8b0e-0f56cc416e6b
ResourceName:basic_onboard_nOiDAX
ResourceType:VF
ResourceUUID:c5080408-1512-4052-a65f-04eb5ed65e0c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_noidax0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
ArtifactUUID:588e4b40-06ec-402a-8375-13d6c6963ad9
ArtifactChecksum:MDJlOTY0NDk3OGIzMjJhNTAyM2I4ZWEwZWUzZTk3ZDc=
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/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2e2cb38-b332-47f0-87d3-98eb61946da7
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/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
ArtifactUUID:d69621fc-04c0-4180-86e6-9a41d58e9e30
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/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
ArtifactUUID:d69621fc-04c0-4180-86e6-9a41d58e9e30
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-16T06:38:13.326Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fe564b7-83e3-4ad1-9805-384146f81671 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-16T06:38:13.360Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:13.362Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:13.613Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar 7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf 75665
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar ASDC sendASDCNotification
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:13.618Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:13.618Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:13.618Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851093617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:14.619Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:38:14.620Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:38:14.620Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf, URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar to file: /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.620Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.621Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.621Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.817Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8211790474688768103/Definitions/service-BasicOnboardNoidax-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-16T06:38:15.979Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nOiDAX 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-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is not matching search criteria
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is not matching search criteria
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d5c6895-e0e5-441e-a856-aafcc05c13f8
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nOiDAX
Description:service
Model UUID:3fe564b7-83e3-4ad1-9805-384146f81671
Model Version:NULL
Model InvariantUuid:ffbe83a6-133a-495b-9258-59155d496084
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nOiDAX
Model UUID:14239dfe-13ba-4357-8e06-60ec3d3ef248
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4254d9e-bc3f-43be-8b0e-0f56cc416e6b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:08538b80-5352-4f3b-bcb8-35f14dd0db5a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9
ModelName:BasicOnboardNoidax..base_ubuntu18..module-0
ModelUuid:3aef6577-5214-4109-bb4a-c72f494ec1d4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2d5c6895-e0e5-441e-a856-aafcc05c13f8
ModelInvariantUuid:6b7d083a-3a2e-4e8a-b7a0-06a9d7976ac2
ModelName:basic_onboard_nOiDAX-nodes.ubuntu18Cvfc
ModelUuid:ac7f6ce5-d802-4808-8c46-34531358ecc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:817768aa-ffc4-4dd7-9bb5-6c4ce467d442
ModelInvariantUuid:2594f427-29e7-4420-9bed-e23a2711ffb9
ModelName:BasicOnboardNoidax.compute.nodes.heat.ubuntu18
ModelUuid:1e8f9c47-dddb-4ce2-848d-4636809a9d8a
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-16T06:38:15.996Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c5080408-1512-4052-a65f-04eb5ed65e0c
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-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||basic_onboard_nOiDAX 0
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c5080408-1512-4052-a65f-04eb5ed65e0c
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 588e4b40-06ec-402a-8375-13d6c6963ad9 from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:16.061Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:16.062Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json 588e4b40-06ec-402a-8375-13d6c6963ad9 798
2023-01-16T06:38:16.062Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json ASDC sendASDCNotification
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851096062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:17.064Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNoidax..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3aef6577-5214-4109-bb4a-c72f494ec1d4",
"vfModuleModelCustomizationUUID": "80e34260-1a96-427a-a1ab-cd85ded1ed26",
"isBase": true,
"artifacts": [
"c2e2cb38-b332-47f0-87d3-98eb61946da7",
"d69621fc-04c0-4180-86e6-9a41d58e9e30"
],
"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-16T06:38:17.068Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNoidax..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3aef6577-5214-4109-bb4a-c72f494ec1d4
VfModuleModelInvariantUUID:f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2e2cb38-b332-47f0-87d3-98eb61946da7
,
d69621fc-04c0-4180-86e6-9a41d58e9e30
}
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-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNoidax..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3aef6577-5214-4109-bb4a-c72f494ec1d4",
"vfModuleModelCustomizationUUID": "80e34260-1a96-427a-a1ab-cd85ded1ed26",
"isBase": true,
"artifacts": [
"c2e2cb38-b332-47f0-87d3-98eb61946da7",
"d69621fc-04c0-4180-86e6-9a41d58e9e30"
],
"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-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNoidax..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3aef6577-5214-4109-bb4a-c72f494ec1d4
VfModuleModelInvariantUUID:f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2e2cb38-b332-47f0-87d3-98eb61946da7
,
d69621fc-04c0-4180-86e6-9a41d58e9e30
}
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-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c2e2cb38-b332-47f0-87d3-98eb61946da7 from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:17.192Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:17.192Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml c2e2cb38-b332-47f0-87d3-98eb61946da7 5033
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851097193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:18.194Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d69621fc-04c0-4180-86e6-9a41d58e9e30 from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:18.195Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:18.195Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:18.274Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:18.274Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env d69621fc-04c0-4180-86e6-9a41d58e9e30 909
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851098275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:19.276Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3fe564b7-83e3-4ad1-9805-384146f81671
2023-01-16T06:38:19.276Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nOiDAX 0 c5080408-1512-4052-a65f-04eb5ed65e0c 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-16T06:38:19.289Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4918d659, org.onap.sdc.toscaparser.api.parameters.Input@11e994ed, org.onap.sdc.toscaparser.api.parameters.Input@62b8b254, org.onap.sdc.toscaparser.api.parameters.Input@64a1f519, org.onap.sdc.toscaparser.api.parameters.Input@6b045dca]
2023-01-16T06:38:19.290Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.290Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 08538b80-5352-4f3b-bcb8-35f14dd0db5a
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08538b80-5352-4f3b-bcb8-35f14dd0db5a matches Tosca VF Customization UUID: 08538b80-5352-4f3b-bcb8-35f14dd0db5a
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 08538b80-5352-4f3b-bcb8-35f14dd0db5a 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-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 08538b80-5352-4f3b-bcb8-35f14dd0db5a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7af8fa38
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80e34260-1a96-427a-a1ab-cd85ded1ed26
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80e34260-1a96-427a-a1ab-cd85ded1ed26
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-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is not matching search criteria
2023-01-16T06:38:19.300Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-16T06:38:19.300Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-16T06:38:19.300Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d5c6895-e0e5-441e-a856-aafcc05c13f8
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-16T06:38:19.302Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.302Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.302Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:19.303Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.303Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.303Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=08538b80-5352-4f3b-bcb8-35f14dd0db5a
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-16T06:38:19.305Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.305Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3fe564b7-83e3-4ad1-9805-384146f81671: basic_onboard_nOiDAX
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.308Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:38:19.308Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.308Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_nOiDAX
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-16T06:38:19.403Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nOiDAX c5080408-1512-4052-a65f-04eb5ed65e0c 1 ASDC deployResourceStructure
2023-01-16T06:38:19.403Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json ASDC sendASDCNotification
2023-01-16T06:38:19.403Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851099403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:20.406Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-16T06:38:20.407Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851100406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:21.409Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-16T06:38:21.409Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851101409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:22.411Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar ASDC sendASDCNotification
2023-01-16T06:38:22.411Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:22.411Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:22.412Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:22.412Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:22.412Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851102411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:23.413Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:38:23.424Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
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-16T06:38:23.427Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:38:23.427Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:38:23.429Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:38:23.429Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:38:23.429Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||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-16T06:38:23.435Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:38:53.436Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:38:53.445Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 and serviceModelVersionId: 3fe564b7-83e3-4ad1-9805-384146f81671
2023-01-16T06:38:53.446Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffbe83a6-133a-495b-9258-59155d496084
2023-01-16T06:38:53.447Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0
2023-01-16T06:38:53.452Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:38:53.508Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|INFO|500||Invoke
2023-01-16T06:38:53.509Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f585d47-ea65-4390-9dcd-cd0ba3580ea3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe3a9ed9-0602-449f-9b99-eaaa3842e742], X-ECOMP-RequestID=[2f585d47-ea65-4390-9dcd-cd0ba3580ea3], X-TransactionId=[], X-ONAP-RequestID=[2f585d47-ea65-4390-9dcd-cd0ba3580ea3], Content-Type=[application/merge-patch+json]}
2023-01-16T06:38:53.538Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-16T06:38:53.625Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?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/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:38:54 GMT], content-length=[0], vertex-id=[184496], x-aai-txid=[0-aai-resources-230116-06:38:54:929-97728], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:38:53.626Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:38:53.626Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|INFO|500||InvokeReturn
2023-01-16T06:38:53.627Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:38:53.627Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||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-16T06:38:53.632Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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-16T06:38:53.632Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:38:53.632Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:38:53.633Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:53.633Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:53.633Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851133632,
"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-16T06:38:54.647Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:38:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:55.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:38:55.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "NOTIFIED"
}
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851086301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851093617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851096062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851097193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851098275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851099403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851100406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851101409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851102411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851133632,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:38:55.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:39:54.649Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:39:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:40:54.650Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:40:55.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:41:54.651Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:41:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:42:54.652Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:42:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:43:54.653Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:43:55.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:44:54.654Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:44:55.291Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:45:54.656Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:45:55.293Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:46:54.657Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:46:55.294Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:47:54.658Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:47:55.294Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:48:54.658Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:48:55.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:49:54.660Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:49:55.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:49:59.695Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:49:59.695Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"890284c8-96d5-4796-8293-c08aae6076a2","serviceName":"Demo_pNF_1GRPqJ6nSQPkd46n2ASL","serviceVersion":"1.0","serviceUUID":"629eef0c-69e7-4298-9658-543761e7acc1","serviceDescription":"catalog service description","serviceInvariantUUID":"a88f6689-a613-47cc-909a-3731aca770a4","resources":[{"resourceInstanceName":"pNF 0c6d50a7-6996 0","resourceName":"pNF 0c6d50a7-6996","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f0187077-fb3d-4bb6-a358-1316d656e4a9","resourceInvariantUUID":"4e9a9183-3c39-4f8c-a0d2-eebc685a95eb","resourceCustomizationUUID":"2df5963b-6254-4dc5-b41a-6537681f73ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml","artifactChecksum":"MmE1ZmY4NTk0ZmYzNTgxYTgyYWExMTIzOWRiYzMzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0140dfd-d9d6-4745-98b6-a1bfccd733e7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar","artifactChecksum":"NmJkODRiMjQzZDA1MGJkNTNjZjJlZGRhNjAyZDJlMGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6698299e-4db3-4fbc-a2d4-3956e04d9241","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6de939c5-3231-40b0-be55-2690e7b10a2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml","artifactChecksum":"NGYyMDRhNTA5YWJiNGQ0MmE3OWYxMTNjMTAwMjZlYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7cf6ce64-c84a-46ad-9599-25c7e577ea48","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fae2440-7171-4c10-be17-104365622506","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d2d519a-a938-4c7d-a324-0141eaa6bd1a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml","artifactChecksum":"NWQwN2FmN2ExODc5OGYyYjgxZTE2MzQ4ZGZkOGZhZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0158b7c9-245c-40a7-a148-1669f03a4a84","artifactVersion":"1"},{"artifactName":"service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar","artifactChecksum":"YjVmMWYzNjA1MTI0Y2UxNWQ1MTk2NmRlNDEyYzFhNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea2662f5-fd85-413b-a074-a834dd27cc52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:49:59.703Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:49:59.704Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:49:59.704Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:49:59.705Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:49:59.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:49:59.720Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:49:59.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:49:59.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:49:59.721Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:49:59.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:50:00.710Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:00.711Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:00.712Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:00.712Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:01.713Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:01.714Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:01.715Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:01.715Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:02.716Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:02.717Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:02.717Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:02.717Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:03.718Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:03.719Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:03.719Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:03.720Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:04.720Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:04.721Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:04.723Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:04.723Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:05.724Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:05.725Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:05.725Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:05.725Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:06.726Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:06.727Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:06.728Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:06.728Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:07.733Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"serviceName": "Demo_pNF_1GRPqJ6nSQPkd46n2ASL",
"serviceVersion": "1.0",
"serviceUUID": "629eef0c-69e7-4298-9658-543761e7acc1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a88f6689-a613-47cc-909a-3731aca770a4",
"resources": [
{
"resourceInstanceName": "pNF 0c6d50a7-6996 0",
"resourceCustomizationUUID": "2df5963b-6254-4dc5-b41a-6537681f73ca",
"resourceName": "pNF 0c6d50a7-6996",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f0187077-fb3d-4bb6-a358-1316d656e4a9",
"resourceInvariantUUID": "4e9a9183-3c39-4f8c-a0d2-eebc685a95eb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"artifactChecksum": "YjVmMWYzNjA1MTI0Y2UxNWQ1MTk2NmRlNDEyYzFhNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea2662f5-fd85-413b-a074-a834dd27cc52"
}
],
"workloadContext": "Production"
}
2023-01-16T06:50:07.734Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:50:07.734Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629eef0c-69e7-4298-9658-543761e7acc1 ASDC
2023-01-16T06:50:07.735Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:890284c8-96d5-4796-8293-c08aae6076a2
ServiceName:Demo_pNF_1GRPqJ6nSQPkd46n2ASL
ServiceVersion:1.0
ServiceUUID:629eef0c-69e7-4298-9658-543761e7acc1
ServiceInvariantUUID:a88f6689-a613-47cc-909a-3731aca770a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
ArtifactUUID:ea2662f5-fd85-413b-a074-a834dd27cc52
ArtifactChecksum:YjVmMWYzNjA1MTI0Y2UxNWQ1MTk2NmRlNDEyYzFhNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0c6d50a7-6996 0
ResourceCustomizationUUID:2df5963b-6254-4dc5-b41a-6537681f73ca
ResourceInvariantUUID:4e9a9183-3c39-4f8c-a0d2-eebc685a95eb
ResourceName:pNF 0c6d50a7-6996
ResourceType:PNF
ResourceUUID:f0187077-fb3d-4bb6-a358-1316d656e4a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-16T06:50:07.735Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629eef0c-69e7-4298-9658-543761e7acc1 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-16T06:50:07.776Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:50:07.778Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:50:07.778Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:50:07.778Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ea2662f5-fd85-413b-a074-a834dd27cc52 from URL: /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:07.779Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:50:07.779Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:07.909Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:50:07.915Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar ea2662f5-fd85-413b-a074-a834dd27cc52 88013
2023-01-16T06:50:07.915Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar ASDC sendASDCNotification
2023-01-16T06:50:07.915Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:07.916Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:50:07.916Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:07.917Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:07.917Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851807915,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:08.918Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:50:08.919Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:50:08.920Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ea2662f5-fd85-413b-a074-a834dd27cc52, URL: /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar to file: /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:08.921Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:08.922Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:08.922Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:09.115Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15184684604745391589/Definitions/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml
2023-01-16T06:50:10.040Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:50:10.040Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:50:10.040Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0c6d50a7-6996 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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Node template pNF 0c6d50a7-6996 0 is matching search criteria
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0c6d50a7-6996 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Node template pNF 0c6d50a7-6996 0 is matching search criteria
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0c6d50a7-6996 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_1GRPqJ6nSQPkd46n2ASL
Description:catalog service description
Model UUID:629eef0c-69e7-4298-9658-543761e7acc1
Model Version:NULL
Model InvariantUuid:a88f6689-a613-47cc-909a-3731aca770a4
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-16T06:50:10.053Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f0187077-fb3d-4bb6-a358-1316d656e4a9
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-16T06:50:10.058Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||pNF 0c6d50a7-6996 0
2023-01-16T06:50:10.058Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f0187077-fb3d-4bb6-a358-1316d656e4a9
2023-01-16T06:50:10.060Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 629eef0c-69e7-4298-9658-543761e7acc1
2023-01-16T06:50:10.060Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 629eef0c-69e7-4298-9658-543761e7acc1
2023-01-16T06:50:10.060Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0c6d50a7-6996 0 f0187077-fb3d-4bb6-a358-1316d656e4a9 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-16T06:50:10.064Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f7a0cee, org.onap.sdc.toscaparser.api.parameters.Input@5172eaaf, org.onap.sdc.toscaparser.api.parameters.Input@272a0af9, org.onap.sdc.toscaparser.api.parameters.Input@5e95dad0, org.onap.sdc.toscaparser.api.parameters.Input@21f7b090]
2023-01-16T06:50:10.064Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 629eef0c-69e7-4298-9658-543761e7acc1: pNF 0c6d50a7-6996
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Processing PNF resource: f0187077-fb3d-4bb6-a358-1316d656e4a9
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.066Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2df5963b-6254-4dc5-b41a-6537681f73ca is the same as notified resource customizationUUID: 2df5963b-6254-4dc5-b41a-6537681f73ca
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-16T06:50:10.142Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0c6d50a7-6996 f0187077-fb3d-4bb6-a358-1316d656e4a9 0 ASDC deployResourceStructure
2023-01-16T06:50:10.142Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar ASDC sendASDCNotification
2023-01-16T06:50:10.142Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851810142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:11.145Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:50:11.157Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:50:11.160Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:50:11.161Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:50:11.161Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:50:41.161Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:50:41.173Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:50:41.175Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:50:41.176Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:50:41.176Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:50:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:55.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:50:55.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:50:55.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:11.176Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:51:11.188Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:51:11.190Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:51:11.190Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:51:11.191Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:51:41.191Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:51:41.218Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:51:41.232Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:51:41.233Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:51:41.233Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:51:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:51:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.310Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.311Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851794660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851783527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851745749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "multicloud-k8s",
"timestamp": 1673851779149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851777924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851791294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851808460,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851808442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851807915,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851809635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851809028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.324Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851809467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-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-16T06:51:55.336Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.337Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.350Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851810640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851809633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "policy-distribution",
"timestamp": 1673851811642,
"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-16T06:51:55.355Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.356Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851810636,
"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-16T06:51:55.368Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.368Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.382Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851810142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851811021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851804369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.384Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851812025,
"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-16T06:51:55.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.388Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851812528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851818148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851811638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "policy-distribution",
"timestamp": 1673851812643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "multicloud-k8s",
"timestamp": 1673851808498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851810470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "aai-model-loader",
"timestamp": 1673851819150,
"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-16T06:51:55.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.410Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851811638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "policy-distribution",
"timestamp": 1673851812643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851810470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "multicloud-k8s",
"timestamp": 1673851808498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851821195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "policy-distribution",
"timestamp": 1673851822364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851821293,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.413Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851822200,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:51:55.423Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.423Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "policy-distribution",
"timestamp": 1673851823368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851821293,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "policy-distribution",
"timestamp": 1673851824371,
"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-16T06:51:55.436Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.437Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851824000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851825591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851826597,
"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-16T06:51:55.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.450Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "aai-model-loader",
"timestamp": 1673851834369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "aai-model-loader",
"timestamp": 1673851834369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "aai-model-loader",
"timestamp": 1673851836517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "aai-model-loader",
"timestamp": 1673851840609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "aai-model-loader",
"timestamp": 1673851841612,
"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-16T06:51:55.476Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.476Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.492Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.497Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851823204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851821174,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851825373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851820931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851845423,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851845237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851846405,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.501Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851846241,
"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-16T06:51:55.513Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:51:55.513Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851847410,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851846515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.521Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "policy-distribution",
"timestamp": 1673851848412,
"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-16T06:51:55.525Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:51:55.525Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851847602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851848626,
"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-16T06:51:55.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:51:55.537Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:51:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.542Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "multicloud-k8s",
"timestamp": 1673851849629,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "multicloud-k8s",
"timestamp": 1673851850633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "multicloud-k8s",
"timestamp": 1673851850633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851851293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "multicloud-k8s",
"timestamp": 1673851850633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851851293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "multicloud-k8s",
"timestamp": 1673851850633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851851293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "multicloud-k8s",
"timestamp": 1673851850633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "policy-distribution",
"timestamp": 1673851849414,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673851847244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673851851293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "multicloud-k8s",
"timestamp": 1673851850633,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673851845057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:11.233Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:52:11.247Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:52:11.250Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:52:11.250Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:52:11.250Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||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-16T06:52:11.256Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:52:41.257Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:52:41.265Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 890284c8-96d5-4796-8293-c08aae6076a2 and serviceModelVersionId: 629eef0c-69e7-4298-9658-543761e7acc1
2023-01-16T06:52:41.265Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a88f6689-a613-47cc-909a-3731aca770a4
2023-01-16T06:52:41.267Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0
2023-01-16T06:52:41.276Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:52:41.348Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?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-16T06:52:41.350Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0|INFO|500||Invoke
2023-01-16T06:52:41.379Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-16T06:52:41.507Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0|INFO|500||InvokeReturn
2023-01-16T06:52:41.508Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:52:42 GMT], content-length=[0], vertex-id=[196712], x-aai-txid=[2-aai-resources-230116-06:52:42:774-96762], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:52:41.508Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:52:41.509Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:52:41.509Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||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-16T06:52:41.514Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java: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-16T06:52:41.514Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 890284c8-96d5-4796-8293-c08aae6076a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:52:41.515Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:52:41.515Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:41.515Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:41.516Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851961514,
"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-16T06:52:42.530Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:52:42.535Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:52:42.535Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1e2827ee-48ad-4ad4-b873-6755a603c814","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"27fd4a98-ef22-4dac-8371-04a852536a2b","serviceDescription":"service","serviceInvariantUUID":"6631ceaa-0f8d-4a77-b810-86dbc74e8c7d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eefc8f16-ce23-4175-bf1b-0e4e093d2e3d","resourceInvariantUUID":"988d181d-e586-4590-8cab-82e34b371259","resourceCustomizationUUID":"8c264f22-33ef-4d3c-b82c-3f3b6089eb41","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":"YzA5Mzc1MDlkM2RjNzNhZTQ4OWEwYzMyZGQ4OGEzYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e03ca1d-40c9-4ccb-8ff1-329c9a0b4646","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mzg5NDZhODcwMzhkMmM1NGJmNDJmMWM5MWU2NjBhNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc6e7e12-3be1-4969-b929-c84b5da650c9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851962530,
"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-16T06:52:43.540Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:52:43.540Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:43.540Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:43.541Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851962530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:52:44.542Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "27fd4a98-ef22-4dac-8371-04a852536a2b",
"serviceDescription": "service",
"serviceInvariantUUID": "6631ceaa-0f8d-4a77-b810-86dbc74e8c7d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8c264f22-33ef-4d3c-b82c-3f3b6089eb41",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "eefc8f16-ce23-4175-bf1b-0e4e093d2e3d",
"resourceInvariantUUID": "988d181d-e586-4590-8cab-82e34b371259",
"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": "Mzg5NDZhODcwMzhkMmM1NGJmNDJmMWM5MWU2NjBhNjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc6e7e12-3be1-4969-b929-c84b5da650c9"
}
],
"workloadContext": "Production"
}
2023-01-16T06:52:44.542Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:52:44.542Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27fd4a98-ef22-4dac-8371-04a852536a2b ASDC
2023-01-16T06:52:44.543Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1e2827ee-48ad-4ad4-b873-6755a603c814
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:27fd4a98-ef22-4dac-8371-04a852536a2b
ServiceInvariantUUID:6631ceaa-0f8d-4a77-b810-86dbc74e8c7d
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:fc6e7e12-3be1-4969-b929-c84b5da650c9
ArtifactChecksum:Mzg5NDZhODcwMzhkMmM1NGJmNDJmMWM5MWU2NjBhNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8c264f22-33ef-4d3c-b82c-3f3b6089eb41
ResourceInvariantUUID:988d181d-e586-4590-8cab-82e34b371259
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eefc8f16-ce23-4175-bf1b-0e4e093d2e3d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-16T06:52:44.543Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fd4a98-ef22-4dac-8371-04a852536a2b 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-16T06:52:44.573Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fc6e7e12-3be1-4969-b929-c84b5da650c9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:52:44.575Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-16T06:52:44.686Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fc6e7e12-3be1-4969-b929-c84b5da650c9 57792
2023-01-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:52:44.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:44.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:44.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
"consumerID": "SO-sdc-controller",
"timestamp": 1673851964689,
"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-16T06:52:45.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:52:45.691Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:52:45.692Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fc6e7e12-3be1-4969-b929-c84b5da650c9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:45.692Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-16T06:52:45.693Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:45.693Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:45.865Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16863258454077041460/Definitions/service-BasicNetwork-template.yml
2023-01-16T06:52:46.471Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:52:46.472Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:52:46.472Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:52:46.476Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:52:46.476Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.476Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.478Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-16T06:52:46.478Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:52:46.479Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:52:46.479Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.479Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.480Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.480Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.482Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.482Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.482Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:27fd4a98-ef22-4dac-8371-04a852536a2b
Model Version:NULL
Model InvariantUuid:6631ceaa-0f8d-4a77-b810-86dbc74e8c7d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:988d181d-e586-4590-8cab-82e34b371259
Model UUID:f8274690-48cc-401c-9cb3-afa78feb1586
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8c264f22-33ef-4d3c-b82c-3f3b6089eb41
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-16T06:52:46.492Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: eefc8f16-ce23-4175-bf1b-0e4e093d2e3d
2023-01-16T06:52:46.493Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||No resources found for Service: 27fd4a98-ef22-4dac-8371-04a852536a2b
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-16T06:52:46.497Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||
2023-01-16T06:52:46.497Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 27fd4a98-ef22-4dac-8371-04a852536a2b
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27fd4a98-ef22-4dac-8371-04a852536a2b
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.504Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2141cdae, org.onap.sdc.toscaparser.api.parameters.Input@10ec16d2, org.onap.sdc.toscaparser.api.parameters.Input@793744cc, org.onap.sdc.toscaparser.api.parameters.Input@5448502f, org.onap.sdc.toscaparser.api.parameters.Input@7b4bdbb5]
2023-01-16T06:52:46.505Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.506Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.506Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.507Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.509Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 27fd4a98-ef22-4dac-8371-04a852536a2b: Generic NeutronNet
2023-01-16T06:52:46.509Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.509Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.510Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.510Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||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-16T06:52:46.547Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.548Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.548Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-16T06:52:46.549Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:52:46.549Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery