By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-05-28T23:39:45.341Z||main|||||INFO|500||The following profiles are active: basic
2023-05-28T23:39:56.886Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-28T23:39:56.887Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-28T23:39:57.085Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-28T23:40:00.827Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-28T23:40:01.143Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-28T23:40:01.535Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-28T23:40:01.595Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-28T23:40:01.728Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-28T23:40:02.164Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-28T23:40:03.443Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-28T23:40:06.487Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-28T23:40:09.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-28T23:40:09.057Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-28T23:40:09.404Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-28T23:40:09.598Z||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-05-28T23:40:10.635Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-28T23:40:12.240Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-05-28T23:40:12.919Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-28T23:40:12.920Z||main|||||ERROR|500||(conn=1230) Table 'catalogdb.activity_spec' doesn't exist
2023-05-28T23:40:12.943Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-05-28T23:40:15.255Z||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-05-28T23:40:17.520Z||main|||||WARN|500||---
2023-05-28T23:40:17.521Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-28T23:40:17.521Z||main|||||WARN|500||---
2023-05-28T23:40:17.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-28T23:40:23.425Z||main|||||INFO|500||Started Application in 45.993 seconds (JVM running for 49.562)
2023-05-28T23:40:23.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-28T23:40:23.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-28T23:40:23.463Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-28T23:40:23.546Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 49f9965e-42fb-4f49-a42e-2764002854bb url= /sdc/v1/artifactTypes
2023-05-28T23:40:23.560Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-28T23:40:23.805Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-28T23:40:23.842Z||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-05-28T23:40:23.843Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-28T23:40:23.843Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 564204a5-8cd2-4c3f-b8c9-0eacd863bc6f url= /sdc/v1/distributionKafkaData
2023-05-28T23:40:23.843Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-28T23:40:23.866Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-28T23:40:23.871Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4bb53fa4
2023-05-28T23:40:23.964Z||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-edcce5ff-e6f5-44bd-888a-59408b40bf9a
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-05-28T23:40:24.032Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Instantiated an idempotent producer.
2023-05-28T23:40:24.113Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-28T23:40:24.171Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-28T23:40:24.176Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-28T23:40:24.176Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685317224168
2023-05-28T23:40:24.189Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-28T23:40:24.235Z||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-4bdabe4b-2960-491b-a8df-f71deb666bde
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-05-28T23:40:24.425Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-28T23:40:24.425Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-28T23:40:24.426Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685317224425
2023-05-28T23:40:24.427Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:40:24.429Z||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-dba3b1e7-c38b-4848-b741-121547b75e70
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-05-28T23:40:24.435Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-28T23:40:24.436Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-28T23:40:24.436Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685317224435
2023-05-28T23:40:24.436Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:40:24.437Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:40:24.472Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-28T23:40:24.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:40:25.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Cluster ID: ianFueZdTuCw0nJ8vDjtkw
2023-05-28T23:40:25.410Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] ProducerId set to 1008 with epoch 0
2023-05-28T23:40:25.412Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.412Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 2O3pZz20Qsq5G9zUJqKvuQ
2023-05-28T23:40:25.413Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Cluster ID: ianFueZdTuCw0nJ8vDjtkw
2023-05-28T23:40:25.414Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.417Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-28T23:40:25.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:25.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Cluster ID: ianFueZdTuCw0nJ8vDjtkw
2023-05-28T23:40:25.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-28T23:40:25.473Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] (Re-)joining group
2023-05-28T23:40:25.475Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] (Re-)joining group
2023-05-28T23:40:25.539Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1
2023-05-28T23:40:25.539Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-05-28T23:40:25.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] (Re-)joining group
2023-05-28T23:40:25.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160
2023-05-28T23:40:25.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:25.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] (Re-)joining group
2023-05-28T23:40:31.552Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1', protocol='range'}
2023-05-28T23:40:31.556Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160', protocol='range'}
2023-05-28T23:40:31.635Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.643Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.643Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.650Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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 edPnHu7ARQewMuBTNQyB8w
2023-05-28T23:40:31.656Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1=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-05-28T23:40:31.702Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70-a2952e2f-0a81-4c99-b8de-afa6e8cfb160', protocol='range'}
2023-05-28T23:40:31.703Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.709Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.722Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde-f1541dbf-322a-4bc4-aedc-40600a926af1', protocol='range'}
2023-05-28T23:40:31.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-05-28T23:40:31.725Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-05-28T23:40:31.732Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-28T23:40:31.732Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-28T23:40:31.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-28T23:40:31.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-28T23:40:31.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-28T23:40:31.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-28T23:40:31.734Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-28T23:40:31.734Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-28T23:40:31.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-28T23:40:31.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-28T23:40:31.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-28T23:40:31.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-28T23:40:31.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-28T23:40:31.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-28T23:40:31.833Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-28T23:40:31.834Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-28T23:40:31.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-28T23:40:31.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-28T23:40:31.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:40:31.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, 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-05-28T23:41:24.443Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:41:24.480Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:42:24.445Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:42:24.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:43:24.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:43:24.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:44:24.447Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:44:24.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:45:24.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:45:24.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:46:24.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:46:24.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:47:24.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:47:24.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:48:24.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:48:24.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:49:24.453Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:49:24.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:49:25.491Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dba3b1e7-c38b-4848-b741-121547b75e70, groupId=SO] Node -1 disconnected.
2023-05-28T23:49:25.644Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4bdabe4b-2960-491b-a8df-f71deb666bde, groupId=SO] Node -1 disconnected.
2023-05-28T23:49:25.743Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Node -1 disconnected.
2023-05-28T23:49:46.413Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-28T23:50:24.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:50:24.498Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:51:24.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:51:24.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:52:24.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:52:24.502Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:53:24.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:53:24.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:54:24.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:54:24.505Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:55:24.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:55:24.508Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:56:24.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:56:24.509Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:57:24.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:57:24.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:58:24.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:58:24.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28T23:59:24.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28T23:59:24.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:00:24.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:00:24.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:01:24.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:01:24.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:02:24.476Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:02:24.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:03:24.478Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:03:24.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:04:24.479Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:04:24.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:05:24.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:05:24.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:06:24.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:06:24.521Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:07:24.484Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:07:24.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:08:24.486Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:08:24.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:09:24.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:09:24.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:10:24.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:10:24.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:11:24.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:11:24.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:12:24.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:12:24.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:13:24.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:13:24.532Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:14:24.492Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:14:24.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:15:24.492Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:15:24.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:16:24.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:16:24.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:17:24.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:17:24.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:18:24.496Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:18:24.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:19:24.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:19:24.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:20:24.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:20:24.539Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:21:24.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:21:24.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:22:24.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:22:24.542Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:23:24.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:23:24.543Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:24:24.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:24:24.544Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:25:24.506Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:25:24.545Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:26:24.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:26:24.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:27:24.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:27:24.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:28:24.509Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:28:24.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:29:24.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:29:24.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:30:24.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:30:24.551Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:31:24.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:31:24.551Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:32:24.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:32:24.554Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:33:24.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:33:24.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:34:24.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:34:24.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:35:24.518Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:35:24.558Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:36:24.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:36:24.560Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:37:24.520Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:37:24.561Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:38:24.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:38:24.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:39:24.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:39:24.563Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:40:24.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:40:24.565Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:41:24.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:41:24.565Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:42:24.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:42:24.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:43:24.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:43:24.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:44:24.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:44:24.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:45:24.529Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:45:24.572Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:46:24.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:46:24.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:47:24.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:47:24.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:48:24.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:48:24.581Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:49:24.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:49:24.582Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:50:24.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:50:24.584Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:51:24.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:51:24.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:52:24.538Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:52:24.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:53:24.542Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:53:24.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:53:59.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T00:53:59.040Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"adfe98b6-fe93-40ca-8e66-5471659d7473","serviceName":"vFW 2023-05-29 00-52-34","serviceVersion":"1.0","serviceUUID":"e8093147-d902-432f-89dc-ef0d5fee5d29","serviceDescription":"catalog service description","serviceInvariantUUID":"ce7a1ec2-cf79-4982-ab4d-87d584f1ae20","resources":[{"resourceInstanceName":"vFW 248f7266-5924 0","resourceName":"vFW 248f7266-5924","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b768452-b895-4c33-a8f1-825d578ae5c5","resourceInvariantUUID":"ab0d8fab-a836-41bc-ac2e-c9f900433689","resourceCustomizationUUID":"93c1ae62-c38f-4d69-9460-5a85a359944d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml","artifactChecksum":"YTI2MjhmNjRhNmE3YTAwOGVjMzdlY2NmNmQ0MTYxNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2e304a9-2288-4366-bfb6-1bff71136121","artifactVersion":"1"},{"artifactName":"vfw248f726659240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json","artifactChecksum":"N2MxZTExN2ZhNTdkYTEyZjZlZmFlMWUyMzk0YjIzYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90d34e-0a08-42ee-8614-5965ed6484ee","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3667290d-7e9f-4aeb-9bbc-a78cd3cba987","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml","artifactChecksum":"OWRhZGE3OGFlMzNjZWRiMTYzYzU3NDUwMzAyMWJhMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"157a1b9f-2ca6-43dd-a588-769fa6f0e930","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85d8894c-1c16-4d43-aba2-d92180ca9925","artifactVersion":"2","generatedFromUUID":"3667290d-7e9f-4aeb-9bbc-a78cd3cba987"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230529005234-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml","artifactChecksum":"NzA5NDFiYWIwYTg2MDZkOWM1OWQyZWVkNTliZjEzMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b03f0013-5674-40a4-9dca-da94bbe5497c","artifactVersion":"1"},{"artifactName":"service-Vfw20230529005234-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar","artifactChecksum":"NGE2NjdlZDNjZDBkYWRiYjA3MjBkYTYzYzg2NGJiMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T00:53:59.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:53:59.076Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:53:59.077Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:53:59.077Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:53:59.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T00:53:59.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-29T00:53:59.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:53:59.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:54:00.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:00.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:00.112Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:00.112Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:01.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:01.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:01.115Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:01.115Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:02.118Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:02.119Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:02.119Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:02.120Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:03.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:03.123Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:03.123Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:03.124Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:04.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:04.127Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:04.127Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:04.130Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:05.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:54:05.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:05.133Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:05.134Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:06.138Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"serviceName": "vFW 2023-05-29 00-52-34",
"serviceVersion": "1.0",
"serviceUUID": "e8093147-d902-432f-89dc-ef0d5fee5d29",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ce7a1ec2-cf79-4982-ab4d-87d584f1ae20",
"resources": [
{
"resourceInstanceName": "vFW 248f7266-5924 0",
"resourceCustomizationUUID": "93c1ae62-c38f-4d69-9460-5a85a359944d",
"resourceName": "vFW 248f7266-5924",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8b768452-b895-4c33-a8f1-825d578ae5c5",
"resourceInvariantUUID": "ab0d8fab-a836-41bc-ac2e-c9f900433689",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw248f726659240_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"artifactChecksum": "N2MxZTExN2ZhNTdkYTEyZjZlZmFlMWUyMzk0YjIzYTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a90d34e-0a08-42ee-8614-5965ed6484ee",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3667290d-7e9f-4aeb-9bbc-a78cd3cba987",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "85d8894c-1c16-4d43-aba2-d92180ca9925",
"generatedFromUUID": "3667290d-7e9f-4aeb-9bbc-a78cd3cba987"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "85d8894c-1c16-4d43-aba2-d92180ca9925",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230529005234-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"artifactChecksum": "NGE2NjdlZDNjZDBkYWRiYjA3MjBkYTYzYzg2NGJiMjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd"
}
],
"workloadContext": "Production"
}
2023-05-29T00:54:06.139Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T00:54:06.140Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8093147-d902-432f-89dc-ef0d5fee5d29 ASDC
2023-05-29T00:54:06.281Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:adfe98b6-fe93-40ca-8e66-5471659d7473
ServiceName:vFW 2023-05-29 00-52-34
ServiceVersion:1.0
ServiceUUID:e8093147-d902-432f-89dc-ef0d5fee5d29
ServiceInvariantUUID:ce7a1ec2-cf79-4982-ab4d-87d584f1ae20
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230529005234-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
ArtifactUUID:d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd
ArtifactChecksum:NGE2NjdlZDNjZDBkYWRiYjA3MjBkYTYzYzg2NGJiMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 248f7266-5924 0
ResourceCustomizationUUID:93c1ae62-c38f-4d69-9460-5a85a359944d
ResourceInvariantUUID:ab0d8fab-a836-41bc-ac2e-c9f900433689
ResourceName:vFW 248f7266-5924
ResourceType:VF
ResourceUUID:8b768452-b895-4c33-a8f1-825d578ae5c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw248f726659240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
ArtifactUUID:3a90d34e-0a08-42ee-8614-5965ed6484ee
ArtifactChecksum:N2MxZTExN2ZhNTdkYTEyZjZlZmFlMWUyMzk0YjIzYTI=
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/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
ArtifactUUID:3667290d-7e9f-4aeb-9bbc-a78cd3cba987
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/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
ArtifactUUID:85d8894c-1c16-4d43-aba2-d92180ca9925
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/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
ArtifactUUID:85d8894c-1c16-4d43-aba2-d92180ca9925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-29T00:54:06.282Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8093147-d902-432f-89dc-ef0d5fee5d29 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-05-29T00:54:06.553Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:54:06.555Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:54:06.556Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:54:06.556Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:06.556Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:06.557Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:06.683Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:06.716Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd 101443
2023-05-29T00:54:06.718Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar ASDC sendASDCNotification
2023-05-29T00:54:06.718Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:06.720Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:06.722Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:06.722Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:06.722Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321646717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:07.724Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:54:07.725Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:54:07.726Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d9b87f7b-f43d-4e10-bbd8-e415ba16f8cd, URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar to file: /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:07.727Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230529005234-csar.csar
2023-05-29T00:54:07.845Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:07.846Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:08.404Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3553460701043154606/Definitions/service-Vfw20230529005234-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-05-29T00:54:10.906Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-29T00:54:10.913Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 248f7266-5924 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-Vfw20230529005234-csar.csar
2023-05-29T00:54:10.914Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:54:10.922Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.924Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.927Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.928Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:54:10.929Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.931Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.935Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.935Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:10.936Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.937Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T00:54:10.937Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.937Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:54:10.938Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.938Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.938Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-29T00:54:10.939Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=994157b6-9bdd-4115-8395-13b1ac26c141
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.940Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53e00487-0c81-42c3-b9d7-9e61c6ddf97a
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.941Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-29T00:54:10.942Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77d39992-5519-47ea-b8fe-486212ea30a6
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:10.943Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-05-29 00-52-34
Description:catalog service description
Model UUID:e8093147-d902-432f-89dc-ef0d5fee5d29
Model Version:NULL
Model InvariantUuid:ce7a1ec2-cf79-4982-ab4d-87d584f1ae20
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 248f7266-5924
Model UUID:afca93cd-5b78-4c57-8ef6-aea1d1b2085f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab0d8fab-a836-41bc-ac2e-c9f900433689
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:93c1ae62-c38f-4d69-9460-5a85a359944d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c5b773ff-b437-47c6-9777-e79388a0a5bc
ModelName:Vfw248f72665924..base_vfw..module-0
ModelUuid:4bed922c-24a4-412a-89eb-85b2deb096cf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:994157b6-9bdd-4115-8395-13b1ac26c141
ModelInvariantUuid:4dd908ae-aaa2-4b16-a74f-c20ba07f8f76
ModelName:vFW 248f7266-5924-nodes.vfwCvfc
ModelUuid:37c3ddee-8c41-4048-b668-5a2e2d05d798
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:70d46318-4cbe-4146-8a9e-9d4b5b9bbcfb
ModelInvariantUuid:8e9735c8-fb10-49a8-a2a5-1ebf55d6b112
ModelName:Vfw248f72665924.compute.nodes.heat.vfw
ModelUuid:9b305766-f09b-4584-a4d1-a6ebce4ed760
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:53e00487-0c81-42c3-b9d7-9e61c6ddf97a
ModelInvariantUuid:72808ecc-6197-4c69-9ec1-22eb695e60b6
ModelName:vFW 248f7266-5924-nodes.vsnCvfc
ModelUuid:d24fbcad-0603-47ae-b583-fba77dbff018
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9cdfffa3-1e6e-4196-aa7e-e6c17d94ac5c
ModelInvariantUuid:aa8b1250-b0f9-4191-a435-c0931cddda4d
ModelName:Vfw248f72665924.compute.nodes.heat.vsn
ModelUuid:572f0d57-eb32-486f-8759-32fc178509ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:77d39992-5519-47ea-b8fe-486212ea30a6
ModelInvariantUuid:6aad7f6b-7964-435f-b560-b1206d1c9f16
ModelName:vFW 248f7266-5924-nodes.vpgCvfc
ModelUuid:d0d602c9-fc37-414a-969f-bce95d37f795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a79b808c-3638-436f-b773-a1d9b8642ba9
ModelInvariantUuid:09da21ce-eb00-46e1-bb67-1ecf837860c0
ModelName:Vfw248f72665924.compute.nodes.heat.vpg
ModelUuid:494043d6-bb1a-461d-a6ad-cf1723dcd3e3
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-05-29T00:54:10.983Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b768452-b895-4c33-a8f1-825d578ae5c5
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-05-29T00:54:11.046Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||vFW 248f7266-5924 0
2023-05-29T00:54:11.052Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b768452-b895-4c33-a8f1-825d578ae5c5
2023-05-29T00:54:11.052Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3a90d34e-0a08-42ee-8614-5965ed6484ee from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:11.053Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:11.053Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:11.206Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:11.207Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json 3a90d34e-0a08-42ee-8614-5965ed6484ee 785
2023-05-29T00:54:11.209Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json ASDC sendASDCNotification
2023-05-29T00:54:11.209Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:11.209Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:11.210Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:11.210Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:11.210Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321651209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:12.212Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw248f72665924..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c5b773ff-b437-47c6-9777-e79388a0a5bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4bed922c-24a4-412a-89eb-85b2deb096cf",
"vfModuleModelCustomizationUUID": "8b7380e2-adc3-4194-ae8c-5172a2a60d34",
"isBase": true,
"artifacts": [
"3667290d-7e9f-4aeb-9bbc-a78cd3cba987",
"85d8894c-1c16-4d43-aba2-d92180ca9925"
],
"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-05-29T00:54:12.236Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw248f72665924..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4bed922c-24a4-412a-89eb-85b2deb096cf
VfModuleModelInvariantUUID:c5b773ff-b437-47c6-9777-e79388a0a5bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
3667290d-7e9f-4aeb-9bbc-a78cd3cba987
,
85d8894c-1c16-4d43-aba2-d92180ca9925
}
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-05-29T00:54:12.242Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw248f72665924..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c5b773ff-b437-47c6-9777-e79388a0a5bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4bed922c-24a4-412a-89eb-85b2deb096cf",
"vfModuleModelCustomizationUUID": "8b7380e2-adc3-4194-ae8c-5172a2a60d34",
"isBase": true,
"artifacts": [
"3667290d-7e9f-4aeb-9bbc-a78cd3cba987",
"85d8894c-1c16-4d43-aba2-d92180ca9925"
],
"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-05-29T00:54:12.243Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw248f72665924..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4bed922c-24a4-412a-89eb-85b2deb096cf
VfModuleModelInvariantUUID:c5b773ff-b437-47c6-9777-e79388a0a5bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
3667290d-7e9f-4aeb-9bbc-a78cd3cba987
,
85d8894c-1c16-4d43-aba2-d92180ca9925
}
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-05-29T00:54:12.244Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3667290d-7e9f-4aeb-9bbc-a78cd3cba987 from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:12.244Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:12.244Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:12.390Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:12.391Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml 3667290d-7e9f-4aeb-9bbc-a78cd3cba987 20368
2023-05-29T00:54:12.391Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:12.392Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321652391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:13.394Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85d8894c-1c16-4d43-aba2-d92180ca9925 from URL: /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:13.395Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:54:13.395Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:13.517Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:54:13.518Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env 85d8894c-1c16-4d43-aba2-d92180ca9925 2098
2023-05-29T00:54:13.519Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-29T00:54:13.519Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:13.520Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:54:13.521Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:13.521Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:13.522Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321653519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:14.530Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8093147-d902-432f-89dc-ef0d5fee5d29
2023-05-29T00:54:14.532Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 248f7266-5924 0 8b768452-b895-4c33-a8f1-825d578ae5c5 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-05-29T00:54:14.601Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191fff82, org.onap.sdc.toscaparser.api.parameters.Input@3592a506, org.onap.sdc.toscaparser.api.parameters.Input@bc5b06c, org.onap.sdc.toscaparser.api.parameters.Input@477542c0, org.onap.sdc.toscaparser.api.parameters.Input@21f05643]
2023-05-29T00:54:14.607Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.608Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.609Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-05-29T00:54:14.609Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 93c1ae62-c38f-4d69-9460-5a85a359944d
2023-05-29T00:54:14.609Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93c1ae62-c38f-4d69-9460-5a85a359944d matches Tosca VF Customization UUID: 93c1ae62-c38f-4d69-9460-5a85a359944d
2023-05-29T00:54:14.610Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 93c1ae62-c38f-4d69-9460-5a85a359944d 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-05-29T00:54:14.623Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.624Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.627Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 93c1ae62-c38f-4d69-9460-5a85a359944d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-29T00:54:14.628Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d73bcb2
2023-05-29T00:54:14.629Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.630Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:54:14.631Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b7380e2-adc3-4194-ae8c-5172a2a60d34
2023-05-29T00:54:14.633Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b7380e2-adc3-4194-ae8c-5172a2a60d34
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-05-29T00:54:14.643Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.644Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.644Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.646Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.646Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.647Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.648Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.649Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:14.649Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:14.650Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:14.651Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-29T00:54:14.652Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:14.652Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:14.653Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.653Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.654Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:14.655Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.656Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:14.656Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.657Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=994157b6-9bdd-4115-8395-13b1ac26c141
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-05-29T00:54:14.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.670Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:14.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-29T00:54:14.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.674Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53e00487-0c81-42c3-b9d7-9e61c6ddf97a
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-05-29T00:54:14.676Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.676Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is not matching search criteria
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-29T00:54:14.679Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-29T00:54:14.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-29T00:54:14.681Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-29T00:54:14.681Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-29T00:54:14.681Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77d39992-5519-47ea-b8fe-486212ea30a6
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-05-29T00:54:14.683Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.683Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Node template vFW 248f7266-5924 0 is matching search criteria
2023-05-29T00:54:14.684Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 248f7266-5924 0] matching following query criteria: sdcType=VF, customizationUUID=93c1ae62-c38f-4d69-9460-5a85a359944d
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-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8093147-d902-432f-89dc-ef0d5fee5d29: vFW 248f7266-5924
2023-05-29T00:54:14.686Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.687Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:54:14.688Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-05-29 00-52-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:54:14.688Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-05-29 00-52-34
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-05-29T00:54:15.170Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 248f7266-5924 8b768452-b895-4c33-a8f1-825d578ae5c5 1 ASDC deployResourceStructure
2023-05-29T00:54:15.170Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json ASDC sendASDCNotification
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:15.171Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:15.172Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321655170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:16.173Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321656173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:17.175Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:17.176Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321657175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:18.179Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar ASDC sendASDCNotification
2023-05-29T00:54:18.179Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:54:18.180Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321658179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:19.182Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:54:19.217Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
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-05-29T00:54:19.222Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:54:19.223Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:54:19.223Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:54:24.438Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:54:24.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-29T00:54:24.440Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:54:24.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:54:49.224Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:54:49.254Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
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-05-29T00:54:49.261Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:54:49.261Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:54:49.261Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:55:19.262Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:55:19.295Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
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-05-29T00:55:19.301Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:55:19.302Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:55:19.302Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:55:24.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:55:24.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.461Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.462Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.463Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.465Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.466Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.467Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.468Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.469Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.471Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.476Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321630596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321602013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321621990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321631318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321639572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321646415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321646435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321646099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321646717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321646894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321647438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.479Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321647126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-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-05-29T00:55:24.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:24.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.518Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321647633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.519Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "policy-distribution-id",
"timestamp": 1685321648442,
"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-05-29T00:55:24.527Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321648745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321649915,
"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-05-29T00:55:24.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.555Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:24.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.569Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "multicloud-k8s",
"timestamp": 1685321650918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321651209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321652391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321653519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321655170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vfw248f726659240_modules.json",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321656173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321657175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/resourceInstances/vfw248f726659240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321658179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321651779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321659664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:55:24.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321661603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:55:24.574Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "aai-model-loader",
"timestamp": 1685321662608,
"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-05-29T00:55:24.585Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:55:24.585Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:55:49.303Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:55:49.335Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
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-05-29T00:55:49.343Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:55:49.343Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:55:49.344Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:55:49.344Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:56:19.345Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:56:19.375Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
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-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T00:56:19.382Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T00:56:24.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:56:24.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321665563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230529005234/1.0/artifacts/service-Vfw20230529005234-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:56:24.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321666570,
"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-05-29T00:56:24.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of adfe98b6-fe93-40ca-8e66-5471659d7473
2023-05-29T00:56:24.468Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:56:24.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.495Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.502Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.503Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.506Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.510Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321681925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321669572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "ves-openapi-manager",
"timestamp": 1685321666822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321679445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321648131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321681779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321691706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321691564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321691296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321691655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.516Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321692230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.517Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "cds-sdc-listener",
"timestamp": 1685321692301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-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-05-29T00:56:24.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.553Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321692659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.579Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321692734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.580Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "policy-distribution-id",
"timestamp": 1685321693660,
"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-05-29T00:56:24.599Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.599Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.623Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321693873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321694668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.624Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321694933,
"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-05-29T00:56:24.641Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.641Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.659Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685321695672,
"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-05-29T00:56:24.675Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.675Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:24.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.700Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "multicloud-k8s",
"timestamp": 1685321695937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321698224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:56:24.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:56:24.702Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "aai-model-loader",
"timestamp": 1685321699228,
"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-05-29T00:56:24.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0e35aea-0fa3-419c-9b54-56ee02f32936
2023-05-29T00:56:24.721Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:56:49.383Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:56:49.413Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473
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-05-29T00:56:49.421Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T00:56:49.422Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:56:49.423Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-05-29T00:56:49.441Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T00:57:19.441Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: adfe98b6-fe93-40ca-8e66-5471659d7473 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-05-29T00:57:19.460Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: adfe98b6-fe93-40ca-8e66-5471659d7473 and serviceModelVersionId: e8093147-d902-432f-89dc-ef0d5fee5d29
2023-05-29T00:57:19.460Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce7a1ec2-cf79-4982-ab4d-87d584f1ae20
2023-05-29T00:57:24.437Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:34.601Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0
2023-05-29T00:57:34.723Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T00:57:35.184Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|INFO|500||Invoke
2023-05-29T00:57:35.191Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adfe98b6-fe93-40ca-8e66-5471659d7473], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39f7c6d7-76d3-4dc7-99e0-7cff88961e3d], X-ECOMP-RequestID=[adfe98b6-fe93-40ca-8e66-5471659d7473], X-TransactionId=[], X-ONAP-RequestID=[adfe98b6-fe93-40ca-8e66-5471659d7473], Content-Type=[application/merge-patch+json]}
2023-05-29T00:57:35.219Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-29T00:57:35.573Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 00:57:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[310], vertex-id=[352440], x-aai-txid=[1-aai-resources-230529-00:57:35:236-11851], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T00:57:35.576Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T00:57:35.577Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ce7a1ec2-cf79-4982-ab4d-87d584f1ae20/model-vers/model-ver/e8093147-d902-432f-89dc-ef0d5fee5d29?depth=0|INFO|500||InvokeReturn
2023-05-29T00:57:35.585Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T00:57:35.585Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-05-29T00:57:35.612Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||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-05-29T00:57:35.614Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID adfe98b6-fe93-40ca-8e66-5471659d7473 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T00:57:35.617Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T00:57:35.618Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:35.618Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:35.618Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321855614,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:35.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-29T00:57:35.637Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "adfe98b6-fe93-40ca-8e66-5471659d7473",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321855614,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T00:57:35.638Z||pool-2-thread-8|||||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-05-29T00:57:36.652Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:57:36.659Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T00:57:36.660Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f0e35aea-0fa3-419c-9b54-56ee02f32936","serviceName":"basic_onboard_wlrBGN","serviceVersion":"1.0","serviceUUID":"b61a1be7-afce-4635-8bd1-c8b811c76105","serviceDescription":"service","serviceInvariantUUID":"c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d","resources":[{"resourceInstanceName":"basic_onboard_wlrBGN 0","resourceName":"basic_onboard_wlrBGN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c8fa192-4660-431f-b1ce-ab4392430541","resourceInvariantUUID":"38b978b3-dba7-4b1a-a658-71d25b57cb34","resourceCustomizationUUID":"747f4839-8ee5-452e-bb5b-d826ac700af5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml","artifactChecksum":"YTllZGNmODlkYTg3MjdmNzRjZDA4OGRjMWZlNDFlNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd5e1e2e-55cb-407b-af52-73733f551886","artifactVersion":"1"},{"artifactName":"basic_onboard_wlrbgn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json","artifactChecksum":"MWRiYTY5NWE3YjYxMzk0MDc0YzU2MWM2MzdjYmY2N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"048529c0-da68-4a7e-bd53-9b4a0e031700","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a35072c4-7034-48b9-83b7-b7399e048412","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b89b1d06-4e6f-49d7-9b1f-de9fb10d9819","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1479f338-ff23-4d83-be1f-93f643c5fbbb","artifactVersion":"2","generatedFromUUID":"a35072c4-7034-48b9-83b7-b7399e048412"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWlrbgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml","artifactChecksum":"NDNlNDc5MDg4NDczOGUzNDhjN2U5YzA4MTRiNzJhODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cbd9a80-f764-4428-9bf0-3df3d3f2d520","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWlrbgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar","artifactChecksum":"NDM2ODRiZTAxNWQ5YjQzM2Q0NDBiMTIwZWQ4MDU3YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21eea731-2f48-4101-a35f-6b9854304585","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T00:57:36.663Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:36.664Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:36.664Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:36.664Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:37.665Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:37.666Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:37.666Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:37.667Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:38.668Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:38.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:38.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:38.669Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:39.670Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:39.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:39.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:39.671Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:40.672Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:40.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:40.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:40.673Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:41.675Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:42.676Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T00:57:42.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:42.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:42.677Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:43.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"serviceName": "basic_onboard_wlrBGN",
"serviceVersion": "1.0",
"serviceUUID": "b61a1be7-afce-4635-8bd1-c8b811c76105",
"serviceDescription": "service",
"serviceInvariantUUID": "c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d",
"resources": [
{
"resourceInstanceName": "basic_onboard_wlrBGN 0",
"resourceCustomizationUUID": "747f4839-8ee5-452e-bb5b-d826ac700af5",
"resourceName": "basic_onboard_wlrBGN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1c8fa192-4660-431f-b1ce-ab4392430541",
"resourceInvariantUUID": "38b978b3-dba7-4b1a-a658-71d25b57cb34",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wlrbgn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"artifactChecksum": "MWRiYTY5NWE3YjYxMzk0MDc0YzU2MWM2MzdjYmY2N2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "048529c0-da68-4a7e-bd53-9b4a0e031700",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a35072c4-7034-48b9-83b7-b7399e048412",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1479f338-ff23-4d83-be1f-93f643c5fbbb",
"generatedFromUUID": "a35072c4-7034-48b9-83b7-b7399e048412"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1479f338-ff23-4d83-be1f-93f643c5fbbb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWlrbgn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"artifactChecksum": "NDM2ODRiZTAxNWQ5YjQzM2Q0NDBiMTIwZWQ4MDU3YzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21eea731-2f48-4101-a35f-6b9854304585"
}
],
"workloadContext": "Production"
}
2023-05-29T00:57:43.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T00:57:43.680Z|adfe98b6-fe93-40ca-8e66-5471659d7473|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b61a1be7-afce-4635-8bd1-c8b811c76105 ASDC
2023-05-29T00:57:43.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f0e35aea-0fa3-419c-9b54-56ee02f32936
ServiceName:basic_onboard_wlrBGN
ServiceVersion:1.0
ServiceUUID:b61a1be7-afce-4635-8bd1-c8b811c76105
ServiceInvariantUUID:c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWlrbgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
ArtifactUUID:21eea731-2f48-4101-a35f-6b9854304585
ArtifactChecksum:NDM2ODRiZTAxNWQ5YjQzM2Q0NDBiMTIwZWQ4MDU3YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wlrBGN 0
ResourceCustomizationUUID:747f4839-8ee5-452e-bb5b-d826ac700af5
ResourceInvariantUUID:38b978b3-dba7-4b1a-a658-71d25b57cb34
ResourceName:basic_onboard_wlrBGN
ResourceType:VF
ResourceUUID:1c8fa192-4660-431f-b1ce-ab4392430541
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wlrbgn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
ArtifactUUID:048529c0-da68-4a7e-bd53-9b4a0e031700
ArtifactChecksum:MWRiYTY5NWE3YjYxMzk0MDc0YzU2MWM2MzdjYmY2N2Y=
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/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a35072c4-7034-48b9-83b7-b7399e048412
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/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
ArtifactUUID:1479f338-ff23-4d83-be1f-93f643c5fbbb
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/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
ArtifactUUID:1479f338-ff23-4d83-be1f-93f643c5fbbb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-29T00:57:43.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b61a1be7-afce-4635-8bd1-c8b811c76105 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-05-29T00:57:43.785Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21eea731-2f48-4101-a35f-6b9854304585 from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:43.790Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:43.791Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:44.017Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:44.018Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar 21eea731-2f48-4101-a35f-6b9854304585 75654
2023-05-29T00:57:44.018Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar ASDC sendASDCNotification
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:44.019Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:44.020Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321864018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:45.020Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 21eea731-2f48-4101-a35f-6b9854304585, URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar to file: /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.021Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:45.114Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6084011371761745779/Definitions/service-BasicOnboardWlrbgn-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-05-29T00:57:46.226Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wlrBGN 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-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.227Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-29T00:57:46.228Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:46.229Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is not matching search criteria
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80c938fe-f945-4dab-95f9-9c01cac8319f
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:46.230Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_wlrBGN
Description:service
Model UUID:b61a1be7-afce-4635-8bd1-c8b811c76105
Model Version:NULL
Model InvariantUuid:c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_wlrBGN
Model UUID:6aefbf6b-f871-4fae-8169-a65582d6ba56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38b978b3-dba7-4b1a-a658-71d25b57cb34
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:747f4839-8ee5-452e-bb5b-d826ac700af5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f2a8010d-9f67-40b9-a6d2-adfad91760d3
ModelName:BasicOnboardWlrbgn..base_ubuntu18..module-0
ModelUuid:86229381-e738-4dfe-a6f1-07df3274838b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:80c938fe-f945-4dab-95f9-9c01cac8319f
ModelInvariantUuid:366d818d-2e19-4078-82f8-dab06fa18945
ModelName:basic_onboard_wlrBGN-nodes.ubuntu18Cvfc
ModelUuid:b956ed03-d095-450a-ae4c-ade4666f71e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c33c073a-89a6-4f3a-b2a7-1baaff057d77
ModelInvariantUuid:09bbf1b1-acd4-4747-b7d0-4099c9e39af2
ModelName:BasicOnboardWlrbgn.compute.nodes.heat.ubuntu18
ModelUuid:6cef3914-4f41-47f9-922f-e55e1c289fa7
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-05-29T00:57:46.245Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c8fa192-4660-431f-b1ce-ab4392430541
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-05-29T00:57:46.251Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||basic_onboard_wlrBGN 0
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c8fa192-4660-431f-b1ce-ab4392430541
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 048529c0-da68-4a7e-bd53-9b4a0e031700 from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:46.252Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:46.438Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:46.438Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json 048529c0-da68-4a7e-bd53-9b4a0e031700 798
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json ASDC sendASDCNotification
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:46.439Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321866439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:47.440Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWlrbgn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f2a8010d-9f67-40b9-a6d2-adfad91760d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "86229381-e738-4dfe-a6f1-07df3274838b",
"vfModuleModelCustomizationUUID": "3c28289e-b048-4193-b1e9-66715fd6c4bd",
"isBase": true,
"artifacts": [
"a35072c4-7034-48b9-83b7-b7399e048412",
"1479f338-ff23-4d83-be1f-93f643c5fbbb"
],
"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-05-29T00:57:47.442Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlrbgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86229381-e738-4dfe-a6f1-07df3274838b
VfModuleModelInvariantUUID:f2a8010d-9f67-40b9-a6d2-adfad91760d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35072c4-7034-48b9-83b7-b7399e048412
,
1479f338-ff23-4d83-be1f-93f643c5fbbb
}
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-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWlrbgn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f2a8010d-9f67-40b9-a6d2-adfad91760d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "86229381-e738-4dfe-a6f1-07df3274838b",
"vfModuleModelCustomizationUUID": "3c28289e-b048-4193-b1e9-66715fd6c4bd",
"isBase": true,
"artifacts": [
"a35072c4-7034-48b9-83b7-b7399e048412",
"1479f338-ff23-4d83-be1f-93f643c5fbbb"
],
"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-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlrbgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86229381-e738-4dfe-a6f1-07df3274838b
VfModuleModelInvariantUUID:f2a8010d-9f67-40b9-a6d2-adfad91760d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35072c4-7034-48b9-83b7-b7399e048412
,
1479f338-ff23-4d83-be1f-93f643c5fbbb
}
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-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a35072c4-7034-48b9-83b7-b7399e048412 from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:47.444Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:47.562Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:47.562Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml a35072c4-7034-48b9-83b7-b7399e048412 5033
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:47.563Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:47.564Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:47.564Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321867563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:48.565Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1479f338-ff23-4d83-be1f-93f643c5fbbb from URL: /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:48.565Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T00:57:48.565Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:48.660Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T00:57:48.661Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env 1479f338-ff23-4d83-be1f-93f643c5fbbb 909
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T00:57:48.662Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:48.663Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:48.663Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321868662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:49.663Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b61a1be7-afce-4635-8bd1-c8b811c76105
2023-05-29T00:57:49.664Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wlrBGN 0 1c8fa192-4660-431f-b1ce-ab4392430541 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-05-29T00:57:49.673Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28efaf4, org.onap.sdc.toscaparser.api.parameters.Input@7d8070b8, org.onap.sdc.toscaparser.api.parameters.Input@484de43b, org.onap.sdc.toscaparser.api.parameters.Input@71049a5b, org.onap.sdc.toscaparser.api.parameters.Input@42887d5]
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 747f4839-8ee5-452e-bb5b-d826ac700af5
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 747f4839-8ee5-452e-bb5b-d826ac700af5 matches Tosca VF Customization UUID: 747f4839-8ee5-452e-bb5b-d826ac700af5
2023-05-29T00:57:49.674Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 747f4839-8ee5-452e-bb5b-d826ac700af5 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-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 747f4839-8ee5-452e-bb5b-d826ac700af5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-29T00:57:49.676Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@89bf2bf
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c28289e-b048-4193-b1e9-66715fd6c4bd
2023-05-29T00:57:49.677Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c28289e-b048-4193-b1e9-66715fd6c4bd
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-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is not matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-29T00:57:49.680Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80c938fe-f945-4dab-95f9-9c01cac8319f
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-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wlrBGN 0 is matching search criteria
2023-05-29T00:57:49.687Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wlrBGN 0] matching following query criteria: sdcType=VF, customizationUUID=747f4839-8ee5-452e-bb5b-d826ac700af5
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-05-29T00:57:49.688Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b61a1be7-afce-4635-8bd1-c8b811c76105: basic_onboard_wlrBGN
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T00:57:49.689Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wlrBGN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T00:57:49.690Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_wlrBGN
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-05-29T00:57:49.816Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wlrBGN 1c8fa192-4660-431f-b1ce-ab4392430541 1 ASDC deployResourceStructure
2023-05-29T00:57:49.817Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json ASDC sendASDCNotification
2023-05-29T00:57:49.817Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json
2023-05-29T00:57:49.817Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:49.822Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:49.823Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:49.823Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321869817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:50.824Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-29T00:57:50.824Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:50.825Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321870824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:51.826Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-29T00:57:51.827Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env
2023-05-29T00:57:51.828Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:51.828Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:51.829Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:51.829Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321871826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar ASDC sendASDCNotification
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:57:52.832Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321872832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:57:53.834Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0e35aea-0fa3-419c-9b54-56ee02f32936
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T00:57:53.861Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0e35aea-0fa3-419c-9b54-56ee02f32936
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-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T00:57:53.868Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T00:57:53.869Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-05-29T00:57:53.885Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T00:58:23.885Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0e35aea-0fa3-419c-9b54-56ee02f32936 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-05-29T00:58:23.898Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0e35aea-0fa3-419c-9b54-56ee02f32936 and serviceModelVersionId: b61a1be7-afce-4635-8bd1-c8b811c76105
2023-05-29T00:58:23.899Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d
2023-05-29T00:58:23.899Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0
2023-05-29T00:58:23.904Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T00:58:23.947Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|INFO|500||Invoke
2023-05-29T00:58:23.947Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0e35aea-0fa3-419c-9b54-56ee02f32936], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8861e7b0-8a77-4e32-9825-b62cda094da5], X-ECOMP-RequestID=[f0e35aea-0fa3-419c-9b54-56ee02f32936], X-TransactionId=[], X-ONAP-RequestID=[f0e35aea-0fa3-419c-9b54-56ee02f32936], Content-Type=[application/merge-patch+json]}
2023-05-29T00:58:23.956Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-29T00:58:24.152Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 00:58:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[173], vertex-id=[368824], x-aai-txid=[2-aai-resources-230529-00:58:23:972-92468], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T00:58:24.153Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T00:58:24.154Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7369a6f-8e74-4ebd-b67e-e9e9dcd1591d/model-vers/model-ver/b61a1be7-afce-4635-8bd1-c8b811c76105?depth=0|INFO|500||InvokeReturn
2023-05-29T00:58:24.154Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T00:58:24.155Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-05-29T00:58:24.164Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||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-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0e35aea-0fa3-419c-9b54-56ee02f32936 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T00:58:24.165Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T00:58:24.166Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321904165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:58:24.438Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:58:24.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.445Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:58:24.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "NOTIFIED"
}
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-29T00:58:24.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321856652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321864018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321866439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321867563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321868662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321869817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/basic_onboard_wlrbgn0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321870824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-05-29T00:58:24.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321871826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/resourceInstances/basic_onboard_wlrbgn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321872832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlrbgn/1.0/artifacts/service-BasicOnboardWlrbgn-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f0e35aea-0fa3-419c-9b54-56ee02f32936",
"consumerID": "SO-sdc-controller",
"timestamp": 1685321904165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-29T00:58:24.452Z||pool-2-thread-6|||||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-05-29T00:58:25.199Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T00:59:24.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T00:59:25.200Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:00:24.438Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:00:25.201Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:01:24.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:01:25.202Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:02:24.441Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:02:25.202Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:03:24.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:03:25.204Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:04:24.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:04:25.205Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:05:24.444Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:05:25.206Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:06:24.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:06:25.207Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:07:24.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:07:25.207Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:08:24.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:08:25.208Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:08:26.342Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Node 2 disconnected.
2023-05-29T01:09:07.535Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:09:07.535Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"d303f328-697c-4116-b521-4fcaf94f9f2f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3e472ed8-9f02-4e00-a02b-51d346fd557b","serviceDescription":"service","serviceInvariantUUID":"aea08c07-6fb5-463f-87a6-c0542bb87151","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"80cd3d3d-f5f1-40fe-ac73-5d11ccd28136","resourceInvariantUUID":"44097c9d-0a3c-44ad-a681-816f9a7317fb","resourceCustomizationUUID":"9025d358-4ae6-40c5-a602-a3a08507fe67","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":"MGNmMzMxYzg4NGYzNmI0OWM4ODkyZjVlNDk2MzU0YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cf24099-57f7-4e8a-927c-f9ff4e151a08","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmEwNDQwNmM2NGY3OTZlZDlkNGZjMTcwNTNhOGVlYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1113da9f-b8c4-4636-a7d4-112eb07d620e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:09:07.537Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:09:07.538Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:07.538Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:07.538Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322505208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.545Z||kafka-producer-network-thread | SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-edcce5ff-e6f5-44bd-888a-59408b40bf9a] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to edPnHu7ARQewMuBTNQyB8w
2023-05-29T01:09:07.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-29T01:09:07.575Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322505208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:09:07.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:09:08.546Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:09:08.547Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:08.547Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:08.547Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322505208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:09.548Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3e472ed8-9f02-4e00-a02b-51d346fd557b",
"serviceDescription": "service",
"serviceInvariantUUID": "aea08c07-6fb5-463f-87a6-c0542bb87151",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9025d358-4ae6-40c5-a602-a3a08507fe67",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "80cd3d3d-f5f1-40fe-ac73-5d11ccd28136",
"resourceInvariantUUID": "44097c9d-0a3c-44ad-a681-816f9a7317fb",
"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": "MmEwNDQwNmM2NGY3OTZlZDlkNGZjMTcwNTNhOGVlYWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1113da9f-b8c4-4636-a7d4-112eb07d620e"
}
],
"workloadContext": "Production"
}
2023-05-29T01:09:09.549Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:09:09.549Z|f0e35aea-0fa3-419c-9b54-56ee02f32936|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e472ed8-9f02-4e00-a02b-51d346fd557b ASDC
2023-05-29T01:09:09.549Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d303f328-697c-4116-b521-4fcaf94f9f2f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3e472ed8-9f02-4e00-a02b-51d346fd557b
ServiceInvariantUUID:aea08c07-6fb5-463f-87a6-c0542bb87151
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:1113da9f-b8c4-4636-a7d4-112eb07d620e
ArtifactChecksum:MmEwNDQwNmM2NGY3OTZlZDlkNGZjMTcwNTNhOGVlYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9025d358-4ae6-40c5-a602-a3a08507fe67
ResourceInvariantUUID:44097c9d-0a3c-44ad-a681-816f9a7317fb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:80cd3d3d-f5f1-40fe-ac73-5d11ccd28136
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-05-29T01:09:09.549Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e472ed8-9f02-4e00-a02b-51d346fd557b 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-05-29T01:09:09.618Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:09:09.619Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1113da9f-b8c4-4636-a7d4-112eb07d620e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:09:09.620Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:09.756Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:09:09.757Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1113da9f-b8c4-4636-a7d4-112eb07d620e 57786
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:09:09.758Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:09.759Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:09.759Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322549758,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:10.760Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:09:10.761Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:09:10.761Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1113da9f-b8c4-4636-a7d4-112eb07d620e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:10.762Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-29T01:09:10.763Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:10.763Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:10.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8319216496220626272/Definitions/service-BasicNetwork-template.yml
2023-05-29T01:09:11.279Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.280Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.281Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.282Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3e472ed8-9f02-4e00-a02b-51d346fd557b
Model Version:NULL
Model InvariantUuid:aea08c07-6fb5-463f-87a6-c0542bb87151
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:44097c9d-0a3c-44ad-a681-816f9a7317fb
Model UUID:3dddbb86-4f32-4403-b9c2-bf15cefa1d5d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9025d358-4ae6-40c5-a602-a3a08507fe67
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-05-29T01:09:11.294Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 80cd3d3d-f5f1-40fe-ac73-5d11ccd28136
2023-05-29T01:09:11.294Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||No resources found for Service: 3e472ed8-9f02-4e00-a02b-51d346fd557b
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-05-29T01:09:11.298Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||
2023-05-29T01:09:11.298Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3e472ed8-9f02-4e00-a02b-51d346fd557b
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3e472ed8-9f02-4e00-a02b-51d346fd557b
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-05-29T01:09:11.299Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.309Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7deec085, org.onap.sdc.toscaparser.api.parameters.Input@6d16fe82, org.onap.sdc.toscaparser.api.parameters.Input@1d9cc55b, org.onap.sdc.toscaparser.api.parameters.Input@387e5949, org.onap.sdc.toscaparser.api.parameters.Input@339f5c2b]
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3e472ed8-9f02-4e00-a02b-51d346fd557b: Generic NeutronNet
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.311Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:09:11.360Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:09:11.441Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322551441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:12.443Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T01:09:12.469Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
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-05-29T01:09:12.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:09:12.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:09:12.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:09:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:09:24.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:09:24.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "policy-distribution-id",
"timestamp": 1685322534683,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:09:24.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:09:42.475Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T01:09:42.501Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
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-05-29T01:09:42.505Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:09:42.505Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:09:42.505Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:10:12.506Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T01:10:12.533Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
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-05-29T01:10:12.541Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:10:12.542Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-29T01:10:12.542Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-29T01:10:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:10:24.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322531953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "aai-model-loader",
"timestamp": 1685322539572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322533317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "multicloud-k8s",
"timestamp": 1685322536974,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322505208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "policy-distribution-id",
"timestamp": 1685322534683,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322531953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "aai-model-loader",
"timestamp": 1685322539572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322533317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "multicloud-k8s",
"timestamp": 1685322536974,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "policy-distribution-id",
"timestamp": 1685322549767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "aai-model-loader",
"timestamp": 1685322549906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322549411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322549758,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322550414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-29T01:10:24.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:24.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.492Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "policy-distribution-id",
"timestamp": 1685322550771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322551441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.493Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "policy-distribution-id",
"timestamp": 1685322551775,
"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-05-29T01:10:24.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:24.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322551779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "aai-model-loader",
"timestamp": 1685322553269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322551779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "aai-model-loader",
"timestamp": 1685322554272,
"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-05-29T01:10:24.547Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.548Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322554554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322556369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:10:24.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:10:24.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:10:24.580Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322557377,
"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-05-29T01:10:24.596Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d303f328-697c-4116-b521-4fcaf94f9f2f
2023-05-29T01:10:24.597Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:10:42.542Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T01:10:42.568Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f
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-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:10:42.579Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:10:42.580Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:10:42.597Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:11:12.597Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d303f328-697c-4116-b521-4fcaf94f9f2f 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-05-29T01:11:12.607Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d303f328-697c-4116-b521-4fcaf94f9f2f and serviceModelVersionId: 3e472ed8-9f02-4e00-a02b-51d346fd557b
2023-05-29T01:11:12.608Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea08c07-6fb5-463f-87a6-c0542bb87151
2023-05-29T01:11:12.608Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0
2023-05-29T01:11:12.611Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:11:12.649Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?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-05-29T01:11:12.650Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0|INFO|500||Invoke
2023-05-29T01:11:12.661Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-29T01:11:12.837Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0|INFO|500||InvokeReturn
2023-05-29T01:11:12.837Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea08c07-6fb5-463f-87a6-c0542bb87151/model-vers/model-ver/3e472ed8-9f02-4e00-a02b-51d346fd557b?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:11:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[188664], x-aai-txid=[0-aai-resources-230529-01:11:12:691-37599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:11:12.838Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:11:12.838Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:11:12.838Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||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-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d303f328-697c-4116-b521-4fcaf94f9f2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:12.849Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "d303f328-697c-4116-b521-4fcaf94f9f2f",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322672849,
"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-05-29T01:11:13.881Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-29T01:11:13.888Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:11:13.889Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"715eb97a-f68a-4fa9-bba8-b0937a85dda0","serviceName":"Demo_pNF_n4y9O7TePKLLC2bAiBIM","serviceVersion":"1.0","serviceUUID":"0683ae24-06a6-4d91-86af-a8ff2dec450d","serviceDescription":"catalog service description","serviceInvariantUUID":"24cbbee4-8a22-438c-a5a0-c1240ab105cf","resources":[{"resourceInstanceName":"pNF 37b92619-5a2f 0","resourceName":"pNF 37b92619-5a2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"27d5d1e5-a8e1-495e-8904-dbe004d12416","resourceInvariantUUID":"04ccf09c-b100-4f73-8748-5d4a765897d5","resourceCustomizationUUID":"cf1d3097-2970-4d8e-a001-963b1616a621","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVkODRkYmFkODA1NmYyZTExNDJjZDRlOTM2NzRiNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8477f99d-636f-4939-bcf0-1ced8dc54536","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar","artifactChecksum":"NGZlMjJlMjYwOTVjYzgyMTUzYTExYTRmMjRkZjkxMGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"acfc484b-7f4e-457e-9d2b-5966d20a12bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1ea0e19-609d-43aa-8de3-30e0dfdb4c57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml","artifactChecksum":"NGExNzgyNzhhY2JjOWZiODYzMDcyNzU5N2QyMzdkMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be6c85da-14d8-4010-a648-9cecf65c74f4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f0accf0b-5f10-4b58-8dfc-ca95fcb6692a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39e60303-fd97-428e-b183-43604ea678ab","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN4y9o7tepkllc2baibim-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml","artifactChecksum":"NGZlYjUyOGYzOGMwOWI0YzVjYzY0NGY5NDIwZGNlZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94cdef5-55fd-4547-b357-0cd84e12c5c7","artifactVersion":"1"},{"artifactName":"service-DemoPnfN4y9o7tepkllc2baibim-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar","artifactChecksum":"MDNiM2RkZThhMzIwOGNkZmYzYjlkNDUyNmNjODQ0N2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7028b36f-5296-4235-ad7f-ba153949d8b7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:11:13.891Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:13.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:13.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:13.892Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:14.894Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:14.895Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:14.895Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:14.895Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:15.897Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:15.897Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:15.898Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:15.898Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:16.899Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:16.900Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:16.900Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:16.900Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:17.901Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:17.902Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:17.902Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:17.902Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:18.908Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:18.909Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:18.909Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:18.909Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:19.910Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:19.911Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:19.911Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:19.911Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:20.912Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:20.913Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:20.913Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:20.913Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:21.915Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"serviceName": "Demo_pNF_n4y9O7TePKLLC2bAiBIM",
"serviceVersion": "1.0",
"serviceUUID": "0683ae24-06a6-4d91-86af-a8ff2dec450d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "24cbbee4-8a22-438c-a5a0-c1240ab105cf",
"resources": [
{
"resourceInstanceName": "pNF 37b92619-5a2f 0",
"resourceCustomizationUUID": "cf1d3097-2970-4d8e-a001-963b1616a621",
"resourceName": "pNF 37b92619-5a2f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "27d5d1e5-a8e1-495e-8904-dbe004d12416",
"resourceInvariantUUID": "04ccf09c-b100-4f73-8748-5d4a765897d5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"artifactChecksum": "MDNiM2RkZThhMzIwOGNkZmYzYjlkNDUyNmNjODQ0N2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7028b36f-5296-4235-ad7f-ba153949d8b7"
}
],
"workloadContext": "Production"
}
2023-05-29T01:11:21.916Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:11:21.916Z|d303f328-697c-4116-b521-4fcaf94f9f2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0683ae24-06a6-4d91-86af-a8ff2dec450d ASDC
2023-05-29T01:11:21.916Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:715eb97a-f68a-4fa9-bba8-b0937a85dda0
ServiceName:Demo_pNF_n4y9O7TePKLLC2bAiBIM
ServiceVersion:1.0
ServiceUUID:0683ae24-06a6-4d91-86af-a8ff2dec450d
ServiceInvariantUUID:24cbbee4-8a22-438c-a5a0-c1240ab105cf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
ArtifactUUID:7028b36f-5296-4235-ad7f-ba153949d8b7
ArtifactChecksum:MDNiM2RkZThhMzIwOGNkZmYzYjlkNDUyNmNjODQ0N2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 37b92619-5a2f 0
ResourceCustomizationUUID:cf1d3097-2970-4d8e-a001-963b1616a621
ResourceInvariantUUID:04ccf09c-b100-4f73-8748-5d4a765897d5
ResourceName:pNF 37b92619-5a2f
ResourceType:PNF
ResourceUUID:27d5d1e5-a8e1-495e-8904-dbe004d12416
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-05-29T01:11:21.916Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0683ae24-06a6-4d91-86af-a8ff2dec450d 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-05-29T01:11:21.990Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:11:21.990Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7028b36f-5296-4235-ad7f-ba153949d8b7 from URL: /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:11:21.991Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:22.108Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:11:22.111Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar 7028b36f-5296-4235-ad7f-ba153949d8b7 88001
2023-05-29T01:11:22.111Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar ASDC sendASDCNotification
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:22.112Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322682111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:23.114Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:11:23.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:11:23.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7028b36f-5296-4235-ad7f-ba153949d8b7, URL: /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar to file: /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.266Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2204330157338747191/Definitions/service-DemoPnfN4y9o7tepkllc2baibim-template.yml
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 37b92619-5a2f 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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.882Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Node template pNF 37b92619-5a2f 0 is matching search criteria
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 37b92619-5a2f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Node template pNF 37b92619-5a2f 0 is matching search criteria
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 37b92619-5a2f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.883Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.884Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_n4y9O7TePKLLC2bAiBIM
Description:catalog service description
Model UUID:0683ae24-06a6-4d91-86af-a8ff2dec450d
Model Version:NULL
Model InvariantUuid:24cbbee4-8a22-438c-a5a0-c1240ab105cf
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-05-29T01:11:23.914Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 27d5d1e5-a8e1-495e-8904-dbe004d12416
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-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||pNF 37b92619-5a2f 0
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 27d5d1e5-a8e1-495e-8904-dbe004d12416
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0683ae24-06a6-4d91-86af-a8ff2dec450d
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0683ae24-06a6-4d91-86af-a8ff2dec450d
2023-05-29T01:11:23.923Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 37b92619-5a2f 0 27d5d1e5-a8e1-495e-8904-dbe004d12416 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-05-29T01:11:23.942Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1838d2d2, org.onap.sdc.toscaparser.api.parameters.Input@7f27c488, org.onap.sdc.toscaparser.api.parameters.Input@53ee58c0, org.onap.sdc.toscaparser.api.parameters.Input@51ad7432, org.onap.sdc.toscaparser.api.parameters.Input@fdd9297]
2023-05-29T01:11:23.943Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.943Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.943Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0683ae24-06a6-4d91-86af-a8ff2dec450d: pNF 37b92619-5a2f
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Processing PNF resource: 27d5d1e5-a8e1-495e-8904-dbe004d12416
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n4y9O7TePKLLC2bAiBIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-29T01:11:23.944Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Resource customization UUID: cf1d3097-2970-4d8e-a001-963b1616a621 is the same as notified resource customizationUUID: cf1d3097-2970-4d8e-a001-963b1616a621
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-05-29T01:11:24.071Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 37b92619-5a2f 27d5d1e5-a8e1-495e-8904-dbe004d12416 0 ASDC deployResourceStructure
2023-05-29T01:11:24.071Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar ASDC sendASDCNotification
2023-05-29T01:11:24.071Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:24.072Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322684071,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:24.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:24.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.445Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.447Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.448Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.451Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.453Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.455Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.457Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.458Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.461Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.463Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.467Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322582780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322590267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322551416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "multicloud-k8s",
"timestamp": 1685322579575,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.470Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322581779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322598672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322599031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322599835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322599788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322600035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322599675,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-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-05-29T01:11:24.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322601228,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "policy-distribution-id",
"timestamp": 1685322601036,
"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-05-29T01:11:24.548Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.577Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.578Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322602230,
"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-05-29T01:11:24.595Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322601925,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.620Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.621Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685322602929,
"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-05-29T01:11:24.634Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/resourceInstances/pnf37b926195a2f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322599572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322607711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322612157,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN4y9o7tepkllc2baibim/1.0/artifacts/service-DemoPnfN4y9o7tepkllc2baibim-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.656Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "aai-model-loader",
"timestamp": 1685322613159,
"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-05-29T01:11:24.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 715eb97a-f68a-4fa9-bba8-b0937a85dda0
2023-05-29T01:11:24.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:24.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.706Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322600677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "policy-distribution-id",
"timestamp": 1685322602038,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322623233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "multicloud-k8s",
"timestamp": 1685322598897,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "cds-sdc-listener",
"timestamp": 1685322600677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "policy-distribution-id",
"timestamp": 1685322602038,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1685322623233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "multicloud-k8s",
"timestamp": 1685322598897,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-05-29T01:11:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-29T01:11:25.073Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-29T01:11:25.108Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0
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-05-29T01:11:25.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-29T01:11:25.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-29T01:11:25.115Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-29T01:11:25.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-29T01:11:25.116Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-29T01:11:25.117Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-05-29T01:11:25.142Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-29T01:11:55.143Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0 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-05-29T01:11:55.159Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and serviceModelVersionId: 0683ae24-06a6-4d91-86af-a8ff2dec450d
2023-05-29T01:11:55.160Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24cbbee4-8a22-438c-a5a0-c1240ab105cf
2023-05-29T01:11:55.161Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0
2023-05-29T01:11:55.169Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-29T01:11:55.248Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|INFO|500||Invoke
2023-05-29T01:11:55.248Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[715eb97a-f68a-4fa9-bba8-b0937a85dda0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d082c027-308f-44f8-9002-947ff834d946], X-ECOMP-RequestID=[715eb97a-f68a-4fa9-bba8-b0937a85dda0], X-TransactionId=[], X-ONAP-RequestID=[715eb97a-f68a-4fa9-bba8-b0937a85dda0], Content-Type=[application/merge-patch+json]}
2023-05-29T01:11:55.259Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-29T01:11:55.438Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0 has http status code:200 and response headers:{date=[Mon, 29 May 2023 01:11:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[245880], x-aai-txid=[0-aai-resources-230529-01:11:55:289-71991], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-29T01:11:55.438Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-29T01:11:55.439Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24cbbee4-8a22-438c-a5a0-c1240ab105cf/model-vers/model-ver/0683ae24-06a6-4d91-86af-a8ff2dec450d?depth=0|INFO|500||InvokeReturn
2023-05-29T01:11:55.439Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-29T01:11:55.439Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||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-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 715eb97a-f68a-4fa9-bba8-b0937a85dda0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:55.448Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:55.450Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "715eb97a-f68a-4fa9-bba8-b0937a85dda0",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322715448,
"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-05-29T01:11:56.483Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-29T01:11:56.483Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cf1740d3-8b18-4667-bcf8-c3ff615e46d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"faa677b2-2c3a-4e03-a984-af9a8f7750b4","serviceDescription":"service","serviceInvariantUUID":"2eb8bd57-b46f-4efa-a171-26792430f78d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68f787c5-3a70-4164-9a28-4b39c021e245","resourceInvariantUUID":"cecb47ef-bd48-4f45-9d1c-00c308cc8bf9","resourceCustomizationUUID":"68cfd6d8-6e52-41a0-b770-e30b29e66207","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTNkZWJkOTQ2NDE3NTUzZTUzNDVhMmY2MmMwMzM2MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9efc7c7d-f42d-4140-a928-c83ad802c4ea","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MGE3NmNhOTA5ZjFjZmE2ZDA0YjlmNWFlMGY0YzgyYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33320ec5-64a4-436e-b5a4-6e9c115a6bd1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"403e9cb1-5185-4cad-93ef-c3f2a4d41177","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a86ff5f4-d89c-4ad1-9d74-159a4f776e5e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0db816b2-06bd-41d2-b982-8cba69f7a8a3","artifactVersion":"2","generatedFromUUID":"403e9cb1-5185-4cad-93ef-c3f2a4d41177"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDlkZDM5M2ViZjU2NzMyNDFlMzhiYzk5MWIxZTg5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af3f9b9-71d0-4b04-98fb-34dec8128a0e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGJiNWQ1NGY3ZDU4NzU0NDkzMTZhZjg4NWQ0MmZjY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:56.484Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:57.485Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:57.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:57.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:57.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:58.486Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:58.487Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:58.487Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:58.487Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:11:59.488Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:00.489Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:12:00.490Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:00.490Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:00.490Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:01.491Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:12:01.492Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:01.492Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:01.493Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:02.494Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-29T01:12:02.494Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:02.495Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:02.495Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322673881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:03.496Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "faa677b2-2c3a-4e03-a984-af9a8f7750b4",
"serviceDescription": "service",
"serviceInvariantUUID": "2eb8bd57-b46f-4efa-a171-26792430f78d",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "68cfd6d8-6e52-41a0-b770-e30b29e66207",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "68f787c5-3a70-4164-9a28-4b39c021e245",
"resourceInvariantUUID": "cecb47ef-bd48-4f45-9d1c-00c308cc8bf9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MGE3NmNhOTA5ZjFjZmE2ZDA0YjlmNWFlMGY0YzgyYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "33320ec5-64a4-436e-b5a4-6e9c115a6bd1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "403e9cb1-5185-4cad-93ef-c3f2a4d41177",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0db816b2-06bd-41d2-b982-8cba69f7a8a3",
"generatedFromUUID": "403e9cb1-5185-4cad-93ef-c3f2a4d41177"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0db816b2-06bd-41d2-b982-8cba69f7a8a3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NGJiNWQ1NGY3ZDU4NzU0NDkzMTZhZjg4NWQ0MmZjY2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd"
}
],
"workloadContext": "Production"
}
2023-05-29T01:12:03.496Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-29T01:12:03.497Z|715eb97a-f68a-4fa9-bba8-b0937a85dda0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 faa677b2-2c3a-4e03-a984-af9a8f7750b4 ASDC
2023-05-29T01:12:03.497Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cf1740d3-8b18-4667-bcf8-c3ff615e46d9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:faa677b2-2c3a-4e03-a984-af9a8f7750b4
ServiceInvariantUUID:2eb8bd57-b46f-4efa-a171-26792430f78d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd
ArtifactChecksum:NGJiNWQ1NGY3ZDU4NzU0NDkzMTZhZjg4NWQ0MmZjY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:68cfd6d8-6e52-41a0-b770-e30b29e66207
ResourceInvariantUUID:cecb47ef-bd48-4f45-9d1c-00c308cc8bf9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:68f787c5-3a70-4164-9a28-4b39c021e245
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:33320ec5-64a4-436e-b5a4-6e9c115a6bd1
ArtifactChecksum:MGE3NmNhOTA5ZjFjZmE2ZDA0YjlmNWFlMGY0YzgyYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:403e9cb1-5185-4cad-93ef-c3f2a4d41177
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:0db816b2-06bd-41d2-b982-8cba69f7a8a3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:0db816b2-06bd-41d2-b982-8cba69f7a8a3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-29T01:12:03.497Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faa677b2-2c3a-4e03-a984-af9a8f7750b4 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-05-29T01:12:03.592Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-29T01:12:03.593Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:03.712Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-29T01:12:03.715Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd 75158
2023-05-29T01:12:03.715Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-29T01:12:03.717Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-29T01:12:03.718Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-29T01:12:03.719Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-29T01:12:03.719Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-29T01:12:03.720Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "cf1740d3-8b18-4667-bcf8-c3ff615e46d9",
"consumerID": "SO-sdc-controller",
"timestamp": 1685322723715,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-29T01:12:04.722Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-29T01:12:04.723Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-29T01:12:04.723Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6287fd59-bd9e-4a1d-bfe4-de4fe67d31cd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:04.724Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-29T01:12:04.724Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:04.724Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:04.835Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13140321609417861179/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-29T01:12:05.871Z|cf1740d3-8b18-4667-bcf8-c3ff615e46d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery