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-10-24T04:30:19.057Z||main|||||INFO|500||The following profiles are active: basic
2023-10-24T04:30:31.609Z||main|||||INFO|500||Starting service [Tomcat]
2023-10-24T04:30:31.610Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-10-24T04:30:31.755Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-10-24T04:30:34.804Z||main|||||INFO|500||catdb-pool - Starting...
2023-10-24T04:30:35.111Z||main|||||INFO|500||catdb-pool - Start completed.
2023-10-24T04:30:35.537Z||main|||||INFO|500||reqdb-pool - Starting...
2023-10-24T04:30:35.555Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-10-24T04:30:35.709Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-10-24T04:30:36.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-10-24T04:30:37.127Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-10-24T04:30:39.959Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-10-24T04:30:42.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-10-24T04:30:42.426Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-10-24T04:30:42.833Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-10-24T04:30:42.926Z||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-10-24T04:30:44.028Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-10-24T04:30:45.215Z||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-10-24T04:30:45.825Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-10-24T04:30:45.826Z||main|||||ERROR|500||(conn=1215) Table 'catalogdb.activity_spec' doesn't exist
2023-10-24T04:30:45.839Z||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-10-24T04:30:48.558Z||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-10-24T04:30:51.061Z||main|||||WARN|500||---
2023-10-24T04:30:51.062Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-10-24T04:30:51.063Z||main|||||WARN|500||---
2023-10-24T04:30:51.634Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-10-24T04:30:56.779Z||main|||||INFO|500||Started Application in 44.49 seconds (JVM running for 47.497)
2023-10-24T04:30:56.804Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-24T04:30:56.805Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-24T04:30:56.812Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-24T04:30:56.865Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3d2be790-52ca-445a-884c-96d292fa6974 url= /sdc/v1/artifactTypes
2023-10-24T04:30:56.872Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-24T04:30:57.024Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-10-24T04:30:57.079Z||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-10-24T04:30:57.079Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-10-24T04:30:57.080Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ce3e4af-61e4-44fe-9bb8-c4d04a7294b8 url= /sdc/v1/distributionKafkaData
2023-10-24T04:30:57.080Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-10-24T04:30:57.107Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-10-24T04:30:57.113Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@659a9c1b
2023-10-24T04:30:57.173Z||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-df3ec9d1-5adb-46b0-8112-7a0718ce3c53
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-10-24T04:30:57.231Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Instantiated an idempotent producer.
2023-10-24T04:30:57.308Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-10-24T04:30:57.377Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-10-24T04:30:57.377Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-10-24T04:30:57.377Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1698121857373
2023-10-24T04:30:57.383Z||scheduling-1|||||INFO|500||start DistributionClient
2023-10-24T04:30:57.410Z||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-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5
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-10-24T04:30:57.527Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-10-24T04:30:57.527Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-10-24T04:30:57.528Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1698121857527
2023-10-24T04:30:57.529Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:30:57.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:30:57.534Z||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-44f9f2fd-fae9-4249-960a-b07e7040cb44
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-10-24T04:30:57.544Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-10-24T04:30:57.545Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-10-24T04:30:57.545Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1698121857544
2023-10-24T04:30:57.545Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:30:57.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:30:57.556Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-10-24T04:30:58.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:30:58.424Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Cluster ID: hKwUpnokQcyKJWfGTPbgjA
2023-10-24T04:30:58.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:30:58.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T04:30:58.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:30:58.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T04:30:58.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:30:58.425Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:30:58.425Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:30:58.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T04:30:58.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T04:30:58.426Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T04:30:58.426Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T04:30:58.426Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] ProducerId set to 1008 with epoch 0
2023-10-24T04:30:58.429Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Cluster ID: hKwUpnokQcyKJWfGTPbgjA
2023-10-24T04:30:58.429Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Cluster ID: hKwUpnokQcyKJWfGTPbgjA
2023-10-24T04:30:58.431Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-10-24T04:30:58.431Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-10-24T04:30:58.457Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] (Re-)joining group
2023-10-24T04:30:58.464Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] (Re-)joining group
2023-10-24T04:30:58.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44-00a86b1d-d785-4aaa-8bd1-02f942b98b62
2023-10-24T04:30:58.508Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-10-24T04:30:58.508Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] (Re-)joining group
2023-10-24T04:30:58.511Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5-7be12eb4-3b45-4d05-b073-6749c014b13d
2023-10-24T04:30:58.511Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-10-24T04:30:58.511Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] (Re-)joining group
2023-10-24T04:31:04.513Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44-00a86b1d-d785-4aaa-8bd1-02f942b98b62', protocol='range'}
2023-10-24T04:31:04.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5-7be12eb4-3b45-4d05-b073-6749c014b13d', protocol='range'}
2023-10-24T04:31:04.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:31:04.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:31:04.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:31:04.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:31:04.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:31:04.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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 j58XBB6_Ri2d-HMDSYymxA
2023-10-24T04:31:04.556Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44-00a86b1d-d785-4aaa-8bd1-02f942b98b62=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-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5-7be12eb4-3b45-4d05-b073-6749c014b13d=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-10-24T04:31:04.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5-7be12eb4-3b45-4d05-b073-6749c014b13d', protocol='range'}
2023-10-24T04:31:04.587Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44-00a86b1d-d785-4aaa-8bd1-02f942b98b62', protocol='range'}
2023-10-24T04:31:04.588Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-10-24T04:31:04.588Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-10-24T04:31:04.592Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-10-24T04:31:04.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-10-24T04:31:04.606Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-10-24T04:31:04.606Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-10-24T04:31:04.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-10-24T04:31:04.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-10-24T04:31:04.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-10-24T04:31:04.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-10-24T04:31:04.606Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-10-24T04:31:04.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-10-24T04:31:04.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-10-24T04:31:04.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-10-24T04:31:04.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-10-24T04:31:04.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-10-24T04:31:04.670Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-10-24T04:31:04.672Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-10-24T04:31:04.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-10-24T04:31:04.698Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-10-24T04:31:04.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-10-24T04:31:04.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-10-24T04:31:04.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-10-24T04:31:04.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-10-24T04:31:04.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-10-24T04:31:04.720Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-10-24T04:31:04.726Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-10-24T04:31:04.727Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-10-24T04:31:57.550Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:31:57.550Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:32:57.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:32:57.552Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:33:57.553Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:33:57.563Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:34:57.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:34:57.644Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:35:57.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:35:57.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:36:57.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:36:57.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:37:57.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:37:57.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:38:57.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:38:57.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:39:57.563Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:39:57.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:39:58.483Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ccf5a2b4-68dc-43d1-a46c-a137bc51d3d5, groupId=SO] Node -1 disconnected.
2023-10-24T04:39:58.690Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Node -1 disconnected.
2023-10-24T04:39:58.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-44f9f2fd-fae9-4249-960a-b07e7040cb44, groupId=SO] Node -1 disconnected.
2023-10-24T04:40:57.563Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:40:57.653Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:41:04.929Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-10-24T04:41:57.565Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:41:57.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:42:57.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:42:57.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:43:57.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:43:57.656Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:44:57.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:44:57.658Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:45:57.571Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:45:57.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:46:57.572Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:46:57.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:47:57.573Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:47:57.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:48:57.574Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:48:57.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:49:57.574Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:49:57.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:50:57.575Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:50:57.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:51:57.576Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:51:57.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:52:57.578Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:52:57.669Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:53:57.579Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:53:57.670Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:54:57.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:54:57.671Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:55:57.582Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:55:57.672Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:56:57.583Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:56:57.674Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:57:57.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:57:57.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:58:57.585Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:58:57.676Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T04:59:57.586Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T04:59:57.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:00:57.587Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:00:57.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:01:57.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:01:57.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:02:57.589Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:02:57.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:03:57.590Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:03:57.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:04:57.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:04:57.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:05:57.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:05:57.684Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:06:57.593Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:06:57.687Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:07:57.594Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:07:57.688Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:08:57.596Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:08:57.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:09:57.596Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:09:57.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:10:57.597Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:10:57.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:11:57.599Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:11:57.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:12:57.599Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:12:57.695Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:13:57.601Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:13:57.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:14:57.601Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:14:57.697Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:15:57.603Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:15:57.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:16:57.605Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:16:57.700Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:17:57.605Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:17:57.702Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:18:57.606Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:18:57.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:19:57.608Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:19:57.705Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:20:57.608Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:20:57.706Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:21:57.609Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:21:57.708Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:22:57.611Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:22:57.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:23:57.612Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:23:57.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:24:57.614Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:24:57.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:25:57.615Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:25:57.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:26:57.615Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:26:57.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:27:57.617Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:27:57.713Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:28:57.617Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:28:57.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:29:57.619Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:29:57.714Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:30:57.620Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:30:57.716Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:31:57.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:31:57.717Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:32:57.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:32:57.718Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:33:57.622Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:33:57.718Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:34:57.624Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:34:57.719Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:35:57.625Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:35:57.721Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:36:57.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:36:57.722Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:37:57.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:37:57.723Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:38:57.628Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:38:57.725Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:39:57.629Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:39:57.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:40:57.630Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:40:57.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:41:57.631Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:41:57.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:42:57.633Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:42:57.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:43:57.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:43:57.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:44:57.635Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:44:57.734Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:45:57.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:45:57.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:46:37.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-24T05:46:37.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"038dea98-6932-487c-9892-75003667edb9","serviceName":"vFW 2023-10-24 05-45-32","serviceVersion":"1.0","serviceUUID":"fac1e016-56d3-46ee-bd9e-3edf88b0ad45","serviceDescription":"catalog service description","serviceInvariantUUID":"2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336","resources":[{"resourceInstanceName":"vFW a7e76dc2-0dd0 0","resourceName":"vFW a7e76dc2-0dd0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3","resourceInvariantUUID":"d809b4e5-8b82-4da1-97bc-14a7c497c99b","resourceCustomizationUUID":"3c4fff42-ca1f-4e03-ae97-f21ece488091","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml","artifactChecksum":"ZTc3Y2M1OWFhZGFkYjViZjNmZWVkOWIwNTk1Y2EyYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6444553-f046-4bf6-bbf7-14fcd6f81b25","artifactVersion":"1"},{"artifactName":"vfwa7e76dc20dd00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json","artifactChecksum":"ZTZlZjRhYTBmZDMzMjg5YzU4YzY0YzA1NzM2ZTgxMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7239e31-e8fd-43ad-9668-58f79c5818f1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e962f9be-11f9-45bd-af3d-9b15879a0ed4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE0OGVkMDJlNzU5YmZmNTlkOWQ3MjI1YWJlZjk4Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28e5a479-77ae-48c4-a83c-5b58e7c705d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49dffa47-a3f5-49d5-8ffd-e52b8d29eb41","artifactVersion":"2","generatedFromUUID":"e962f9be-11f9-45bd-af3d-9b15879a0ed4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20231024054532-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml","artifactChecksum":"ZTJhNjdkNjQ5N2ExZGVmZThlZDBkYzQ4NDU4MTczYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f9d3360-90e2-43f0-a64e-5b1142a11212","artifactVersion":"1"},{"artifactName":"service-Vfw20231024054532-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar","artifactChecksum":"MDM4Y2FmNzQxYmI4Mzk3MjRlZDgyZWNmZGM5OWQ5ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b403288-0af2-48d9-a778-f68982f89012","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-24T05:46:37.797Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:37.808Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:37.809Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:37.809Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:37.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T05:46:37.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T05:46:37.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T05:46:37.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T05:46:37.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T05:46:37.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-df3ec9d1-5adb-46b0-8112-7a0718ce3c53] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Kx_Xb7S1RLK4sq1G8Cxm8g
2023-10-24T05:46:37.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:46:37.876Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:46:37.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:46:38.841Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:38.842Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:38.842Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:38.843Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:39.844Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:39.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:39.845Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:39.845Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:40.847Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:40.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:40.849Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:40.849Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:41.850Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:41.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:41.851Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:41.852Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:42.853Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:42.853Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:42.853Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:42.853Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:43.854Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:46:43.855Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:43.855Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:43.855Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:44.859Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"serviceName": "vFW 2023-10-24 05-45-32",
"serviceVersion": "1.0",
"serviceUUID": "fac1e016-56d3-46ee-bd9e-3edf88b0ad45",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336",
"resources": [
{
"resourceInstanceName": "vFW a7e76dc2-0dd0 0",
"resourceCustomizationUUID": "3c4fff42-ca1f-4e03-ae97-f21ece488091",
"resourceName": "vFW a7e76dc2-0dd0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3",
"resourceInvariantUUID": "d809b4e5-8b82-4da1-97bc-14a7c497c99b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa7e76dc20dd00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"artifactChecksum": "ZTZlZjRhYTBmZDMzMjg5YzU4YzY0YzA1NzM2ZTgxMDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7239e31-e8fd-43ad-9668-58f79c5818f1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e962f9be-11f9-45bd-af3d-9b15879a0ed4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49dffa47-a3f5-49d5-8ffd-e52b8d29eb41",
"generatedFromUUID": "e962f9be-11f9-45bd-af3d-9b15879a0ed4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49dffa47-a3f5-49d5-8ffd-e52b8d29eb41",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20231024054532-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"artifactChecksum": "MDM4Y2FmNzQxYmI4Mzk3MjRlZDgyZWNmZGM5OWQ5ZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b403288-0af2-48d9-a778-f68982f89012"
}
],
"workloadContext": "Production"
}
2023-10-24T05:46:44.861Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-24T05:46:44.861Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fac1e016-56d3-46ee-bd9e-3edf88b0ad45 ASDC
2023-10-24T05:46:44.975Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:038dea98-6932-487c-9892-75003667edb9
ServiceName:vFW 2023-10-24 05-45-32
ServiceVersion:1.0
ServiceUUID:fac1e016-56d3-46ee-bd9e-3edf88b0ad45
ServiceInvariantUUID:2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20231024054532-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar
ArtifactUUID:8b403288-0af2-48d9-a778-f68982f89012
ArtifactChecksum:MDM4Y2FmNzQxYmI4Mzk3MjRlZDgyZWNmZGM5OWQ5ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a7e76dc2-0dd0 0
ResourceCustomizationUUID:3c4fff42-ca1f-4e03-ae97-f21ece488091
ResourceInvariantUUID:d809b4e5-8b82-4da1-97bc-14a7c497c99b
ResourceName:vFW a7e76dc2-0dd0
ResourceType:VF
ResourceUUID:ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa7e76dc20dd00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json
ArtifactUUID:a7239e31-e8fd-43ad-9668-58f79c5818f1
ArtifactChecksum:ZTZlZjRhYTBmZDMzMjg5YzU4YzY0YzA1NzM2ZTgxMDI=
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/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml
ArtifactUUID:e962f9be-11f9-45bd-af3d-9b15879a0ed4
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/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env
ArtifactUUID:49dffa47-a3f5-49d5-8ffd-e52b8d29eb41
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/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env
ArtifactUUID:49dffa47-a3f5-49d5-8ffd-e52b8d29eb41
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-10-24T05:46:44.975Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fac1e016-56d3-46ee-bd9e-3edf88b0ad45 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-10-24T05:46:45.268Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T05:46:45.269Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-24T05:46:45.270Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-24T05:46:45.270Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b403288-0af2-48d9-a778-f68982f89012 from URL: /sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:45.270Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:46:45.270Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:45.372Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:46:45.382Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar 8b403288-0af2-48d9-a778-f68982f89012 101456
2023-10-24T05:46:45.383Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar ASDC sendASDCNotification
2023-10-24T05:46:45.383Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:45.388Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:46:45.389Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:45.389Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:45.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126405382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:46.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T05:46:46.391Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-24T05:46:46.392Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8b403288-0af2-48d9-a778-f68982f89012, URL: /sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar to file: /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:46.393Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20231024054532-csar.csar
2023-10-24T05:46:46.550Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:46.550Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:47.061Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2231682680380064413/Definitions/service-Vfw20231024054532-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-10-24T05:46:49.106Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-24T05:46:49.110Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a7e76dc2-0dd0 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-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.111Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.112Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.112Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:49.112Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-10-24T05:46:49.119Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.121Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.124Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:49.125Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-10-24T05:46:49.126Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T05:46:49.128Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.128Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.128Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:49.128Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-10-24T05:46:49.129Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T05:46:49.129Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.129Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.133Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.133Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:49.134Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:49.134Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:49.134Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-24T05:46:49.134Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.135Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-24T05:46:49.136Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.136Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-24T05:46:49.136Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.136Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-24T05:46:49.136Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.136Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-24T05:46:49.138Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.138Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:49.138Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:49.139Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-24T05:46:49.140Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0df4560-269c-406d-bdd1-e419b08eb4c8
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-24T05:46:49.141Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=404de2b6-dfe4-465f-be0e-5777a5cad307
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:49.142Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:49.143Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b953b36-ef0d-4741-962c-95d02f68d32e
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:49.144Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:49.145Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-10-24 05-45-32
Description:catalog service description
Model UUID:fac1e016-56d3-46ee-bd9e-3edf88b0ad45
Model Version:NULL
Model InvariantUuid:2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a7e76dc2-0dd0
Model UUID:a0be6c2a-c4d8-4a52-8d6e-1be4515f0e73
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d809b4e5-8b82-4da1-97bc-14a7c497c99b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3c4fff42-ca1f-4e03-ae97-f21ece488091
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:22060883-d372-4146-9a95-b61a8206ea71
ModelName:VfwA7e76dc20dd0..base_vfw..module-0
ModelUuid:aa1bdcb2-63dd-4658-8472-90740a2cd6cd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b0df4560-269c-406d-bdd1-e419b08eb4c8
ModelInvariantUuid:bdb34530-d55c-412f-920b-cd1fca2980e2
ModelName:vFW a7e76dc2-0dd0-nodes.vfwCvfc
ModelUuid:4e6ffce7-4174-4f45-a666-b6f9a5a4417c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7f32cb3b-1837-4cef-be2b-6f47deb9acfe
ModelInvariantUuid:3875ac1d-c385-4d72-9ade-73de393a7c54
ModelName:VfwA7e76dc20dd0.compute.nodes.heat.vfw
ModelUuid:c85d8f08-ea37-46b0-90af-16482777944d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:404de2b6-dfe4-465f-be0e-5777a5cad307
ModelInvariantUuid:d5f83f5b-1d7b-4c19-9313-6dc20058f299
ModelName:vFW a7e76dc2-0dd0-nodes.vsnCvfc
ModelUuid:0b8338e8-b9df-425b-a865-a1cf00bbc024
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:07c43568-a30e-48c7-807c-75e6aad8c1be
ModelInvariantUuid:4cf02d7c-dc7d-4bc8-9626-1a3eb01ca0ae
ModelName:VfwA7e76dc20dd0.compute.nodes.heat.vsn
ModelUuid:cf8bc183-c620-449a-9c8c-eb64d363d0da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7b953b36-ef0d-4741-962c-95d02f68d32e
ModelInvariantUuid:79a86518-66ec-46c5-970b-31266a7ed8bd
ModelName:vFW a7e76dc2-0dd0-nodes.vpgCvfc
ModelUuid:b3394f10-d1ae-41ed-87be-01d4f410c86b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7ed2ce5f-4184-45f2-b6d7-cfc470b8725e
ModelInvariantUuid:e818e89b-501c-4151-bff2-7421eb2822ac
ModelName:VfwA7e76dc20dd0.compute.nodes.heat.vpg
ModelUuid:1fafc50d-2c2e-4845-9a1f-6d50ab094b95
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-10-24T05:46:49.188Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3
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-10-24T05:46:49.309Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||vFW a7e76dc2-0dd0 0
2023-10-24T05:46:49.321Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3
2023-10-24T05:46:49.321Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7239e31-e8fd-43ad-9668-58f79c5818f1 from URL: /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json
2023-10-24T05:46:49.322Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:46:49.323Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json
2023-10-24T05:46:49.550Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:46:49.550Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json a7239e31-e8fd-43ad-9668-58f79c5818f1 785
2023-10-24T05:46:49.551Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json ASDC sendASDCNotification
2023-10-24T05:46:49.551Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json
2023-10-24T05:46:49.551Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:46:49.551Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:49.551Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:49.551Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126409551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:50.553Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA7e76dc20dd0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "22060883-d372-4146-9a95-b61a8206ea71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa1bdcb2-63dd-4658-8472-90740a2cd6cd",
"vfModuleModelCustomizationUUID": "bf579dfa-31b4-4f27-844a-95c600368b78",
"isBase": true,
"artifacts": [
"e962f9be-11f9-45bd-af3d-9b15879a0ed4",
"49dffa47-a3f5-49d5-8ffd-e52b8d29eb41"
],
"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-10-24T05:46:50.591Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA7e76dc20dd0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa1bdcb2-63dd-4658-8472-90740a2cd6cd
VfModuleModelInvariantUUID:22060883-d372-4146-9a95-b61a8206ea71
VfModuleModelDescription:NULL
Artifacts UUID List:{
e962f9be-11f9-45bd-af3d-9b15879a0ed4
,
49dffa47-a3f5-49d5-8ffd-e52b8d29eb41
}
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-10-24T05:46:50.595Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA7e76dc20dd0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "22060883-d372-4146-9a95-b61a8206ea71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa1bdcb2-63dd-4658-8472-90740a2cd6cd",
"vfModuleModelCustomizationUUID": "bf579dfa-31b4-4f27-844a-95c600368b78",
"isBase": true,
"artifacts": [
"e962f9be-11f9-45bd-af3d-9b15879a0ed4",
"49dffa47-a3f5-49d5-8ffd-e52b8d29eb41"
],
"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-10-24T05:46:50.595Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA7e76dc20dd0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa1bdcb2-63dd-4658-8472-90740a2cd6cd
VfModuleModelInvariantUUID:22060883-d372-4146-9a95-b61a8206ea71
VfModuleModelDescription:NULL
Artifacts UUID List:{
e962f9be-11f9-45bd-af3d-9b15879a0ed4
,
49dffa47-a3f5-49d5-8ffd-e52b8d29eb41
}
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-10-24T05:46:50.595Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e962f9be-11f9-45bd-af3d-9b15879a0ed4 from URL: /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml
2023-10-24T05:46:50.595Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:46:50.595Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml
2023-10-24T05:46:50.746Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:46:50.747Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml e962f9be-11f9-45bd-af3d-9b15879a0ed4 20368
2023-10-24T05:46:50.747Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-24T05:46:50.747Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml
2023-10-24T05:46:50.747Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:46:50.747Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:50.748Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:50.748Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126410747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:51.749Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49dffa47-a3f5-49d5-8ffd-e52b8d29eb41 from URL: /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env
2023-10-24T05:46:51.749Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:46:51.749Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env
2023-10-24T05:46:51.840Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:46:51.840Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env 49dffa47-a3f5-49d5-8ffd-e52b8d29eb41 2098
2023-10-24T05:46:51.841Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-24T05:46:51.841Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env
2023-10-24T05:46:51.841Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:46:51.841Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:51.841Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:51.841Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126411841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:52.842Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fac1e016-56d3-46ee-bd9e-3edf88b0ad45
2023-10-24T05:46:52.842Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a7e76dc2-0dd0 0 ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3 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-10-24T05:46:52.882Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@687d690d, org.onap.sdc.toscaparser.api.parameters.Input@8af34b, org.onap.sdc.toscaparser.api.parameters.Input@227f3a42, org.onap.sdc.toscaparser.api.parameters.Input@31021f81, org.onap.sdc.toscaparser.api.parameters.Input@32342dad]
2023-10-24T05:46:52.886Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.887Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.887Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-10-24T05:46:52.887Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3c4fff42-ca1f-4e03-ae97-f21ece488091
2023-10-24T05:46:52.887Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c4fff42-ca1f-4e03-ae97-f21ece488091 matches Tosca VF Customization UUID: 3c4fff42-ca1f-4e03-ae97-f21ece488091
2023-10-24T05:46:52.887Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3c4fff42-ca1f-4e03-ae97-f21ece488091 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-10-24T05:46:52.895Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.896Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.897Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3c4fff42-ca1f-4e03-ae97-f21ece488091: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-24T05:46:52.897Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dfa7ef3
2023-10-24T05:46:52.897Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.897Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-24T05:46:52.898Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf579dfa-31b4-4f27-844a-95c600368b78
2023-10-24T05:46:52.899Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf579dfa-31b4-4f27-844a-95c600368b78
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-10-24T05:46:52.907Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.907Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:52.907Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:52.908Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.909Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:52.909Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:52.909Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.909Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:52.910Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:52.910Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:52.910Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-24T05:46:52.910Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-24T05:46:52.910Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.911Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0df4560-269c-406d-bdd1-e419b08eb4c8
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-10-24T05:46:52.919Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.919Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:52.919Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:52.920Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.920Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:52.921Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:52.921Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:52.921Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-24T05:46:52.921Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:52.922Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.922Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-24T05:46:52.922Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.923Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-24T05:46:52.923Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-24T05:46:52.923Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:52.923Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-24T05:46:52.923Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.924Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=404de2b6-dfe4-465f-be0e-5777a5cad307
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-10-24T05:46:52.927Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.928Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:52.928Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:52.932Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.932Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is not matching search criteria
2023-10-24T05:46:52.932Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-24T05:46:52.933Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-24T05:46:52.934Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-24T05:46:52.934Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-24T05:46:52.934Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-24T05:46:52.934Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b953b36-ef0d-4741-962c-95d02f68d32e
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-10-24T05:46:52.937Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.938Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:52.938Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:46:52.938Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.938Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Node template vFW a7e76dc2-0dd0 0 is matching search criteria
2023-10-24T05:46:52.939Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a7e76dc2-0dd0 0] matching following query criteria: sdcType=VF, customizationUUID=3c4fff42-ca1f-4e03-ae97-f21ece488091
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-10-24T05:46:52.942Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.943Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.943Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fac1e016-56d3-46ee-bd9e-3edf88b0ad45: vFW a7e76dc2-0dd0
2023-10-24T05:46:52.943Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.943Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.944Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.944Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.944Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.945Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.945Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.945Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.945Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:46:52.945Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-10-24 05-45-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:46:52.945Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-10-24 05-45-32
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-10-24T05:46:53.389Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a7e76dc2-0dd0 ea5bfc98-1d57-4bf5-8e16-a7aef4cef5a3 1 ASDC deployResourceStructure
2023-10-24T05:46:53.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json ASDC sendASDCNotification
2023-10-24T05:46:53.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json
2023-10-24T05:46:53.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:46:53.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:53.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:53.390Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126413390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:54.394Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-24T05:46:54.395Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml
2023-10-24T05:46:54.395Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:46:54.395Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:54.395Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:54.395Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126414394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:55.397Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-24T05:46:55.398Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env
2023-10-24T05:46:55.398Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:46:55.398Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:55.398Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:55.398Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126415397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:56.399Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar ASDC sendASDCNotification
2023-10-24T05:46:56.400Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar
2023-10-24T05:46:56.400Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:46:56.400Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:46:56.400Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:46:56.400Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126416399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:57.401Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:46:57.437Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:46:57.441Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:46:57.442Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T05:46:57.442Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T05:46:57.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:46:57.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:46:57.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:46:57.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:27.442Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:47:27.457Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:47:27.462Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:47:27.462Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T05:47:27.463Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T05:47:57.464Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:47:57.485Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:47:57.492Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:47:57.492Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T05:47:57.493Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T05:47:57.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:47:57.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.559Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.560Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.561Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.562Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.562Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.564Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.564Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.565Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.565Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.566Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.567Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.568Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.569Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.570Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.570Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.571Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.571Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.572Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.572Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.575Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.575Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.575Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.576Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126382203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.577Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126357735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.578Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126376564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.579Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126384200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.580Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126398121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.581Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126404747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.582Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126405066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.583Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126405065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.584Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126405382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.584Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126405388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.585Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126406083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-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-10-24T05:47:57.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 038dea98-6932-487c-9892-75003667edb9
2023-10-24T05:47:57.596Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038dea98-6932-487c-9892-75003667edb9 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-10-24T05:47:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126406104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126405894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "policy-distribution-id",
"timestamp": 1698126407108,
"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-10-24T05:47:57.622Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 038dea98-6932-487c-9892-75003667edb9
2023-10-24T05:47:57.622Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038dea98-6932-487c-9892-75003667edb9 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-10-24T05:47:57.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.635Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126406984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.636Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126408101,
"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-10-24T05:47:57.645Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 038dea98-6932-487c-9892-75003667edb9
2023-10-24T05:47:57.646Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038dea98-6932-487c-9892-75003667edb9 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-10-24T05:47:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "multicloud-k8s",
"timestamp": 1698126409104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "DEPLOY_OK"
}
2023-10-24T05:47:57.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126409551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126410747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126411841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126413390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vfwa7e76dc20dd00_modules.json",
"status": "DEPLOY_OK"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126414394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126415397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/resourceInstances/vfwa7e76dc20dd00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126416399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:47:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:47:57.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126410047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:47:57.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:27.493Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:48:27.513Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:48:27.518Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:48:27.518Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T05:48:27.519Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T05:48:57.520Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:48:57.535Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:48:57.539Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:48:57.539Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T05:48:57.539Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T05:48:57.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:48:57.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126417237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126422274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126422690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20231024054532/1.0/artifacts/service-Vfw20231024054532-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126423279,
"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-10-24T05:48:57.558Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 038dea98-6932-487c-9892-75003667edb9
2023-10-24T05:48:57.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038dea98-6932-487c-9892-75003667edb9 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-10-24T05:48:57.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.569Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "aai-model-loader",
"timestamp": 1698126423695,
"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-10-24T05:48:57.577Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 038dea98-6932-487c-9892-75003667edb9
2023-10-24T05:48:57.577Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038dea98-6932-487c-9892-75003667edb9 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-10-24T05:48:57.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.590Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.591Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.592Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.594Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.595Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.596Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126440047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126407086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.597Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126438110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.598Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126440113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126460725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126460414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126459915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126460732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.601Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126461731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:48:57.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.601Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "cds-sdc-listener",
"timestamp": 1698126461742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-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-10-24T05:48:57.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
2023-10-24T05:48:57.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 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-10-24T05:48:57.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126461490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "policy-distribution-id",
"timestamp": 1698126462734,
"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-10-24T05:48:57.643Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
2023-10-24T05:48:57.643Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 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-10-24T05:48:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126462560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126462294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:48:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:48:57.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126463597,
"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-10-24T05:48:57.670Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
2023-10-24T05:48:57.671Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 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-10-24T05:48:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.680Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698126463296,
"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-10-24T05:48:57.689Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
2023-10-24T05:48:57.689Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 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-10-24T05:48:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.705Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126458121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:48:57.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.705Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "multicloud-k8s",
"timestamp": 1698126464600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "DEPLOY_OK"
}
2023-10-24T05:48:57.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.706Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126465226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:48:57.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.706Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126472618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:48:57.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:48:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T05:48:57.707Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "aai-model-loader",
"timestamp": 1698126473621,
"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-10-24T05:48:57.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
2023-10-24T05:48:57.717Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 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-10-24T05:49:27.540Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:49:27.559Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038dea98-6932-487c-9892-75003667edb9
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-10-24T05:49:27.563Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:49:27.563Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-24T05:49:27.563Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-24T05:49:27.563Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-24T05:49:27.564Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:49:27.564Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:49:27.564Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:49:27.564Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:49:27.564Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:49:27.564Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-24T05:49:27.572Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-24T05:49:57.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:49:57.572Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 038dea98-6932-487c-9892-75003667edb9 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-10-24T05:49:57.584Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 038dea98-6932-487c-9892-75003667edb9 and serviceModelVersionId: fac1e016-56d3-46ee-bd9e-3edf88b0ad45
2023-10-24T05:49:57.584Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336
2023-10-24T05:50:15.950Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336/model-vers/model-ver/fac1e016-56d3-46ee-bd9e-3edf88b0ad45?depth=0
2023-10-24T05:50:16.095Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-10-24T05:50:16.736Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336/model-vers/model-ver/fac1e016-56d3-46ee-bd9e-3edf88b0ad45?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-10-24T05:50:16.744Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336/model-vers/model-ver/fac1e016-56d3-46ee-bd9e-3edf88b0ad45?depth=0|INFO|500||Invoke
2023-10-24T05:50:16.792Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336/model-vers/model-ver/fac1e016-56d3-46ee-bd9e-3edf88b0ad45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-10-24T05:50:17.029Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336/model-vers/model-ver/fac1e016-56d3-46ee-bd9e-3edf88b0ad45?depth=0|INFO|500||InvokeReturn
2023-10-24T05:50:17.029Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2cc9013d-14ef-4b0d-a3b1-d4f5d9fd0336/model-vers/model-ver/fac1e016-56d3-46ee-bd9e-3edf88b0ad45?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Oct 2023 05:50:16 GMT], content-length=[0], vertex-id=[180224], x-aai-txid=[2-aai-resources-231024-05:50:16:682-23792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-24T05:50:17.030Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-10-24T05:50:17.033Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-10-24T05:50:17.033Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-24T05:50:17.050Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-10-24T05:50:17.050Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 038dea98-6932-487c-9892-75003667edb9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-10-24T05:50:17.051Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-10-24T05:50:17.052Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:17.052Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:17.052Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126617050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:17.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:17.071Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "038dea98-6932-487c-9892-75003667edb9",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126617050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-10-24T05:50:17.072Z||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-10-24T05:50:18.070Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:50:18.078Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-24T05:50:18.078Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"5c81a6d1-b8a0-40f6-98e1-74b4ea738468","serviceName":"basic_onboard_TwgYgY","serviceVersion":"1.0","serviceUUID":"c2fe5515-70d6-476f-963b-9ded8bede70d","serviceDescription":"service","serviceInvariantUUID":"612a8d15-a59e-4165-af70-b8cba041c292","resources":[{"resourceInstanceName":"basic_onboard_TwgYgY 0","resourceName":"basic_onboard_TwgYgY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c5f4fa2c-b503-4321-a094-38d182182184","resourceInvariantUUID":"fe6b7b6b-1d05-4ce9-95fe-54d68b44cf1a","resourceCustomizationUUID":"2199da99-a68f-4f6e-997a-e8841584902b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml","artifactChecksum":"OTAxZWZmYmEzZTc2NDYwOTczNjkxZjJkMGQ1YTlkMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9f515cb-6efe-4793-8d45-60dedb109a96","artifactVersion":"1"},{"artifactName":"basic_onboard_twgygy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json","artifactChecksum":"ODNiOTc3MmUyYTNkOTA5ZjJhODg0NGE5MTZlNWJkMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95d580fa-7f85-4cc1-b5f9-7416205ad147","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12f813fd-1f37-40b2-9191-221938d354d9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"735b8bfb-54d8-40f1-9e5e-c32ce22704ab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55a4d756-d7c8-499a-aad1-fa77bca8afb0","artifactVersion":"2","generatedFromUUID":"12f813fd-1f37-40b2-9191-221938d354d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTwgygy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml","artifactChecksum":"MmFkNGVmNDAzNDE5NDU2Y2ZhNzYwNTM3N2VkNWJhMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0351f7c2-66cf-487d-a3d3-5c7b7823c222","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTwgygy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar","artifactChecksum":"MDhiYjU0MDMyMTc0OGIwODM0YmFiY2E5MjBiNzVhZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d94b3162-2d50-4041-8b48-842b4fe6f508","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-24T05:50:18.080Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:18.081Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:18.081Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:18.081Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:19.081Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:19.082Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:19.083Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:19.083Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:20.085Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:20.085Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:20.085Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:20.086Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:21.086Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:21.087Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:21.087Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:21.087Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:22.088Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:22.089Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:22.089Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:22.089Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:23.089Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:23.090Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:23.090Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:23.090Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:24.091Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T05:50:24.091Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:24.091Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:24.092Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:25.093Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"serviceName": "basic_onboard_TwgYgY",
"serviceVersion": "1.0",
"serviceUUID": "c2fe5515-70d6-476f-963b-9ded8bede70d",
"serviceDescription": "service",
"serviceInvariantUUID": "612a8d15-a59e-4165-af70-b8cba041c292",
"resources": [
{
"resourceInstanceName": "basic_onboard_TwgYgY 0",
"resourceCustomizationUUID": "2199da99-a68f-4f6e-997a-e8841584902b",
"resourceName": "basic_onboard_TwgYgY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c5f4fa2c-b503-4321-a094-38d182182184",
"resourceInvariantUUID": "fe6b7b6b-1d05-4ce9-95fe-54d68b44cf1a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_twgygy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"artifactChecksum": "ODNiOTc3MmUyYTNkOTA5ZjJhODg0NGE5MTZlNWJkMmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95d580fa-7f85-4cc1-b5f9-7416205ad147",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "12f813fd-1f37-40b2-9191-221938d354d9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55a4d756-d7c8-499a-aad1-fa77bca8afb0",
"generatedFromUUID": "12f813fd-1f37-40b2-9191-221938d354d9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55a4d756-d7c8-499a-aad1-fa77bca8afb0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTwgygy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"artifactChecksum": "MDhiYjU0MDMyMTc0OGIwODM0YmFiY2E5MjBiNzVhZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d94b3162-2d50-4041-8b48-842b4fe6f508"
}
],
"workloadContext": "Production"
}
2023-10-24T05:50:25.093Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-24T05:50:25.093Z|038dea98-6932-487c-9892-75003667edb9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2fe5515-70d6-476f-963b-9ded8bede70d ASDC
2023-10-24T05:50:25.094Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5c81a6d1-b8a0-40f6-98e1-74b4ea738468
ServiceName:basic_onboard_TwgYgY
ServiceVersion:1.0
ServiceUUID:c2fe5515-70d6-476f-963b-9ded8bede70d
ServiceInvariantUUID:612a8d15-a59e-4165-af70-b8cba041c292
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTwgygy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar
ArtifactUUID:d94b3162-2d50-4041-8b48-842b4fe6f508
ArtifactChecksum:MDhiYjU0MDMyMTc0OGIwODM0YmFiY2E5MjBiNzVhZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TwgYgY 0
ResourceCustomizationUUID:2199da99-a68f-4f6e-997a-e8841584902b
ResourceInvariantUUID:fe6b7b6b-1d05-4ce9-95fe-54d68b44cf1a
ResourceName:basic_onboard_TwgYgY
ResourceType:VF
ResourceUUID:c5f4fa2c-b503-4321-a094-38d182182184
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_twgygy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json
ArtifactUUID:95d580fa-7f85-4cc1-b5f9-7416205ad147
ArtifactChecksum:ODNiOTc3MmUyYTNkOTA5ZjJhODg0NGE5MTZlNWJkMmQ=
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/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12f813fd-1f37-40b2-9191-221938d354d9
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/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env
ArtifactUUID:55a4d756-d7c8-499a-aad1-fa77bca8afb0
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/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env
ArtifactUUID:55a4d756-d7c8-499a-aad1-fa77bca8afb0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-10-24T05:50:25.095Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2fe5515-70d6-476f-963b-9ded8bede70d 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-10-24T05:50:25.138Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T05:50:25.139Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-24T05:50:25.139Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-24T05:50:25.139Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d94b3162-2d50-4041-8b48-842b4fe6f508 from URL: /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:25.139Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:50:25.139Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:25.346Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:50:25.349Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar d94b3162-2d50-4041-8b48-842b4fe6f508 75642
2023-10-24T05:50:25.350Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar ASDC sendASDCNotification
2023-10-24T05:50:25.350Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:25.350Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:50:25.350Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:25.350Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:25.350Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126625350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:26.351Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T05:50:26.352Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-24T05:50:26.352Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d94b3162-2d50-4041-8b48-842b4fe6f508, URL: /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar to file: /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:26.353Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:26.353Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:26.354Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:26.503Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP274764502749091263/Definitions/service-BasicOnboardTwgygy-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-10-24T05:50:27.533Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-24T05:50:27.533Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-10-24T05:50:27.533Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.534Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-24T05:50:27.534Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.534Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TwgYgY 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-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-10-24T05:50:27.535Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.536Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is not matching search criteria
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-24T05:50:27.537Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:50:27.538Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is not matching search criteria
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-10-24T05:50:27.539Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f99e3c16-2de2-4c96-a574-049f144d2bbe
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:27.540Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_TwgYgY
Description:service
Model UUID:c2fe5515-70d6-476f-963b-9ded8bede70d
Model Version:NULL
Model InvariantUuid:612a8d15-a59e-4165-af70-b8cba041c292
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_TwgYgY
Model UUID:f16d7345-e3ea-4289-978e-dbfea14ad013
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe6b7b6b-1d05-4ce9-95fe-54d68b44cf1a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2199da99-a68f-4f6e-997a-e8841584902b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b055978d-9626-4875-98af-3ecea520dc51
ModelName:BasicOnboardTwgygy..base_ubuntu18..module-0
ModelUuid:8d547a4f-23bd-48af-9124-a7122f7647e3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f99e3c16-2de2-4c96-a574-049f144d2bbe
ModelInvariantUuid:5d9655a8-e431-430f-94e7-d700a1142734
ModelName:basic_onboard_TwgYgY-nodes.ubuntu18Cvfc
ModelUuid:e6baa49d-7e2b-48d0-893f-9135dd98c434
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:14cc53ba-5146-4fc2-8aae-c6ce0dd40020
ModelInvariantUuid:92950439-34b3-47d0-a845-e581b3fa8114
ModelName:BasicOnboardTwgygy.compute.nodes.heat.ubuntu18
ModelUuid:b84b5688-dfec-4279-a770-734aa92b03e8
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-10-24T05:50:27.556Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c5f4fa2c-b503-4321-a094-38d182182184
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-10-24T05:50:27.561Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||basic_onboard_TwgYgY 0
2023-10-24T05:50:27.562Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c5f4fa2c-b503-4321-a094-38d182182184
2023-10-24T05:50:27.562Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95d580fa-7f85-4cc1-b5f9-7416205ad147 from URL: /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json
2023-10-24T05:50:27.562Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:50:27.562Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json
2023-10-24T05:50:27.627Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:50:27.628Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json 95d580fa-7f85-4cc1-b5f9-7416205ad147 798
2023-10-24T05:50:27.628Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json ASDC sendASDCNotification
2023-10-24T05:50:27.628Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json
2023-10-24T05:50:27.628Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:50:27.629Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:27.629Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:27.629Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126627628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:28.630Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTwgygy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b055978d-9626-4875-98af-3ecea520dc51",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d547a4f-23bd-48af-9124-a7122f7647e3",
"vfModuleModelCustomizationUUID": "172bc3f2-e651-4e9a-9711-cf3035a316fd",
"isBase": true,
"artifacts": [
"12f813fd-1f37-40b2-9191-221938d354d9",
"55a4d756-d7c8-499a-aad1-fa77bca8afb0"
],
"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-10-24T05:50:28.638Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTwgygy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d547a4f-23bd-48af-9124-a7122f7647e3
VfModuleModelInvariantUUID:b055978d-9626-4875-98af-3ecea520dc51
VfModuleModelDescription:NULL
Artifacts UUID List:{
12f813fd-1f37-40b2-9191-221938d354d9
,
55a4d756-d7c8-499a-aad1-fa77bca8afb0
}
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-10-24T05:50:28.643Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTwgygy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b055978d-9626-4875-98af-3ecea520dc51",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d547a4f-23bd-48af-9124-a7122f7647e3",
"vfModuleModelCustomizationUUID": "172bc3f2-e651-4e9a-9711-cf3035a316fd",
"isBase": true,
"artifacts": [
"12f813fd-1f37-40b2-9191-221938d354d9",
"55a4d756-d7c8-499a-aad1-fa77bca8afb0"
],
"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-10-24T05:50:28.644Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTwgygy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d547a4f-23bd-48af-9124-a7122f7647e3
VfModuleModelInvariantUUID:b055978d-9626-4875-98af-3ecea520dc51
VfModuleModelDescription:NULL
Artifacts UUID List:{
12f813fd-1f37-40b2-9191-221938d354d9
,
55a4d756-d7c8-499a-aad1-fa77bca8afb0
}
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-10-24T05:50:28.644Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12f813fd-1f37-40b2-9191-221938d354d9 from URL: /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml
2023-10-24T05:50:28.644Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:50:28.645Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml
2023-10-24T05:50:28.723Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:50:28.724Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml 12f813fd-1f37-40b2-9191-221938d354d9 5033
2023-10-24T05:50:28.724Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-10-24T05:50:28.724Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml
2023-10-24T05:50:28.724Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:50:28.725Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:28.725Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:28.725Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126628724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:29.727Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55a4d756-d7c8-499a-aad1-fa77bca8afb0 from URL: /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env
2023-10-24T05:50:29.727Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-24T05:50:29.727Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env
2023-10-24T05:50:29.807Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env 55a4d756-d7c8-499a-aad1-fa77bca8afb0 909
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:29.808Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126629808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:30.810Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c2fe5515-70d6-476f-963b-9ded8bede70d
2023-10-24T05:50:30.810Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TwgYgY 0 c5f4fa2c-b503-4321-a094-38d182182184 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-10-24T05:50:30.832Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@543958b3, org.onap.sdc.toscaparser.api.parameters.Input@6ed4a541, org.onap.sdc.toscaparser.api.parameters.Input@92acf07, org.onap.sdc.toscaparser.api.parameters.Input@6fa930f6, org.onap.sdc.toscaparser.api.parameters.Input@714b1170]
2023-10-24T05:50:30.833Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.834Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.834Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-10-24T05:50:30.834Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2199da99-a68f-4f6e-997a-e8841584902b
2023-10-24T05:50:30.834Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2199da99-a68f-4f6e-997a-e8841584902b matches Tosca VF Customization UUID: 2199da99-a68f-4f6e-997a-e8841584902b
2023-10-24T05:50:30.834Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2199da99-a68f-4f6e-997a-e8841584902b 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-10-24T05:50:30.837Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.838Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.838Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2199da99-a68f-4f6e-997a-e8841584902b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-24T05:50:30.838Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@437b5cd2
2023-10-24T05:50:30.839Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.839Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-24T05:50:30.839Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 172bc3f2-e651-4e9a-9711-cf3035a316fd
2023-10-24T05:50:30.839Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 172bc3f2-e651-4e9a-9711-cf3035a316fd
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-10-24T05:50:30.843Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.843Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:30.843Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is not matching search criteria
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-10-24T05:50:30.844Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f99e3c16-2de2-4c96-a574-049f144d2bbe
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-10-24T05:50:30.847Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.848Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:30.848Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-24T05:50:30.848Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.848Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_TwgYgY 0 is matching search criteria
2023-10-24T05:50:30.848Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_TwgYgY 0] matching following query criteria: sdcType=VF, customizationUUID=2199da99-a68f-4f6e-997a-e8841584902b
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-10-24T05:50:30.851Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c2fe5515-70d6-476f-963b-9ded8bede70d: basic_onboard_TwgYgY
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.852Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.853Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.853Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T05:50:30.853Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_TwgYgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T05:50:30.853Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_TwgYgY
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-10-24T05:50:30.995Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TwgYgY c5f4fa2c-b503-4321-a094-38d182182184 1 ASDC deployResourceStructure
2023-10-24T05:50:30.996Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json ASDC sendASDCNotification
2023-10-24T05:50:30.996Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json
2023-10-24T05:50:30.996Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:50:30.996Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:30.996Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:30.996Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126630996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:31.998Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-10-24T05:50:31.998Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml
2023-10-24T05:50:31.998Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:50:31.999Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:31.999Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:31.999Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126631998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:33.001Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-10-24T05:50:33.001Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env
2023-10-24T05:50:33.001Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:50:33.002Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:33.002Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:33.002Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126633001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:34.003Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar ASDC sendASDCNotification
2023-10-24T05:50:34.003Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar
2023-10-24T05:50:34.004Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T05:50:34.004Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:50:34.004Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:50:34.004Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126634003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:35.005Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
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-10-24T05:50:35.022Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c81a6d1-b8a0-40f6-98e1-74b4ea738468
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-10-24T05:50:35.029Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T05:50:35.030Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-24T05:50:35.041Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-24T05:50:57.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:50:57.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.555Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:50:57.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "NOTIFIED"
}
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.558Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T05:50:57.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.559Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126618070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T05:50:57.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.559Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126625350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:50:57.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.560Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126627628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:50:57.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.560Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126628724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126629808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126630996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/basic_onboard_twgygy0_modules.json",
"status": "DEPLOY_OK"
}
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126631998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-10-24T05:50:57.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.562Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126633001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/resourceInstances/basic_onboard_twgygy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-10-24T05:50:57.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:50:57.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T05:50:57.562Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126634003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwgygy/1.0/artifacts/service-BasicOnboardTwgygy-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T05:50:57.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:51:05.041Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 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-10-24T05:51:05.049Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 and serviceModelVersionId: c2fe5515-70d6-476f-963b-9ded8bede70d
2023-10-24T05:51:05.049Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 612a8d15-a59e-4165-af70-b8cba041c292
2023-10-24T05:51:05.049Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/612a8d15-a59e-4165-af70-b8cba041c292/model-vers/model-ver/c2fe5515-70d6-476f-963b-9ded8bede70d?depth=0
2023-10-24T05:51:05.053Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-10-24T05:51:05.129Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/612a8d15-a59e-4165-af70-b8cba041c292/model-vers/model-ver/c2fe5515-70d6-476f-963b-9ded8bede70d?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-10-24T05:51:05.130Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/612a8d15-a59e-4165-af70-b8cba041c292/model-vers/model-ver/c2fe5515-70d6-476f-963b-9ded8bede70d?depth=0|INFO|500||Invoke
2023-10-24T05:51:05.140Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/612a8d15-a59e-4165-af70-b8cba041c292/model-vers/model-ver/c2fe5515-70d6-476f-963b-9ded8bede70d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-10-24T05:51:05.264Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/612a8d15-a59e-4165-af70-b8cba041c292/model-vers/model-ver/c2fe5515-70d6-476f-963b-9ded8bede70d?depth=0|INFO|500||InvokeReturn
2023-10-24T05:51:05.265Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/612a8d15-a59e-4165-af70-b8cba041c292/model-vers/model-ver/c2fe5515-70d6-476f-963b-9ded8bede70d?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Oct 2023 05:51:05 GMT], content-length=[0], vertex-id=[376976], x-aai-txid=[1-aai-resources-231024-05:51:05:026-83401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-24T05:51:05.266Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-10-24T05:51:05.266Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-10-24T05:51:05.267Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-24T05:51:05.271Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-10-24T05:51:05.271Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c81a6d1-b8a0-40f6-98e1-74b4ea738468 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-10-24T05:51:05.272Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-10-24T05:51:05.272Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-24T05:51:05.272Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T05:51:05.272Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126665271,
"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-10-24T05:51:06.295Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:51:57.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:51:57.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T05:51:57.554Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "5c81a6d1-b8a0-40f6-98e1-74b4ea738468",
"consumerID": "SO-sdc-controller",
"timestamp": 1698126665271,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-10-24T05:51:57.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T05:52:06.296Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:52:57.547Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:53:06.296Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:53:57.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:54:06.296Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:54:57.550Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:55:06.297Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:55:57.551Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:56:06.298Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:56:57.551Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:57:06.299Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:57:57.553Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:58:06.300Z|5c81a6d1-b8a0-40f6-98e1-74b4ea738468|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:58:57.555Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T05:59:06.301Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T05:59:57.556Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:00:06.301Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T06:00:57.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:01:06.302Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T06:01:57.558Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:02:06.302Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T06:02:57.558Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:03:06.304Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T06:03:37.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-24T06:03:37.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"17900d22-3173-46e8-a853-7539a6b125b3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef0fa589-5f26-4798-91d3-69941b38a471","serviceDescription":"service","serviceInvariantUUID":"e6e88eca-bf3c-4614-af36-56f6a4ebb858","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af83f8c1-7d43-44fc-bde3-a1fe64f84ba5","resourceInvariantUUID":"e09b4a63-e76c-4eca-89ac-f4db92632ee3","resourceCustomizationUUID":"301c1dc2-9774-43ec-b5b4-ceb03165c63e","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":"ZjgxM2MzYzE4OWIyNDNmODM2MGFjMjUzZDAxNTFlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d784d9f-50dd-4a8b-a195-2aa9355fa50f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI3NTU3OWM4MTJmM2Y2N2IzZGYwNjc4ZGEzMjcyOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16f9ab3d-84fb-4c36-962d-4859bf2f760d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-24T06:03:37.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:03:37.597Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:03:37.597Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:03:37.598Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127386304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:03:37.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-24T06:03:37.619Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "multicloud-k8s",
"timestamp": 1698127395650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:03:37.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:03:38.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:03:38.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:03:38.605Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:03:38.606Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127386304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:03:39.608Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ef0fa589-5f26-4798-91d3-69941b38a471",
"serviceDescription": "service",
"serviceInvariantUUID": "e6e88eca-bf3c-4614-af36-56f6a4ebb858",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "301c1dc2-9774-43ec-b5b4-ceb03165c63e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "af83f8c1-7d43-44fc-bde3-a1fe64f84ba5",
"resourceInvariantUUID": "e09b4a63-e76c-4eca-89ac-f4db92632ee3",
"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": "NjI3NTU3OWM4MTJmM2Y2N2IzZGYwNjc4ZGEzMjcyOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "16f9ab3d-84fb-4c36-962d-4859bf2f760d"
}
],
"workloadContext": "Production"
}
2023-10-24T06:03:39.608Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-24T06:03:39.609Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef0fa589-5f26-4798-91d3-69941b38a471 ASDC
2023-10-24T06:03:39.609Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:17900d22-3173-46e8-a853-7539a6b125b3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef0fa589-5f26-4798-91d3-69941b38a471
ServiceInvariantUUID:e6e88eca-bf3c-4614-af36-56f6a4ebb858
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:16f9ab3d-84fb-4c36-962d-4859bf2f760d
ArtifactChecksum:NjI3NTU3OWM4MTJmM2Y2N2IzZGYwNjc4ZGEzMjcyOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:301c1dc2-9774-43ec-b5b4-ceb03165c63e
ResourceInvariantUUID:e09b4a63-e76c-4eca-89ac-f4db92632ee3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:af83f8c1-7d43-44fc-bde3-a1fe64f84ba5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-10-24T06:03:39.609Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef0fa589-5f26-4798-91d3-69941b38a471 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-10-24T06:03:39.656Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T06:03:39.657Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:03:39.657Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:03:39.657Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16f9ab3d-84fb-4c36-962d-4859bf2f760d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-24T06:03:39.657Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-10-24T06:03:39.658Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-24T06:03:39.766Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-10-24T06:03:39.768Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 16f9ab3d-84fb-4c36-962d-4859bf2f760d 57785
2023-10-24T06:03:39.769Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-10-24T06:03:39.770Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-24T06:03:39.770Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T06:03:39.770Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:03:39.771Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:03:39.771Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127419769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:03:40.773Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T06:03:40.774Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:03:40.774Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 16f9ab3d-84fb-4c36-962d-4859bf2f760d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-24T06:03:40.774Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-10-24T06:03:40.775Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-24T06:03:40.775Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-24T06:03:40.852Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1146654925579256272/Definitions/service-BasicNetwork-template.yml
2023-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.205Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T06:03:41.206Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.207Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ef0fa589-5f26-4798-91d3-69941b38a471
Model Version:NULL
Model InvariantUuid:e6e88eca-bf3c-4614-af36-56f6a4ebb858
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e09b4a63-e76c-4eca-89ac-f4db92632ee3
Model UUID:d7e89d56-0df1-421f-8adb-c9bf12534cfa
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:301c1dc2-9774-43ec-b5b4-ceb03165c63e
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-10-24T06:03:41.218Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: af83f8c1-7d43-44fc-bde3-a1fe64f84ba5
2023-10-24T06:03:41.218Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||No resources found for Service: ef0fa589-5f26-4798-91d3-69941b38a471
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-10-24T06:03:41.228Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||
2023-10-24T06:03:41.228Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-10-24T06:03:41.228Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ef0fa589-5f26-4798-91d3-69941b38a471
2023-10-24T06:03:41.229Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ef0fa589-5f26-4798-91d3-69941b38a471
2023-10-24T06:03:41.229Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-10-24T06:03:41.229Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.237Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2205c927, org.onap.sdc.toscaparser.api.parameters.Input@53b8c615, org.onap.sdc.toscaparser.api.parameters.Input@34319f51, org.onap.sdc.toscaparser.api.parameters.Input@33bee7f5, org.onap.sdc.toscaparser.api.parameters.Input@3f7e4c54]
2023-10-24T06:03:41.239Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.239Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.239Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.240Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.240Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ef0fa589-5f26-4798-91d3-69941b38a471: Generic NeutronNet
2023-10-24T06:03:41.240Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.240Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.240Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.240Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.280Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.281Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.281Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.281Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.281Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:03:41.281Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:03:41.281Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||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-10-24T06:03:41.374Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-10-24T06:03:41.375Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-10-24T06:03:41.375Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-24T06:03:41.375Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T06:03:41.375Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:03:41.375Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:03:41.375Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127421375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:03:42.376Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:03:42.395Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:03:42.399Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T06:03:42.399Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T06:03:42.399Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T06:03:57.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:03:57.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:03:57.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127386304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:03:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:12.400Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:04:12.413Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:04:12.415Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T06:04:12.416Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T06:04:12.416Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T06:04:42.416Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:04:42.435Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:04:42.438Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T06:04:42.438Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T06:04:42.438Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T06:04:57.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:04:57.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127362768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "policy-distribution-id",
"timestamp": 1698127393774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "multicloud-k8s",
"timestamp": 1698127395650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127386304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127362768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "policy-distribution-id",
"timestamp": 1698127393774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:04:57.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "aai-model-loader",
"timestamp": 1698127418121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "aai-model-loader",
"timestamp": 1698127418121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127419769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "policy-distribution-id",
"timestamp": 1698127419732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127419730,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "aai-model-loader",
"timestamp": 1698127420230,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:04:57.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "policy-distribution-id",
"timestamp": 1698127420741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:04:57.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127420744,
"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-10-24T06:04:57.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17900d22-3173-46e8-a853-7539a6b125b3
2023-10-24T06:04:57.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17900d22-3173-46e8-a853-7539a6b125b3 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-10-24T06:04:57.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.577Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127421375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:04:57.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.578Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "policy-distribution-id",
"timestamp": 1698127421748,
"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-10-24T06:04:57.584Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17900d22-3173-46e8-a853-7539a6b125b3
2023-10-24T06:04:57.584Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17900d22-3173-46e8-a853-7539a6b125b3 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-10-24T06:04:57.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "aai-model-loader",
"timestamp": 1698127425097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:04:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "aai-model-loader",
"timestamp": 1698127426100,
"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-10-24T06:04:57.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17900d22-3173-46e8-a853-7539a6b125b3
2023-10-24T06:04:57.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17900d22-3173-46e8-a853-7539a6b125b3 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-10-24T06:04:57.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.623Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127430047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.623Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127430047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127432180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127433771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.627Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.627Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.628Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.628Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127434772,
"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-10-24T06:04:57.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17900d22-3173-46e8-a853-7539a6b125b3
2023-10-24T06:04:57.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17900d22-3173-46e8-a853-7539a6b125b3 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-10-24T06:04:57.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:04:57.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:12.439Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:05:12.460Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3
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-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:05:12.466Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-24T06:05:12.474Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-24T06:05:42.474Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17900d22-3173-46e8-a853-7539a6b125b3 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-10-24T06:05:42.483Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17900d22-3173-46e8-a853-7539a6b125b3 and serviceModelVersionId: ef0fa589-5f26-4798-91d3-69941b38a471
2023-10-24T06:05:42.483Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6e88eca-bf3c-4614-af36-56f6a4ebb858
2023-10-24T06:05:42.484Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6e88eca-bf3c-4614-af36-56f6a4ebb858/model-vers/model-ver/ef0fa589-5f26-4798-91d3-69941b38a471?depth=0
2023-10-24T06:05:42.488Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-10-24T06:05:42.527Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6e88eca-bf3c-4614-af36-56f6a4ebb858/model-vers/model-ver/ef0fa589-5f26-4798-91d3-69941b38a471?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-10-24T06:05:42.528Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6e88eca-bf3c-4614-af36-56f6a4ebb858/model-vers/model-ver/ef0fa589-5f26-4798-91d3-69941b38a471?depth=0|INFO|500||Invoke
2023-10-24T06:05:42.536Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6e88eca-bf3c-4614-af36-56f6a4ebb858/model-vers/model-ver/ef0fa589-5f26-4798-91d3-69941b38a471?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-10-24T06:05:42.661Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6e88eca-bf3c-4614-af36-56f6a4ebb858/model-vers/model-ver/ef0fa589-5f26-4798-91d3-69941b38a471?depth=0|INFO|500||InvokeReturn
2023-10-24T06:05:42.661Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e6e88eca-bf3c-4614-af36-56f6a4ebb858/model-vers/model-ver/ef0fa589-5f26-4798-91d3-69941b38a471?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Oct 2023 06:05:42 GMT], content-length=[0], vertex-id=[200760], x-aai-txid=[1-aai-resources-231024-06:05:42:389-31713], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-24T06:05:42.661Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-10-24T06:05:42.662Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-10-24T06:05:42.662Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-24T06:05:42.668Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-24T06:05:42.668Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17900d22-3173-46e8-a853-7539a6b125b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-10-24T06:05:42.668Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-10-24T06:05:42.668Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:42.668Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:42.669Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127542668,
"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-10-24T06:05:43.691Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-24T06:05:43.697Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-24T06:05:43.697Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"4d68997d-1244-4fff-91b1-34c6381fe36e","serviceName":"Demo_pNF_miWDTsvAOMBSlaL79Ptn","serviceVersion":"1.0","serviceUUID":"ba603792-ac43-4c32-aabe-4006b57eede6","serviceDescription":"catalog service description","serviceInvariantUUID":"ed89bdc6-8685-4e79-b76c-c9b38f4515f3","resources":[{"resourceInstanceName":"pNF c1a3c6f5-1767 0","resourceName":"pNF c1a3c6f5-1767","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5807ed43-6bc5-4f4b-b19a-737faa0a1abb","resourceInvariantUUID":"cbc03860-3f94-4894-88e3-11e34f44b280","resourceCustomizationUUID":"335e3171-d6db-46a1-b8af-72761efcf6b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml","artifactChecksum":"MWEyMTYwZGIyZGFmMDE4NWU4ZDhlNmFmY2RlOTE2YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56c244de-da3c-4742-a5e6-d750a3b4f8f0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar","artifactChecksum":"ODNmODM5YzNiOWIxNzQwNTVjMWYxNmIwMDg0ZTM2YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00f7ea59-4809-48db-a722-7ce1dacf1a56","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f3ff4f8-f2eb-431d-9769-b0996cb292f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml","artifactChecksum":"YjRjZDNkMDZkZDgxNDFhZmZkYzA0NTY5ODc4OTk5NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9142aff3-f470-4723-a282-ab90dbe9601a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16dddcb8-163c-46a4-981e-a09048d6dd7c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b9a6a62-cdd1-4595-bed7-a3fb1767d102","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMiwdtsvaombslal79ptn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml","artifactChecksum":"NjUwZTNjZmJlNGQ3MjhlNzhmZjE5NWRhYzg3MjMxZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64ce6045-77de-45b3-853c-327ad3aa3491","artifactVersion":"1"},{"artifactName":"service-DemoPnfMiwdtsvaombslal79ptn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar","artifactChecksum":"M2RhNzBhNTAzOGJmZjE1NjNlM2E2NTJlN2NiMDg5NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33bd77fa-04cf-460a-96bc-f219d3b66d66","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-24T06:05:43.699Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:43.700Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:43.700Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:43.700Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:44.701Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:44.701Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:44.701Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:44.702Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:45.702Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:45.704Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:45.704Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:45.704Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:46.707Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:46.708Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:46.708Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:46.708Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:47.710Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:47.711Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:47.711Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:47.711Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:48.712Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:48.713Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:48.713Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:48.713Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:49.715Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:49.715Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:49.715Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:49.715Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:50.716Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:05:50.717Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:50.717Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:50.717Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:51.720Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"serviceName": "Demo_pNF_miWDTsvAOMBSlaL79Ptn",
"serviceVersion": "1.0",
"serviceUUID": "ba603792-ac43-4c32-aabe-4006b57eede6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ed89bdc6-8685-4e79-b76c-c9b38f4515f3",
"resources": [
{
"resourceInstanceName": "pNF c1a3c6f5-1767 0",
"resourceCustomizationUUID": "335e3171-d6db-46a1-b8af-72761efcf6b6",
"resourceName": "pNF c1a3c6f5-1767",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5807ed43-6bc5-4f4b-b19a-737faa0a1abb",
"resourceInvariantUUID": "cbc03860-3f94-4894-88e3-11e34f44b280",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"artifactChecksum": "M2RhNzBhNTAzOGJmZjE1NjNlM2E2NTJlN2NiMDg5NGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "33bd77fa-04cf-460a-96bc-f219d3b66d66"
}
],
"workloadContext": "Production"
}
2023-10-24T06:05:51.721Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-24T06:05:51.721Z|17900d22-3173-46e8-a853-7539a6b125b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba603792-ac43-4c32-aabe-4006b57eede6 ASDC
2023-10-24T06:05:51.721Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4d68997d-1244-4fff-91b1-34c6381fe36e
ServiceName:Demo_pNF_miWDTsvAOMBSlaL79Ptn
ServiceVersion:1.0
ServiceUUID:ba603792-ac43-4c32-aabe-4006b57eede6
ServiceInvariantUUID:ed89bdc6-8685-4e79-b76c-c9b38f4515f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
ArtifactUUID:33bd77fa-04cf-460a-96bc-f219d3b66d66
ArtifactChecksum:M2RhNzBhNTAzOGJmZjE1NjNlM2E2NTJlN2NiMDg5NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c1a3c6f5-1767 0
ResourceCustomizationUUID:335e3171-d6db-46a1-b8af-72761efcf6b6
ResourceInvariantUUID:cbc03860-3f94-4894-88e3-11e34f44b280
ResourceName:pNF c1a3c6f5-1767
ResourceType:PNF
ResourceUUID:5807ed43-6bc5-4f4b-b19a-737faa0a1abb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-10-24T06:05:51.721Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba603792-ac43-4c32-aabe-4006b57eede6 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-10-24T06:05:51.767Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T06:05:51.768Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:05:51.768Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:05:51.768Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33bd77fa-04cf-460a-96bc-f219d3b66d66 from URL: /sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:51.768Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-10-24T06:05:51.769Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:51.847Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-10-24T06:05:51.852Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar 33bd77fa-04cf-460a-96bc-f219d3b66d66 87988
2023-10-24T06:05:51.852Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar ASDC sendASDCNotification
2023-10-24T06:05:51.852Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:51.852Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T06:05:51.853Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:51.853Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:51.853Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127551852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:52.855Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T06:05:52.856Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:05:52.856Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 33bd77fa-04cf-460a-96bc-f219d3b66d66, URL: /sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar to file: /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:52.859Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:52.860Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:52.860Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:52.954Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1204281521724401421/Definitions/service-DemoPnfMiwdtsvaombslal79ptn-template.yml
2023-10-24T06:05:53.713Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||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-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||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-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.714Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c1a3c6f5-1767 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-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Node template pNF c1a3c6f5-1767 0 is matching search criteria
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c1a3c6f5-1767 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.715Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Node template pNF c1a3c6f5-1767 0 is matching search criteria
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c1a3c6f5-1767 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.716Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.717Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.717Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.717Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.717Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.717Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_miWDTsvAOMBSlaL79Ptn
Description:catalog service description
Model UUID:ba603792-ac43-4c32-aabe-4006b57eede6
Model Version:NULL
Model InvariantUuid:ed89bdc6-8685-4e79-b76c-c9b38f4515f3
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-10-24T06:05:53.729Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5807ed43-6bc5-4f4b-b19a-737faa0a1abb
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-10-24T06:05:53.733Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||pNF c1a3c6f5-1767 0
2023-10-24T06:05:53.734Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5807ed43-6bc5-4f4b-b19a-737faa0a1abb
2023-10-24T06:05:53.734Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ba603792-ac43-4c32-aabe-4006b57eede6
2023-10-24T06:05:53.734Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ba603792-ac43-4c32-aabe-4006b57eede6
2023-10-24T06:05:53.734Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c1a3c6f5-1767 0 5807ed43-6bc5-4f4b-b19a-737faa0a1abb 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-10-24T06:05:53.741Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f07084, org.onap.sdc.toscaparser.api.parameters.Input@27f72154, org.onap.sdc.toscaparser.api.parameters.Input@2d95275e, org.onap.sdc.toscaparser.api.parameters.Input@34e3bee3, org.onap.sdc.toscaparser.api.parameters.Input@35969cab]
2023-10-24T06:05:53.742Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.742Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.742Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ba603792-ac43-4c32-aabe-4006b57eede6: pNF c1a3c6f5-1767
2023-10-24T06:05:53.742Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Processing PNF resource: 5807ed43-6bc5-4f4b-b19a-737faa0a1abb
2023-10-24T06:05:53.743Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-10-24T06:05:53.743Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_miWDTsvAOMBSlaL79Ptn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-24T06:05:53.743Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Resource customization UUID: 335e3171-d6db-46a1-b8af-72761efcf6b6 is the same as notified resource customizationUUID: 335e3171-d6db-46a1-b8af-72761efcf6b6
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-10-24T06:05:53.815Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c1a3c6f5-1767 5807ed43-6bc5-4f4b-b19a-737faa0a1abb 0 ASDC deployResourceStructure
2023-10-24T06:05:53.815Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar ASDC sendASDCNotification
2023-10-24T06:05:53.815Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar
2023-10-24T06:05:53.815Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-24T06:05:53.815Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:05:53.816Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:05:53.816Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127553815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:54.818Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d68997d-1244-4fff-91b1-34c6381fe36e
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-10-24T06:05:54.834Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d68997d-1244-4fff-91b1-34c6381fe36e
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-10-24T06:05:54.838Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T06:05:54.838Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-24T06:05:54.839Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-24T06:05:57.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:05:57.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "multicloud-k8s",
"timestamp": 1698127419277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127421752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127422755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127439681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127439687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127440686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127440692,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-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-10-24T06:05:57.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d68997d-1244-4fff-91b1-34c6381fe36e
2023-10-24T06:05:57.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d68997d-1244-4fff-91b1-34c6381fe36e 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-10-24T06:05:57.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.578Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "policy-distribution-id",
"timestamp": 1698127441689,
"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-10-24T06:05:57.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d68997d-1244-4fff-91b1-34c6381fe36e
2023-10-24T06:05:57.587Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d68997d-1244-4fff-91b1-34c6381fe36e 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-10-24T06:05:57.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127448121,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127456221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127461355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "aai-model-loader",
"timestamp": 1698127462358,
"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-10-24T06:05:57.609Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d68997d-1244-4fff-91b1-34c6381fe36e
2023-10-24T06:05:57.609Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d68997d-1244-4fff-91b1-34c6381fe36e 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-10-24T06:05:57.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.624Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.625Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127460047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127468189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127470099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.626Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127471100,
"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-10-24T06:05:57.633Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d68997d-1244-4fff-91b1-34c6381fe36e
2023-10-24T06:05:57.633Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d68997d-1244-4fff-91b1-34c6381fe36e 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-10-24T06:05:57.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.648Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.649Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127472692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127469334,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127441694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127484228,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127484515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127484516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127478121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127485518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.653Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "cds-sdc-listener",
"timestamp": 1698127485526,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-10-24T06:05:57.670Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d
2023-10-24T06:05:57.671Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d 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-10-24T06:05:57.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.684Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127485323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.684Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127485228,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "policy-distribution-id",
"timestamp": 1698127486520,
"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-10-24T06:05:57.692Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d
2023-10-24T06:05:57.692Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d 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-10-24T06:05:57.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.706Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127486404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:05:57.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.706Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127487451,
"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-10-24T06:05:57.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d
2023-10-24T06:05:57.712Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d 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-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "multicloud-k8s",
"timestamp": 1698127488454,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127492585,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "aai-model-loader",
"timestamp": 1698127493587,
"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-10-24T06:05:57.726Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d
2023-10-24T06:05:57.727Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d 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-10-24T06:05:57.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127490048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:05:57.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:24.839Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d68997d-1244-4fff-91b1-34c6381fe36e
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-10-24T06:06:24.862Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d68997d-1244-4fff-91b1-34c6381fe36e
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-10-24T06:06:24.867Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-24T06:06:24.867Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-24T06:06:24.867Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-24T06:06:24.867Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-24T06:06:24.867Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:06:24.867Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:06:24.868Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:06:24.868Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:06:24.868Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-10-24T06:06:24.868Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-24T06:06:24.883Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-24T06:06:54.884Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d68997d-1244-4fff-91b1-34c6381fe36e 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-10-24T06:06:54.891Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d68997d-1244-4fff-91b1-34c6381fe36e and serviceModelVersionId: ba603792-ac43-4c32-aabe-4006b57eede6
2023-10-24T06:06:54.891Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed89bdc6-8685-4e79-b76c-c9b38f4515f3
2023-10-24T06:06:54.892Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed89bdc6-8685-4e79-b76c-c9b38f4515f3/model-vers/model-ver/ba603792-ac43-4c32-aabe-4006b57eede6?depth=0
2023-10-24T06:06:54.897Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-10-24T06:06:54.942Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ed89bdc6-8685-4e79-b76c-c9b38f4515f3/model-vers/model-ver/ba603792-ac43-4c32-aabe-4006b57eede6?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-10-24T06:06:54.943Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ed89bdc6-8685-4e79-b76c-c9b38f4515f3/model-vers/model-ver/ba603792-ac43-4c32-aabe-4006b57eede6?depth=0|INFO|500||Invoke
2023-10-24T06:06:54.952Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ed89bdc6-8685-4e79-b76c-c9b38f4515f3/model-vers/model-ver/ba603792-ac43-4c32-aabe-4006b57eede6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-10-24T06:06:55.055Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ed89bdc6-8685-4e79-b76c-c9b38f4515f3/model-vers/model-ver/ba603792-ac43-4c32-aabe-4006b57eede6?depth=0|INFO|500||InvokeReturn
2023-10-24T06:06:55.056Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ed89bdc6-8685-4e79-b76c-c9b38f4515f3/model-vers/model-ver/ba603792-ac43-4c32-aabe-4006b57eede6?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Oct 2023 06:06:54 GMT], content-length=[0], vertex-id=[196608], x-aai-txid=[1-aai-resources-231024-06:06:54:801-38148], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-24T06:06:55.056Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-10-24T06:06:55.056Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-10-24T06:06:55.056Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-24T06:06:55.060Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-24T06:06:55.061Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d68997d-1244-4fff-91b1-34c6381fe36e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-10-24T06:06:55.061Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-10-24T06:06:55.061Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:06:55.061Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:06:55.061Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127615061,
"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-10-24T06:06:56.086Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-24T06:06:56.086Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a5f8e8a5-65b9-48c5-a83d-82b095c34fa5","serviceDescription":"service","serviceInvariantUUID":"a1e6d751-2437-4f99-9909-3d62345523bf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9587975d-23b6-4d05-95ab-672c0c1eb13c","resourceInvariantUUID":"d85e18c9-6c60-4561-a072-384777e5b00c","resourceCustomizationUUID":"ebeb3ceb-e851-4383-b80d-5820f14a335b","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":"ZGQ3YTRhOTY1OGFkZjRhZmI4MDA0YmVmNzBhNjg1NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76084019-63ff-498f-9f35-b1bf0d835ebe","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":"YjAwZjZjNGJhYTBjYWExMDkzYTMzZjM4YTA4ZjhkZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d099ecd-c241-427c-9676-0f71d2403f51","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":"1ac8786b-3488-4670-8cec-1fe346539df0","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":"3226dc30-756e-4c07-8ec6-1f114ea453ea","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":"42047bd9-c402-4bd5-8bee-f7eb6e882c1d","artifactVersion":"2","generatedFromUUID":"1ac8786b-3488-4670-8cec-1fe346539df0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDY2NjU3M2QxZGM4YzYxMjA2ODIxZjljZDYxNmU2ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e666a05a-947c-44fc-81d5-2d11338aed3b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjM5MmZhZTU5NDFlYjI5OTljNTBhYmZhMjAzNjVmZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1da5a76-3703-470b-b7ab-fabe16ad8706","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-24T06:06:56.086Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:06:56.087Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:06:56.087Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:06:56.087Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"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-10-24T06:06:57.087Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:06:57.088Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:06:57.088Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:06:57.088Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"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-10-24T06:06:57.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:06:57.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.549Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127497165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:06:57.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127499586,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:06:57.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1698127500587,
"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-10-24T06:06:57.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d
2023-10-24T06:06:57.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d 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-10-24T06:06:57.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.573Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "17900d22-3173-46e8-a853-7539a6b125b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127542668,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-10-24T06:06:57.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.573Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.574Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/resourceInstances/pnfc1a3c6f517670/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "NOTIFIED"
}
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127551852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "4d68997d-1244-4fff-91b1-34c6381fe36e",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127553815,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMiwdtsvaombslal79ptn/1.0/artifacts/service-DemoPnfMiwdtsvaombslal79ptn-csar.csar",
"status": "DEPLOY_OK"
}
2023-10-24T06:06:57.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-24T06:06:58.090Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:06:58.090Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:06:58.090Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:06:58.090Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"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-10-24T06:06:59.091Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:06:59.091Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:06:59.092Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:06:59.092Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"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-10-24T06:07:00.094Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:07:00.095Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:07:00.095Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:07:00.095Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"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-10-24T06:07:01.096Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:07:01.097Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:07:01.097Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:07:01.097Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:07:02.099Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-24T06:07:02.099Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:07:02.099Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:07:02.099Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127543691,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:07:03.101Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "a5f8e8a5-65b9-48c5-a83d-82b095c34fa5",
"serviceDescription": "service",
"serviceInvariantUUID": "a1e6d751-2437-4f99-9909-3d62345523bf",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ebeb3ceb-e851-4383-b80d-5820f14a335b",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9587975d-23b6-4d05-95ab-672c0c1eb13c",
"resourceInvariantUUID": "d85e18c9-6c60-4561-a072-384777e5b00c",
"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": "YjAwZjZjNGJhYTBjYWExMDkzYTMzZjM4YTA4ZjhkZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2d099ecd-c241-427c-9676-0f71d2403f51",
"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": "1ac8786b-3488-4670-8cec-1fe346539df0",
"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": "42047bd9-c402-4bd5-8bee-f7eb6e882c1d",
"generatedFromUUID": "1ac8786b-3488-4670-8cec-1fe346539df0"
},
"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": "42047bd9-c402-4bd5-8bee-f7eb6e882c1d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjM5MmZhZTU5NDFlYjI5OTljNTBhYmZhMjAzNjVmZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1da5a76-3703-470b-b7ab-fabe16ad8706"
}
],
"workloadContext": "Production"
}
2023-10-24T06:07:03.101Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-24T06:07:03.102Z|4d68997d-1244-4fff-91b1-34c6381fe36e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5f8e8a5-65b9-48c5-a83d-82b095c34fa5 ASDC
2023-10-24T06:07:03.102Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a5f8e8a5-65b9-48c5-a83d-82b095c34fa5
ServiceInvariantUUID:a1e6d751-2437-4f99-9909-3d62345523bf
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:c1da5a76-3703-470b-b7ab-fabe16ad8706
ArtifactChecksum:YjM5MmZhZTU5NDFlYjI5OTljNTBhYmZhMjAzNjVmZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ebeb3ceb-e851-4383-b80d-5820f14a335b
ResourceInvariantUUID:d85e18c9-6c60-4561-a072-384777e5b00c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9587975d-23b6-4d05-95ab-672c0c1eb13c
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:2d099ecd-c241-427c-9676-0f71d2403f51
ArtifactChecksum:YjAwZjZjNGJhYTBjYWExMDkzYTMzZjM4YTA4ZjhkZGU=
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:1ac8786b-3488-4670-8cec-1fe346539df0
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:42047bd9-c402-4bd5-8bee-f7eb6e882c1d
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:42047bd9-c402-4bd5-8bee-f7eb6e882c1d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-10-24T06:07:03.102Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5f8e8a5-65b9-48c5-a83d-82b095c34fa5 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-10-24T06:07:03.160Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T06:07:03.161Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:07:03.161Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:07:03.162Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1da5a76-3703-470b-b7ab-fabe16ad8706 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-24T06:07:03.162Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-10-24T06:07:03.162Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-24T06:07:03.258Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-10-24T06:07:03.266Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c1da5a76-3703-470b-b7ab-fabe16ad8706 75137
2023-10-24T06:07:03.266Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-10-24T06:07:03.266Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-24T06:07:03.266Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-24T06:07:03.267Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-10-24T06:07:03.267Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-24T06:07:03.267Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d",
"consumerID": "SO-sdc-controller",
"timestamp": 1698127623266,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-24T06:07:04.268Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-24T06:07:04.269Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-10-24T06:07:04.269Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c1da5a76-3703-470b-b7ab-fabe16ad8706, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:04.269Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-10-24T06:07:04.269Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:04.270Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:04.422Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4014575140046253059/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-10-24T06:07:05.359Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||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-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||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-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||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-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-24T06:07:05.360Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-10-24T06:07:05.361Z|ad9c1cca-8b73-4f9c-a2f0-ffa3dc5e649d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery