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-02-15T05:25:40.950Z||main|||||INFO|500||The following profiles are active: basic
2023-02-15T05:25:53.338Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-15T05:25:53.339Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-15T05:25:53.460Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-15T05:25:57.931Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-15T05:25:58.366Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-15T05:25:58.929Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-15T05:25:59.270Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-15T05:25:59.992Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-15T05:26:02.223Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-15T05:26:02.893Z||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-02-15T05:26:06.287Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-15T05:26:06.409Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-15T05:26:06.418Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-15T05:26:06.430Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-15T05:26:07.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-15T05:26:07.422Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-15T05:26:08.592Z||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-02-15T05:26:09.300Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-15T05:26:09.300Z||main|||||ERROR|500||(conn=1265) Table 'catalogdb.activity_spec' doesn't exist
2023-02-15T05:26:09.312Z||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-02-15T05:26:12.312Z||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-02-15T05:26:15.188Z||main|||||WARN|500||---
2023-02-15T05:26:15.188Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-15T05:26:15.189Z||main|||||WARN|500||---
2023-02-15T05:26:15.602Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-15T05:26:20.771Z||main|||||INFO|500||Started Application in 43.663 seconds (JVM running for 46.26)
2023-02-15T05:26:20.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-15T05:26:20.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-15T05:26:20.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-15T05:26:20.981Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 829d42a2-1ecd-484d-a3b3-cd5605675d80 url= /sdc/v1/artifactTypes
2023-02-15T05:26:20.986Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-15T05:26:21.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-15T05:26:21.202Z||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-02-15T05:26:21.202Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-15T05:26:21.203Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 724cb3bc-bb6d-4999-b0bc-2c99dfe9772c url= /sdc/v1/distributionKafkaData
2023-02-15T05:26:21.203Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-15T05:26:21.246Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-15T05:26:21.265Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@79363716
2023-02-15T05:26:21.357Z||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-2adcbc0e-de1d-4b25-bcff-d19fed8da81f
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-02-15T05:26:21.440Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Instantiated an idempotent producer.
2023-02-15T05:26:21.537Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-15T05:26:21.616Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-15T05:26:21.617Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-15T05:26:21.620Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676438781613
2023-02-15T05:26:21.627Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-15T05:26:21.652Z||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-578496cf-30da-4ba4-a769-346e36495696
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-02-15T05:26:21.803Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-15T05:26:21.803Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-15T05:26:21.803Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676438781802
2023-02-15T05:26:21.805Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:26:21.813Z||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-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73
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-02-15T05:26:21.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:26:21.825Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-15T05:26:21.826Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-15T05:26:21.826Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676438781825
2023-02-15T05:26:21.826Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:26:21.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:26:21.872Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-15T05:26:22.845Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.850Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.851Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.851Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Cluster ID: -E5DnYKaR8q5V1Gg2-F_ew
2023-02-15T05:26:22.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.856Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Cluster ID: -E5DnYKaR8q5V1Gg2-F_ew
2023-02-15T05:26:22.857Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-15T05:26:22.860Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Cluster ID: -E5DnYKaR8q5V1Gg2-F_ew
2023-02-15T05:26:22.861Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-15T05:26:22.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] ProducerId set to 4 with epoch 0
2023-02-15T05:26:22.885Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] (Re-)joining group
2023-02-15T05:26:22.886Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] (Re-)joining group
2023-02-15T05:26:22.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1
2023-02-15T05:26:23.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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-02-15T05:26:23.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] (Re-)joining group
2023-02-15T05:26:23.039Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f
2023-02-15T05:26:23.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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-02-15T05:26:23.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] (Re-)joining group
2023-02-15T05:26:29.073Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1', protocol='range'}
2023-02-15T05:26:29.074Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f', protocol='range'}
2023-02-15T05:26:29.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.134Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f=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-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1=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-02-15T05:26:29.273Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1', protocol='range'}
2023-02-15T05:26:29.274Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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-02-15T05:26:29.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f', protocol='range'}
2023-02-15T05:26:29.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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-02-15T05:26:29.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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-02-15T05:26:29.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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-02-15T05:26:29.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-15T05:26:29.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-15T05:26:29.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-15T05:26:29.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-15T05:26:29.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-15T05:26:29.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-15T05:26:29.341Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-15T05:26:29.343Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-15T05:26:29.370Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.427Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:26:29.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:26:29.521Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:26:29.522Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:27:21.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:27:21.873Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:28:21.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:28:21.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:29:21.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:29:21.876Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:30:21.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:30:21.877Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:31:21.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:31:21.878Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:32:21.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:32:21.879Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:33:21.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:33:21.881Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:34:21.839Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:34:21.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:35:21.841Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:35:21.884Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:35:23.071Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Node -1 disconnected.
2023-02-15T05:35:23.080Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Node -1 disconnected.
2023-02-15T05:35:23.222Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Node -1 disconnected.
2023-02-15T05:36:16.758Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-15T05:36:21.842Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:36:21.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:37:21.843Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:37:21.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:38:21.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:38:21.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:39:21.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:39:21.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:40:21.845Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:40:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:41:21.847Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:41:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:42:21.849Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:42:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:43:21.851Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:43:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:44:21.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:44:21.890Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:45:21.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:45:21.890Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:46:21.855Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:46:21.890Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:47:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:47:21.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:48:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:48:21.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:49:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:49:21.892Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:50:21.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:50:21.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:51:21.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:51:21.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:52:21.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:52:21.893Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:53:21.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:53:21.894Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:54:21.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:54:21.895Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:55:21.862Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:55:21.896Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:56:21.863Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:56:21.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:57:21.864Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:57:21.902Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:58:21.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:58:21.903Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:59:21.866Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:59:21.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:00:21.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:00:21.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:01:21.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:01:21.907Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:02:21.871Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:02:21.908Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:03:21.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:03:21.913Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:04:21.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:04:21.915Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:05:21.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:05:21.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:06:21.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:06:21.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:07:21.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:07:21.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:08:21.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:08:21.920Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:09:21.879Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:09:21.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:10:21.880Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:10:21.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:11:21.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:11:21.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:12:21.882Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:12:21.923Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:13:21.885Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:13:21.924Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:14:21.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:14:21.929Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:15:21.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:15:21.930Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:16:21.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:16:21.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:17:21.890Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:17:21.933Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:18:21.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:18:21.934Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:19:21.893Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:19:21.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:20:21.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:20:21.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:21:21.896Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:21:21.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:22:21.898Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:22:21.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:23:21.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:23:21.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:24:21.900Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:24:21.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:25:21.901Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:25:21.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:26:21.902Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:26:21.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:27:21.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:27:21.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:28:21.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:28:21.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:29:21.906Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:29:21.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:30:21.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:30:21.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:31:21.909Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:31:21.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:32:21.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:32:21.949Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:33:21.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:33:21.950Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:34:21.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:34:21.951Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:35:21.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:35:21.953Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:36:21.917Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:36:21.955Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:37:21.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:37:21.956Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:38:21.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:38:21.957Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:39:21.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:39:21.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:40:21.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:40:21.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:41:21.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:41:21.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:42:21.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:42:21.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:43:21.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:43:21.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:44:21.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:44:21.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:45:21.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:45:21.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:46:21.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:46:21.965Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:47:21.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:47:21.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:48:21.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:48:21.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:49:21.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:49:21.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:50:21.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:50:21.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:51:21.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:51:21.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:52:21.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:52:21.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:53:21.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:53:21.970Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:54:21.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:54:21.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:55:21.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:55:21.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:56:21.936Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:56:21.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:57:21.937Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:57:21.972Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:58:21.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:58:21.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:59:21.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:59:21.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:00:21.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:00:21.976Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:01:21.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:01:21.976Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:02:21.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:02:21.978Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:03:21.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:03:21.978Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:04:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:04:21.979Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:05:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:05:21.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:06:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:06:21.981Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:07:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:07:21.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:08:21.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:08:21.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:09:21.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:09:21.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:10:21.949Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:10:21.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:11:21.950Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:11:21.984Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:12:21.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:12:21.985Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:13:21.952Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:13:21.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:14:21.953Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:14:21.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:15:21.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:15:21.987Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:16:21.956Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:16:21.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:17:21.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:17:21.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:18:21.958Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:18:21.989Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:19:21.959Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:19:21.991Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:20:21.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:20:21.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:21:21.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:21:21.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:22:21.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:22:21.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:23:21.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:23:21.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:24:21.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:24:21.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:25:21.964Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:25:21.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:26:21.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:26:21.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:27:21.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:27:21.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:28:21.967Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:28:21.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:29:21.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:29:21.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:30:21.967Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:30:21.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:31:21.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:31:21.999Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:32:21.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:32:22.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:33:21.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:33:22.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:34:21.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:34:22.002Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:35:21.973Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:35:22.003Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:36:21.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:36:22.004Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:37:21.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:37:22.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:38:21.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:38:22.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:39:21.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:39:22.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:40:21.976Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:40:22.007Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:41:21.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:41:22.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:42:21.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:42:22.008Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:43:21.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:43:22.010Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:44:21.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:44:22.011Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:45:21.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:45:22.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:46:21.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:46:22.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:47:21.985Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:47:22.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:48:21.986Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:48:22.015Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:49:21.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:49:22.016Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:50:21.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:50:22.016Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:51:21.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:51:22.016Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:52:21.991Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:52:22.017Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:53:21.993Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:53:22.018Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:54:21.993Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:54:22.018Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:55:21.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:55:22.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:56:21.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:56:22.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:57:21.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:57:22.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:58:21.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:58:22.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:59:21.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:59:22.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:00:21.999Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:00:22.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:01:22.001Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:01:22.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:02:22.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:02:22.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:03:22.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:03:22.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:04:22.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:04:22.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:05:22.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:05:22.025Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:19.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:06:19.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"85940e40-e14c-42cf-9945-2ade71ef704e","serviceName":"vFW 2023-02-15 08-04-37","serviceVersion":"1.0","serviceUUID":"480ca409-2bed-44e4-abe1-d2c381d8c6fa","serviceDescription":"catalog service description","serviceInvariantUUID":"008660e4-7af8-40ad-967e-a4d8587c8813","resources":[{"resourceInstanceName":"vFW 6db0358d-1b36 0","resourceName":"vFW 6db0358d-1b36","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c179fbcd-fd2a-4a52-89c7-274ac4fdb10a","resourceInvariantUUID":"a06a390e-49d4-468e-9f69-850380084ce9","resourceCustomizationUUID":"f14fc868-8d59-450f-b4b1-933a927b6d8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml","artifactChecksum":"ZTdiYzA0NGM2ZjNiNTcxY2RlY2NhOGI5OWE5NDE1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"793abcd9-dc56-4a18-b95c-a43abd089a2a","artifactVersion":"1"},{"artifactName":"vfw6db0358d1b360_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json","artifactChecksum":"NzRkYzAwY2VmYjNkNGQ4MTMxZDQ5ZjhjNDdhNzNjYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c30a46de-5a79-49d4-9797-63bf2b43508d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"353d0e0b-20b2-4d1b-993a-15a07e47adec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml","artifactChecksum":"NzBmZDU2YWJhMzE3NmU5ZjkzMmJmZmZlOTMzYzRlYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f64a555-4a96-4006-82ec-f916d5913b10","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5ac674a-535a-4da8-99b9-5c76eb06bf4b","artifactVersion":"2","generatedFromUUID":"353d0e0b-20b2-4d1b-993a-15a07e47adec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230215080437-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml","artifactChecksum":"YjgwN2UyNTBlMmYyZWFiNzJmZTcxZDdhZGExOGI1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7205d55-8232-4bee-a1cd-a02787db7cea","artifactVersion":"1"},{"artifactName":"service-Vfw20230215080437-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar","artifactChecksum":"OWQ1MzUzYjE1YWQzYmQ4YjhjYmE5ZmM4M2E1NmFiNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb3d132f-3de2-49db-8b41-05f9402626a7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:06:19.776Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:19.786Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:19.786Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:19.787Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:19.817Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.817Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:06:19.942Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:06:19.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:06:20.842Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:20.843Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:20.843Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:20.843Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:06:21.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:06:21.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:06:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:06:21.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:06:21.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:06:21.844Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:21.845Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:21.845Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:21.845Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:22.846Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:22.847Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:22.847Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:22.847Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:23.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:23.854Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:23.854Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:23.854Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:24.855Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:24.855Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:24.855Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:24.856Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:25.856Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:25.857Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:25.857Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:25.857Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:26.862Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"serviceName": "vFW 2023-02-15 08-04-37",
"serviceVersion": "1.0",
"serviceUUID": "480ca409-2bed-44e4-abe1-d2c381d8c6fa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "008660e4-7af8-40ad-967e-a4d8587c8813",
"resources": [
{
"resourceInstanceName": "vFW 6db0358d-1b36 0",
"resourceCustomizationUUID": "f14fc868-8d59-450f-b4b1-933a927b6d8b",
"resourceName": "vFW 6db0358d-1b36",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c179fbcd-fd2a-4a52-89c7-274ac4fdb10a",
"resourceInvariantUUID": "a06a390e-49d4-468e-9f69-850380084ce9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6db0358d1b360_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"artifactChecksum": "NzRkYzAwY2VmYjNkNGQ4MTMxZDQ5ZjhjNDdhNzNjYWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c30a46de-5a79-49d4-9797-63bf2b43508d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "353d0e0b-20b2-4d1b-993a-15a07e47adec",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5ac674a-535a-4da8-99b9-5c76eb06bf4b",
"generatedFromUUID": "353d0e0b-20b2-4d1b-993a-15a07e47adec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5ac674a-535a-4da8-99b9-5c76eb06bf4b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230215080437-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"artifactChecksum": "OWQ1MzUzYjE1YWQzYmQ4YjhjYmE5ZmM4M2E1NmFiNGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb3d132f-3de2-49db-8b41-05f9402626a7"
}
],
"workloadContext": "Production"
}
2023-02-15T08:06:26.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:06:26.867Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 480ca409-2bed-44e4-abe1-d2c381d8c6fa ASDC
2023-02-15T08:06:27.089Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:85940e40-e14c-42cf-9945-2ade71ef704e
ServiceName:vFW 2023-02-15 08-04-37
ServiceVersion:1.0
ServiceUUID:480ca409-2bed-44e4-abe1-d2c381d8c6fa
ServiceInvariantUUID:008660e4-7af8-40ad-967e-a4d8587c8813
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230215080437-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
ArtifactUUID:bb3d132f-3de2-49db-8b41-05f9402626a7
ArtifactChecksum:OWQ1MzUzYjE1YWQzYmQ4YjhjYmE5ZmM4M2E1NmFiNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6db0358d-1b36 0
ResourceCustomizationUUID:f14fc868-8d59-450f-b4b1-933a927b6d8b
ResourceInvariantUUID:a06a390e-49d4-468e-9f69-850380084ce9
ResourceName:vFW 6db0358d-1b36
ResourceType:VF
ResourceUUID:c179fbcd-fd2a-4a52-89c7-274ac4fdb10a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6db0358d1b360_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
ArtifactUUID:c30a46de-5a79-49d4-9797-63bf2b43508d
ArtifactChecksum:NzRkYzAwY2VmYjNkNGQ4MTMxZDQ5ZjhjNDdhNzNjYWE=
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/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
ArtifactUUID:353d0e0b-20b2-4d1b-993a-15a07e47adec
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/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
ArtifactUUID:d5ac674a-535a-4da8-99b9-5c76eb06bf4b
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/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
ArtifactUUID:d5ac674a-535a-4da8-99b9-5c76eb06bf4b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-15T08:06:27.090Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 480ca409-2bed-44e4-abe1-d2c381d8c6fa 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-02-15T08:06:27.280Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:06:27.282Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:06:27.282Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:06:27.283Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bb3d132f-3de2-49db-8b41-05f9402626a7 from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:27.283Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:27.284Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:27.447Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:27.460Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar bb3d132f-3de2-49db-8b41-05f9402626a7 101535
2023-02-15T08:06:27.462Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar ASDC sendASDCNotification
2023-02-15T08:06:27.463Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:27.464Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:27.465Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:27.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:27.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448387460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:28.469Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:06:28.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:06:28.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bb3d132f-3de2-49db-8b41-05f9402626a7, URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar to file: /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:28.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230215080437-csar.csar
2023-02-15T08:06:28.561Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:28.561Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:29.184Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13758645667280233722/Definitions/service-Vfw20230215080437-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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-02-15T08:06:31.955Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:06:31.962Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:06:31.962Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.962Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6db0358d-1b36 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-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:06:31.971Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.972Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:31.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:06:31.979Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:06:31.982Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:06:31.982Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.982Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:31.985Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.985Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.989Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:06:31.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:31.992Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.992Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.992Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=08e8c57d-f92f-4ad8-8edb-fddd23436562
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=de16c10d-cb2c-4583-a5f1-4243e57d1af6
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6fdcf94-c0e0-45bd-a4a6-a1c42a61f153
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-15 08-04-37
Description:catalog service description
Model UUID:480ca409-2bed-44e4-abe1-d2c381d8c6fa
Model Version:NULL
Model InvariantUuid:008660e4-7af8-40ad-967e-a4d8587c8813
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6db0358d-1b36
Model UUID:6a4f00a5-96e4-4ad2-a00d-fead07414739
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a06a390e-49d4-468e-9f69-850380084ce9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f14fc868-8d59-450f-b4b1-933a927b6d8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1bfe6a0b-264b-46d1-ad64-65031da46fc5
ModelName:Vfw6db0358d1b36..base_vfw..module-0
ModelUuid:39b23123-ba7b-4090-bdc0-82a32238d805
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:08e8c57d-f92f-4ad8-8edb-fddd23436562
ModelInvariantUuid:d64bc1b7-1881-4460-a7b0-5643956ed745
ModelName:vFW 6db0358d-1b36-nodes.vfwCvfc
ModelUuid:399e45e8-cb86-40e5-a58e-f73105a122a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f6e4a712-0782-4f23-84b5-f06b5c1bbcf1
ModelInvariantUuid:6f33b499-d09f-4579-8f35-727a03f7c482
ModelName:Vfw6db0358d1b36.compute.nodes.heat.vfw
ModelUuid:a25f429f-e71a-40db-9342-59c316b49e20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:de16c10d-cb2c-4583-a5f1-4243e57d1af6
ModelInvariantUuid:da087ac4-5c4e-4701-9f14-091a2b345a00
ModelName:vFW 6db0358d-1b36-nodes.vsnCvfc
ModelUuid:8416eda5-3eb7-455b-8996-7bd6a4d50909
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ec85a086-655e-4008-97e9-c3a350f39ab1
ModelInvariantUuid:07f0a6d2-f9d2-48a9-bc3b-8d726fc6aae7
ModelName:Vfw6db0358d1b36.compute.nodes.heat.vsn
ModelUuid:040a64f3-fa0a-4ac9-8b91-738ecf5142c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b6fdcf94-c0e0-45bd-a4a6-a1c42a61f153
ModelInvariantUuid:db85cd22-5f83-42c9-8db1-068a3955deeb
ModelName:vFW 6db0358d-1b36-nodes.vpgCvfc
ModelUuid:9926661a-3325-441c-b67f-00cd44784a55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3705bd5c-6562-4cf7-a4f0-509bf40b5181
ModelInvariantUuid:c40dceae-87d4-4911-905b-3162eef30c40
ModelName:Vfw6db0358d1b36.compute.nodes.heat.vpg
ModelUuid:77e7c402-1d56-422f-b3dd-6271266a5ce7
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-02-15T08:06:32.025Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c179fbcd-fd2a-4a52-89c7-274ac4fdb10a
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-02-15T08:06:32.092Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||vFW 6db0358d-1b36 0
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c179fbcd-fd2a-4a52-89c7-274ac4fdb10a
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c30a46de-5a79-49d4-9797-63bf2b43508d from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:32.180Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:32.180Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json c30a46de-5a79-49d4-9797-63bf2b43508d 785
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json ASDC sendASDCNotification
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:32.182Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:32.182Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448392181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:33.184Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6db0358d1b36..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1bfe6a0b-264b-46d1-ad64-65031da46fc5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39b23123-ba7b-4090-bdc0-82a32238d805",
"vfModuleModelCustomizationUUID": "6d06691b-b76d-4db8-958e-3b7d5e4ad2c0",
"isBase": true,
"artifacts": [
"353d0e0b-20b2-4d1b-993a-15a07e47adec",
"d5ac674a-535a-4da8-99b9-5c76eb06bf4b"
],
"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-02-15T08:06:33.199Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6db0358d1b36..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39b23123-ba7b-4090-bdc0-82a32238d805
VfModuleModelInvariantUUID:1bfe6a0b-264b-46d1-ad64-65031da46fc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
353d0e0b-20b2-4d1b-993a-15a07e47adec
,
d5ac674a-535a-4da8-99b9-5c76eb06bf4b
}
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-02-15T08:06:33.202Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6db0358d1b36..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1bfe6a0b-264b-46d1-ad64-65031da46fc5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39b23123-ba7b-4090-bdc0-82a32238d805",
"vfModuleModelCustomizationUUID": "6d06691b-b76d-4db8-958e-3b7d5e4ad2c0",
"isBase": true,
"artifacts": [
"353d0e0b-20b2-4d1b-993a-15a07e47adec",
"d5ac674a-535a-4da8-99b9-5c76eb06bf4b"
],
"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-02-15T08:06:33.202Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6db0358d1b36..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39b23123-ba7b-4090-bdc0-82a32238d805
VfModuleModelInvariantUUID:1bfe6a0b-264b-46d1-ad64-65031da46fc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
353d0e0b-20b2-4d1b-993a-15a07e47adec
,
d5ac674a-535a-4da8-99b9-5c76eb06bf4b
}
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-02-15T08:06:33.202Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 353d0e0b-20b2-4d1b-993a-15a07e47adec from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:33.203Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:33.203Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:33.299Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:33.300Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml 353d0e0b-20b2-4d1b-993a-15a07e47adec 20368
2023-02-15T08:06:33.300Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-15T08:06:33.300Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448393300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:34.302Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5ac674a-535a-4da8-99b9-5c76eb06bf4b from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:34.303Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:34.303Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:34.392Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:34.393Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env d5ac674a-535a-4da8-99b9-5c76eb06bf4b 2098
2023-02-15T08:06:34.396Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-15T08:06:34.396Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:34.396Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:34.397Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:34.397Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:34.397Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448394396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:35.398Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 480ca409-2bed-44e4-abe1-d2c381d8c6fa
2023-02-15T08:06:35.399Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6db0358d-1b36 0 c179fbcd-fd2a-4a52-89c7-274ac4fdb10a 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-02-15T08:06:35.438Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45cca92c, org.onap.sdc.toscaparser.api.parameters.Input@2e1636a8, org.onap.sdc.toscaparser.api.parameters.Input@4c5ff317, org.onap.sdc.toscaparser.api.parameters.Input@25cbd1d3, org.onap.sdc.toscaparser.api.parameters.Input@56e998f]
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f14fc868-8d59-450f-b4b1-933a927b6d8b
2023-02-15T08:06:35.443Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f14fc868-8d59-450f-b4b1-933a927b6d8b matches Tosca VF Customization UUID: f14fc868-8d59-450f-b4b1-933a927b6d8b
2023-02-15T08:06:35.443Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f14fc868-8d59-450f-b4b1-933a927b6d8b 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-02-15T08:06:35.455Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.455Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.456Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f14fc868-8d59-450f-b4b1-933a927b6d8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-15T08:06:35.457Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18f86753
2023-02-15T08:06:35.457Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.457Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:06:35.458Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d06691b-b76d-4db8-958e-3b7d5e4ad2c0
2023-02-15T08:06:35.459Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d06691b-b76d-4db8-958e-3b7d5e4ad2c0
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-02-15T08:06:35.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.467Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.467Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.468Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.468Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.468Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.469Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:35.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:35.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:35.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.472Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:35.472Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.472Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:35.473Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.473Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=08e8c57d-f92f-4ad8-8edb-fddd23436562
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-02-15T08:06:35.483Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.483Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.484Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.484Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.484Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:35.485Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:35.485Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:35.485Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:35.486Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.486Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.486Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:35.487Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.487Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-15T08:06:35.487Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:35.488Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.488Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:35.488Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.489Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=de16c10d-cb2c-4583-a5f1-4243e57d1af6
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-02-15T08:06:35.491Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.491Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.492Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.494Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.495Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:35.495Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:35.496Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:35.496Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:35.496Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.497Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.497Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:35.497Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.498Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:35.498Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:35.498Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.499Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.499Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-15T08:06:35.500Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6fdcf94-c0e0-45bd-a4a6-a1c42a61f153
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-02-15T08:06:35.502Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.503Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.503Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.504Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.504Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.504Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=f14fc868-8d59-450f-b4b1-933a927b6d8b
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-02-15T08:06:35.506Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.507Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.507Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 480ca409-2bed-44e4-abe1-d2c381d8c6fa: vFW 6db0358d-1b36
2023-02-15T08:06:35.508Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.508Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.508Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.509Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.509Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.509Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.510Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.510Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.510Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:06:35.511Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.511Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-02-15 08-04-37
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-02-15T08:06:35.802Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6db0358d-1b36 c179fbcd-fd2a-4a52-89c7-274ac4fdb10a 1 ASDC deployResourceStructure
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json ASDC sendASDCNotification
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:35.804Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:35.804Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448395803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:36.805Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-15T08:06:36.805Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448396805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:37.807Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-15T08:06:37.808Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:37.808Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:37.808Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:37.809Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:37.809Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448397807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:38.810Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar ASDC sendASDCNotification
2023-02-15T08:06:38.811Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:38.811Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:38.811Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:38.812Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:38.812Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448398810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:39.813Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:06:39.842Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:06:39.846Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:06:39.846Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:06:39.847Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:07:09.847Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:07:09.856Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:07:09.858Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:07:09.858Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:07:09.858Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:07:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:07:21.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.831Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "NOTIFIED"
}
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "NOTIFIED"
}
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:39.859Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:07:39.868Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:07:39.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:07:39.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:07:39.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:08:09.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:08:09.881Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:08:09.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:08:09.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:08:09.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:08:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:08:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448378368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448363564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448322007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448369635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448372525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448387333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448386755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448387460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448387012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448387687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448388434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448388097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-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-02-15T08:08:21.856Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.856Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-02-15T08:08:21.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448389631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448390704,
"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-02-15T08:08:21.869Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.869Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-02-15T08:08:21.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.876Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "multicloud-k8s",
"timestamp": 1676448391706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448392181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448393300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448394396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448395803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448396805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448397807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448398810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448399462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448400471,
"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-02-15T08:08:21.884Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.884Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448413654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "aai-model-loader",
"timestamp": 1676448414658,
"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-02-15T08:08:21.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448415660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448422711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448389102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448437373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448436773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.915Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448436411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1676448437429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-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-02-15T08:08:21.931Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:08:21.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-02-15T08:08:21.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.940Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448438436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.941Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.942Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448439499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.943Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448432525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:08:21.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.944Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448440514,
"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-02-15T08:08:21.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:08:21.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-02-15T08:08:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.958Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448440311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.959Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "multicloud-k8s",
"timestamp": 1676448441516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-15T08:08:21.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:39.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:08:39.894Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-02-15T08:08:39.897Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:08:39.897Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:08:39.899Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:08:39.899Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:08:39.899Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:08:39.904Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:09:09.905Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e 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-02-15T08:09:09.912Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85940e40-e14c-42cf-9945-2ade71ef704e and serviceModelVersionId: 480ca409-2bed-44e4-abe1-d2c381d8c6fa
2023-02-15T08:09:09.912Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 008660e4-7af8-40ad-967e-a4d8587c8813
2023-02-15T08:09:21.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448444177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:09:21.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:09:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676448445185,
"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-02-15T08:09:21.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:09:21.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-02-15T08:09:21.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.850Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448448437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:09:21.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:09:21.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.852Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "aai-model-loader",
"timestamp": 1676448449440,
"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-02-15T08:09:21.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:09:21.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-02-15T08:09:25.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0
2023-02-15T08:09:25.916Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:09:26.453Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|INFO|500||Invoke
2023-02-15T08:09:26.458Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85940e40-e14c-42cf-9945-2ade71ef704e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d2c24ff-dedc-45c3-a8dd-21be7fb0c739], X-ECOMP-RequestID=[85940e40-e14c-42cf-9945-2ade71ef704e], X-TransactionId=[], X-ONAP-RequestID=[85940e40-e14c-42cf-9945-2ade71ef704e], Content-Type=[application/merge-patch+json]}
2023-02-15T08:09:26.481Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-15T08:09:26.954Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:09:26 GMT], content-length=[0], vertex-id=[192728], x-aai-txid=[1-aai-resources-230215-08:09:26:608-23061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:09:26.956Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:09:26.957Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|INFO|500||InvokeReturn
2023-02-15T08:09:26.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:09:26.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T08:09:26.974Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T08:09:26.976Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85940e40-e14c-42cf-9945-2ade71ef704e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:09:26.976Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:09:26.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:26.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:26.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448566976,
"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-02-15T08:09:27.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:09:27.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:09:27.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"697fcf3a-d768-42b9-bf7b-578b7f2180b2","serviceName":"basic_onboard_srdxos","serviceVersion":"1.0","serviceUUID":"9da17ba8-b4b6-468f-abae-8f19de8ba443","serviceDescription":"service","serviceInvariantUUID":"1efd5ff8-270c-444f-b771-11d914853810","resources":[{"resourceInstanceName":"basic_onboard_srdxos 0","resourceName":"basic_onboard_srdxos","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ec19818-f5c7-4320-ba18-b0d842df267e","resourceInvariantUUID":"bfec734d-9f6e-47ae-9f6d-ee1e4a709988","resourceCustomizationUUID":"0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml","artifactChecksum":"ZDczNGNhZTljZDUwYzliMjc0YTM4Y2NlNWVkN2U4OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69630a17-7884-4fc9-834b-f02c256a7280","artifactVersion":"1"},{"artifactName":"basic_onboard_srdxos0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json","artifactChecksum":"NGE0YWJkNTg5MTU5NTZhN2E5NTNmNmFkYzVjYjgwMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bb0407f-dc2b-4784-ae44-194995551050","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8abb2e2-db78-43aa-92c5-07f3c55e7709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3afed9a-29df-4b9d-afb4-12c116c2ad10","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21b2c8eb-035d-4e0e-8ae4-d1935e676aad","artifactVersion":"2","generatedFromUUID":"f8abb2e2-db78-43aa-92c5-07f3c55e7709"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSrdxos-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml","artifactChecksum":"MjNlNjRmYjJjYjBlMTMzNWI3OGFiYzBmMjUyYjY0OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4b4b4e8-d682-4267-946d-ca6b61594c73","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSrdxos-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar","artifactChecksum":"NmI3ZjE0NzkwMGZlYTZlOGIyNmFjZTkzMzA3MDY5OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c75e7d85-9c26-4049-9e99-7f568c40972b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:28.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:29.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:29.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:29.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:31.002Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:31.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:31.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:31.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:32.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:32.004Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:32.005Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:32.005Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:33.006Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:33.006Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:33.007Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:33.007Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:34.008Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:34.008Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:34.009Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:34.009Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:35.011Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"serviceName": "basic_onboard_srdxos",
"serviceVersion": "1.0",
"serviceUUID": "9da17ba8-b4b6-468f-abae-8f19de8ba443",
"serviceDescription": "service",
"serviceInvariantUUID": "1efd5ff8-270c-444f-b771-11d914853810",
"resources": [
{
"resourceInstanceName": "basic_onboard_srdxos 0",
"resourceCustomizationUUID": "0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19",
"resourceName": "basic_onboard_srdxos",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2ec19818-f5c7-4320-ba18-b0d842df267e",
"resourceInvariantUUID": "bfec734d-9f6e-47ae-9f6d-ee1e4a709988",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_srdxos0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"artifactChecksum": "NGE0YWJkNTg5MTU5NTZhN2E5NTNmNmFkYzVjYjgwMTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bb0407f-dc2b-4784-ae44-194995551050",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f8abb2e2-db78-43aa-92c5-07f3c55e7709",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21b2c8eb-035d-4e0e-8ae4-d1935e676aad",
"generatedFromUUID": "f8abb2e2-db78-43aa-92c5-07f3c55e7709"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21b2c8eb-035d-4e0e-8ae4-d1935e676aad",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSrdxos-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"artifactChecksum": "NmI3ZjE0NzkwMGZlYTZlOGIyNmFjZTkzMzA3MDY5OWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c75e7d85-9c26-4049-9e99-7f568c40972b"
}
],
"workloadContext": "Production"
}
2023-02-15T08:09:35.011Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:09:35.012Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9da17ba8-b4b6-468f-abae-8f19de8ba443 ASDC
2023-02-15T08:09:35.012Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:697fcf3a-d768-42b9-bf7b-578b7f2180b2
ServiceName:basic_onboard_srdxos
ServiceVersion:1.0
ServiceUUID:9da17ba8-b4b6-468f-abae-8f19de8ba443
ServiceInvariantUUID:1efd5ff8-270c-444f-b771-11d914853810
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSrdxos-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
ArtifactUUID:c75e7d85-9c26-4049-9e99-7f568c40972b
ArtifactChecksum:NmI3ZjE0NzkwMGZlYTZlOGIyNmFjZTkzMzA3MDY5OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_srdxos 0
ResourceCustomizationUUID:0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
ResourceInvariantUUID:bfec734d-9f6e-47ae-9f6d-ee1e4a709988
ResourceName:basic_onboard_srdxos
ResourceType:VF
ResourceUUID:2ec19818-f5c7-4320-ba18-b0d842df267e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_srdxos0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
ArtifactUUID:0bb0407f-dc2b-4784-ae44-194995551050
ArtifactChecksum:NGE0YWJkNTg5MTU5NTZhN2E5NTNmNmFkYzVjYjgwMTc=
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/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f8abb2e2-db78-43aa-92c5-07f3c55e7709
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/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
ArtifactUUID:21b2c8eb-035d-4e0e-8ae4-d1935e676aad
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/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
ArtifactUUID:21b2c8eb-035d-4e0e-8ae4-d1935e676aad
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-15T08:09:35.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9da17ba8-b4b6-468f-abae-8f19de8ba443 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-02-15T08:09:35.043Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:09:35.044Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:09:35.044Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:09:35.044Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c75e7d85-9c26-4049-9e99-7f568c40972b from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:35.045Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:35.045Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:35.414Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:35.415Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar c75e7d85-9c26-4049-9e99-7f568c40972b 75649
2023-02-15T08:09:35.416Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar ASDC sendASDCNotification
2023-02-15T08:09:35.416Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:35.417Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:35.417Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:35.418Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:35.419Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448575416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:36.419Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:09:36.421Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:09:36.421Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c75e7d85-9c26-4049-9e99-7f568c40972b, URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar to file: /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.422Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.422Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.423Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.556Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16590080720488690208/Definitions/service-BasicOnboardSrdxos-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-02-15T08:09:37.765Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:09:37.766Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:09:37.766Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.766Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_srdxos 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-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is not matching search criteria
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is not matching search criteria
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5cbe05cc-98a8-448f-b2e1-ce4a402e68ec
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_srdxos
Description:service
Model UUID:9da17ba8-b4b6-468f-abae-8f19de8ba443
Model Version:NULL
Model InvariantUuid:1efd5ff8-270c-444f-b771-11d914853810
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_srdxos
Model UUID:5c0603be-ac12-4d0b-8165-5fdc1c888b92
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bfec734d-9f6e-47ae-9f6d-ee1e4a709988
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d50d5c60-6021-40c2-bc4d-a6589b59e8e6
ModelName:BasicOnboardSrdxos..base_ubuntu18..module-0
ModelUuid:c5358eef-409e-477e-98e9-d3349d24ff64
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5cbe05cc-98a8-448f-b2e1-ce4a402e68ec
ModelInvariantUuid:f617f221-ca2d-4fc1-9bb0-42b5f5d86e41
ModelName:basic_onboard_srdxos-nodes.ubuntu18Cvfc
ModelUuid:7df53e44-e5d5-41ff-8526-3dcc75653e4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:31122ec6-4e63-4806-b15d-d092896d2fde
ModelInvariantUuid:b583c4b9-ae13-45b7-9fed-fdc3c7e42906
ModelName:BasicOnboardSrdxos.compute.nodes.heat.ubuntu18
ModelUuid:7951736a-ec38-450d-bd39-3b69d32c6f31
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-02-15T08:09:37.786Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ec19818-f5c7-4320-ba18-b0d842df267e
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-02-15T08:09:37.789Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||basic_onboard_srdxos 0
2023-02-15T08:09:37.789Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ec19818-f5c7-4320-ba18-b0d842df267e
2023-02-15T08:09:37.790Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0bb0407f-dc2b-4784-ae44-194995551050 from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:37.790Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:37.790Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json 0bb0407f-dc2b-4784-ae44-194995551050 798
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json ASDC sendASDCNotification
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:38.006Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:38.006Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:38.006Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448578005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:39.007Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSrdxos..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d50d5c60-6021-40c2-bc4d-a6589b59e8e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c5358eef-409e-477e-98e9-d3349d24ff64",
"vfModuleModelCustomizationUUID": "26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d",
"isBase": true,
"artifacts": [
"f8abb2e2-db78-43aa-92c5-07f3c55e7709",
"21b2c8eb-035d-4e0e-8ae4-d1935e676aad"
],
"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-02-15T08:09:39.011Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrdxos..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5358eef-409e-477e-98e9-d3349d24ff64
VfModuleModelInvariantUUID:d50d5c60-6021-40c2-bc4d-a6589b59e8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8abb2e2-db78-43aa-92c5-07f3c55e7709
,
21b2c8eb-035d-4e0e-8ae4-d1935e676aad
}
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-02-15T08:09:39.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSrdxos..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d50d5c60-6021-40c2-bc4d-a6589b59e8e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c5358eef-409e-477e-98e9-d3349d24ff64",
"vfModuleModelCustomizationUUID": "26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d",
"isBase": true,
"artifacts": [
"f8abb2e2-db78-43aa-92c5-07f3c55e7709",
"21b2c8eb-035d-4e0e-8ae4-d1935e676aad"
],
"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-02-15T08:09:39.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrdxos..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5358eef-409e-477e-98e9-d3349d24ff64
VfModuleModelInvariantUUID:d50d5c60-6021-40c2-bc4d-a6589b59e8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8abb2e2-db78-43aa-92c5-07f3c55e7709
,
21b2c8eb-035d-4e0e-8ae4-d1935e676aad
}
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-02-15T08:09:39.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8abb2e2-db78-43aa-92c5-07f3c55e7709 from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:39.014Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:39.014Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:39.160Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:39.160Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml f8abb2e2-db78-43aa-92c5-07f3c55e7709 5033
2023-02-15T08:09:39.160Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448579160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:40.162Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21b2c8eb-035d-4e0e-8ae4-d1935e676aad from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:40.162Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:40.163Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:40.248Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env 21b2c8eb-035d-4e0e-8ae4-d1935e676aad 909
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:40.250Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:40.250Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:40.250Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448580249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:41.251Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9da17ba8-b4b6-468f-abae-8f19de8ba443
2023-02-15T08:09:41.251Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_srdxos 0 2ec19818-f5c7-4320-ba18-b0d842df267e 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-02-15T08:09:41.264Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64c254ab, org.onap.sdc.toscaparser.api.parameters.Input@6e3bc236, org.onap.sdc.toscaparser.api.parameters.Input@241ac198, org.onap.sdc.toscaparser.api.parameters.Input@5b14a939, org.onap.sdc.toscaparser.api.parameters.Input@2d85d9fc]
2023-02-15T08:09:41.265Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19 matches Tosca VF Customization UUID: 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
2023-02-15T08:09:41.267Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19 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-02-15T08:09:41.269Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.269Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1158b195
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:09:41.271Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d
2023-02-15T08:09:41.271Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d
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-02-15T08:09:41.273Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.273Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.273Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:41.274Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.274Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.274Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:41.275Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.275Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is not matching search criteria
2023-02-15T08:09:41.275Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-15T08:09:41.276Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-15T08:09:41.276Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5cbe05cc-98a8-448f-b2e1-ce4a402e68ec
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-02-15T08:09:41.278Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.278Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
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-02-15T08:09:41.281Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9da17ba8-b4b6-468f-abae-8f19de8ba443: basic_onboard_srdxos
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.283Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.283Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.283Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:09:41.285Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.285Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_srdxos
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-02-15T08:09:41.365Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_srdxos 2ec19818-f5c7-4320-ba18-b0d842df267e 1 ASDC deployResourceStructure
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json ASDC sendASDCNotification
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:41.367Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:41.367Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448581366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:42.368Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-15T08:09:42.368Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:42.368Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:42.369Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:42.369Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:42.369Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448582368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:43.372Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448583371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:44.372Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar ASDC sendASDCNotification
2023-02-15T08:09:44.373Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:44.373Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:44.373Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:44.374Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:44.374Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448584372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:45.374Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2
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-02-15T08:09:45.391Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2
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-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:09:45.400Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:10:15.401Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-02-15T08:10:15.406Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2 and serviceModelVersionId: 9da17ba8-b4b6-468f-abae-8f19de8ba443
2023-02-15T08:10:15.406Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1efd5ff8-270c-444f-b771-11d914853810
2023-02-15T08:10:15.407Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0
2023-02-15T08:10:15.411Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:10:15.486Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?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-02-15T08:10:15.487Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0|INFO|500||Invoke
2023-02-15T08:10:15.494Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-15T08:10:15.835Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0|INFO|500||InvokeReturn
2023-02-15T08:10:15.836Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:10:15 GMT], content-length=[0], vertex-id=[192600], x-aai-txid=[2-aai-resources-230215-08:10:15:622-63846], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:10:15.837Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:10:15.837Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:10:15.838Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T08:10:15.841Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T08:10:15.842Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 697fcf3a-d768-42b9-bf7b-578b7f2180b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:10:15.842Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:10:15.843Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:10:15.843Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:10:15.843Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448615842,
"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-02-15T08:10:16.856Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:10:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:10:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448566976,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:10:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "NOTIFIED"
}
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448567990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448575416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448578005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448579160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448580249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448581366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448582368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448583371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448584372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1676448615842,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:11:16.857Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:11:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:12:16.858Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:12:21.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:13:16.859Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:13:21.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:14:16.860Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:14:21.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:15:16.861Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:15:21.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:15:24.572Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Node 0 disconnected.
2023-02-15T08:16:16.861Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:16:21.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:17:16.862Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:17:21.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:18:16.863Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:18:21.835Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:19:16.865Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:19:21.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:20:16.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:20:21.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:16.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:21:21.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:56.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:21:56.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"13d9c642-8df0-4afd-ad08-881fd46b22b7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bece89c7-3947-44e4-9434-451dea75a7d8","serviceDescription":"service","serviceInvariantUUID":"014cb685-70cb-45a7-8a8f-67352ebd61dd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6df17251-64d8-487f-ac59-6fb77ab5aed1","resourceInvariantUUID":"ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a","resourceCustomizationUUID":"d49b3fce-a8b7-4c79-8e9f-71f70902acd5","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":"OWRjMDRlMWZhMTQ5YzEzOGUyZWZkNTc5MGM4OTJhOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"435cfcd6-b4d5-45c0-ab52-8dccba8b6276","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTVjYTVhNzlkODA5NWUxYTgwMzVmM2M5NTA3MWI1NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a2c9828-3766-451d-9426-47959289953d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:21:56.867Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:21:56.868Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:21:56.868Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:21:56.868Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449276867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:56.871Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.871Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.873Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:21:56.884Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "multicloud-k8s",
"timestamp": 1676449312559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:21:56.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:21:57.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:21:57.877Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:21:57.878Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:21:57.878Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449276867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:58.889Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bece89c7-3947-44e4-9434-451dea75a7d8",
"serviceDescription": "service",
"serviceInvariantUUID": "014cb685-70cb-45a7-8a8f-67352ebd61dd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d49b3fce-a8b7-4c79-8e9f-71f70902acd5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6df17251-64d8-487f-ac59-6fb77ab5aed1",
"resourceInvariantUUID": "ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a",
"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": "ZTVjYTVhNzlkODA5NWUxYTgwMzVmM2M5NTA3MWI1NWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a2c9828-3766-451d-9426-47959289953d"
}
],
"workloadContext": "Production"
}
2023-02-15T08:21:58.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:21:58.890Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bece89c7-3947-44e4-9434-451dea75a7d8 ASDC
2023-02-15T08:21:58.891Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:13d9c642-8df0-4afd-ad08-881fd46b22b7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bece89c7-3947-44e4-9434-451dea75a7d8
ServiceInvariantUUID:014cb685-70cb-45a7-8a8f-67352ebd61dd
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:4a2c9828-3766-451d-9426-47959289953d
ArtifactChecksum:ZTVjYTVhNzlkODA5NWUxYTgwMzVmM2M5NTA3MWI1NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d49b3fce-a8b7-4c79-8e9f-71f70902acd5
ResourceInvariantUUID:ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6df17251-64d8-487f-ac59-6fb77ab5aed1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-15T08:21:58.891Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bece89c7-3947-44e4-9434-451dea75a7d8 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-02-15T08:21:58.933Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:21:58.935Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:21:58.935Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:21:58.936Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a2c9828-3766-451d-9426-47959289953d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-15T08:21:58.936Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:21:58.936Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-15T08:21:59.228Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:21:59.229Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4a2c9828-3766-451d-9426-47959289953d 57787
2023-02-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:21:59.231Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:21:59.231Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449319230,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:22:00.232Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:22:00.233Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:22:00.233Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4a2c9828-3766-451d-9426-47959289953d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.234Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-15T08:22:00.234Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.235Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.402Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17116176809272880407/Definitions/service-BasicNetwork-template.yml
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bece89c7-3947-44e4-9434-451dea75a7d8
Model Version:NULL
Model InvariantUuid:014cb685-70cb-45a7-8a8f-67352ebd61dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a
Model UUID:16bba231-f12b-42f7-8a3a-c32643a8a18d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d49b3fce-a8b7-4c79-8e9f-71f70902acd5
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-02-15T08:22:00.977Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 6df17251-64d8-487f-ac59-6fb77ab5aed1
2023-02-15T08:22:00.978Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||No resources found for Service: bece89c7-3947-44e4-9434-451dea75a7d8
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-02-15T08:22:00.984Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||
2023-02-15T08:22:00.984Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-15T08:22:00.985Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||No resources found for Service: bece89c7-3947-44e4-9434-451dea75a7d8
2023-02-15T08:22:00.985Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bece89c7-3947-44e4-9434-451dea75a7d8
2023-02-15T08:22:00.986Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-15T08:22:00.986Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T08:22:00.990Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15fbd848, org.onap.sdc.toscaparser.api.parameters.Input@2dfc7960, org.onap.sdc.toscaparser.api.parameters.Input@3393a4cd, org.onap.sdc.toscaparser.api.parameters.Input@670c6eb2, org.onap.sdc.toscaparser.api.parameters.Input@2cfec383]
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bece89c7-3947-44e4-9434-451dea75a7d8: Generic NeutronNet
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:01.030Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:22:01.030Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:01.030Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-15T08:22:01.077Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-15T08:22:01.077Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449321077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:22:02.079Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:22:02.095Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:22:02.097Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:22:02.098Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:22:02.098Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:22:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:22:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:22:21.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449276867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:22:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:22:32.099Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:22:32.114Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:22:32.118Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:22:32.118Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:22:32.118Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:23:02.119Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:23:02.128Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:23:02.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:23:02.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:23:02.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:23:21.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:23:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "aai-model-loader",
"timestamp": 1676449308368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:23:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "cds-sdc-listener",
"timestamp": 1676449278502,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "multicloud-k8s",
"timestamp": 1676449312559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "aai-model-loader",
"timestamp": 1676449308368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449276867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "cds-sdc-listener",
"timestamp": 1676449278502,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "aai-model-loader",
"timestamp": 1676449318946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "cds-sdc-listener",
"timestamp": 1676449318584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449319230,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "cds-sdc-listener",
"timestamp": 1676449319608,
"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-02-15T08:23:21.843Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13d9c642-8df0-4afd-ad08-881fd46b22b7
2023-02-15T08:23:21.843Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-02-15T08:23:21.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449321077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "aai-model-loader",
"timestamp": 1676449325920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "aai-model-loader",
"timestamp": 1676449326922,
"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-02-15T08:23:21.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13d9c642-8df0-4afd-ad08-881fd46b22b7
2023-02-15T08:23:21.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-02-15T08:23:21.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.865Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676449332525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-15T08:23:21.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676449332525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676449335688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676449337810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-15T08:23:21.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676449338819,
"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-02-15T08:23:21.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13d9c642-8df0-4afd-ad08-881fd46b22b7
2023-02-15T08:23:21.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-02-15T08:23:32.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:23:32.140Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:23:32.144Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-15T08:23:32.144Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-02-15T08:23:32.148Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:24:02.149Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-02-15T08:24:02.155Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7 and serviceModelVersionId: bece89c7-3947-44e4-9434-451dea75a7d8
2023-02-15T08:24:02.155Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 014cb685-70cb-45a7-8a8f-67352ebd61dd
2023-02-15T08:24:02.157Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0
2023-02-15T08:24:02.163Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:24:02.242Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|INFO|500||Invoke
2023-02-15T08:24:02.243Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13d9c642-8df0-4afd-ad08-881fd46b22b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c69041f1-64a9-444e-8cbc-4e1a8ee30124], X-ECOMP-RequestID=[13d9c642-8df0-4afd-ad08-881fd46b22b7], X-TransactionId=[], X-ONAP-RequestID=[13d9c642-8df0-4afd-ad08-881fd46b22b7], Content-Type=[application/merge-patch+json]}
2023-02-15T08:24:02.249Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-15T08:24:02.581Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:24:02 GMT], content-length=[0], vertex-id=[192576], x-aai-txid=[0-aai-resources-230215-08:24:02:387-69225], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:24:02.581Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:24:02.582Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|INFO|500||InvokeReturn
2023-02-15T08:24:02.582Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:24:02.583Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-02-15T08:24:02.588Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-02-15T08:24:02.588Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13d9c642-8df0-4afd-ad08-881fd46b22b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:24:02.589Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:24:02.589Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:02.590Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:02.590Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449442589,
"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-02-15T08:24:03.603Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:24:03.607Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:24:03.608Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3790816e-03c6-46ec-8d61-54961bbe8cad","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"19ce3b19-56ad-4b24-8e2c-11d09ae57ded","serviceDescription":"service","serviceInvariantUUID":"1249165d-10e0-4ed3-ab1d-ab0f99851266","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"080700dc-811b-44bc-b2d7-6f702695123b","resourceInvariantUUID":"61804026-603c-47d5-b89f-27c3e5ea45b5","resourceCustomizationUUID":"b562840b-7726-479a-a1a5-fca399bab73d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTVhZDdiMWFmNjIxNWYxZGQ0M2QyMGRiNGM4YmY3NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a447a566-c9fb-4a5d-a50d-ca9e9f4938b0","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0a2e8432-4e7b-4fb2-a82f-fb9586c2da35","artifactVersion":"2","generatedFromUUID":"25c6c50b-a90e-4d66-93c9-472260ef9005"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25c6c50b-a90e-4d66-93c9-472260ef9005","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzZhNDQzYmVlOGRiMjliZWY1ZTZmZWJiZTlhYzJkZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98f40d2b-36b8-4c71-989d-5990b86ea191","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c7e6173-2575-4b18-bbb4-f9c57516fc77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c5b63af-918b-4be1-93a1-8ec45606cbf6","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4450fc57-6694-4fc6-b672-da2c1b1b6634","artifactVersion":"2","generatedFromUUID":"8c7e6173-2575-4b18-bbb4-f9c57516fc77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWFlNzZkNDE5YTJkOTU5MzliMzdjNjQwNmYyNDdlODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f20a79-e5df-4726-a0dc-c4c8c06c8754","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDRiMGEzOWY1N2RhY2I1M2RmNjJlZjMxODM4MTRhMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9b53b09-7f71-44d7-98e6-ef18c0c92cc0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:24:03.610Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:03.611Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:03.611Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:03.612Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:04.613Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:04.614Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:04.614Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:04.615Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:05.616Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:05.616Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:05.617Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:05.617Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:06.618Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:06.618Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:06.618Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:06.619Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:07.621Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:07.621Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:07.622Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:07.622Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:08.622Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:08.623Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:08.623Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:08.623Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:09.624Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:09.625Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:09.625Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:09.625Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:10.626Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:10.626Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:10.627Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:10.627Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:11.627Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:11.628Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:11.628Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:11.628Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449443603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:12.629Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "19ce3b19-56ad-4b24-8e2c-11d09ae57ded",
"serviceDescription": "service",
"serviceInvariantUUID": "1249165d-10e0-4ed3-ab1d-ab0f99851266",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "b562840b-7726-479a-a1a5-fca399bab73d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "080700dc-811b-44bc-b2d7-6f702695123b",
"resourceInvariantUUID": "61804026-603c-47d5-b89f-27c3e5ea45b5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0a2e8432-4e7b-4fb2-a82f-fb9586c2da35",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "25c6c50b-a90e-4d66-93c9-472260ef9005",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MzZhNDQzYmVlOGRiMjliZWY1ZTZmZWJiZTlhYzJkZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98f40d2b-36b8-4c71-989d-5990b86ea191",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8c7e6173-2575-4b18-bbb4-f9c57516fc77",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4450fc57-6694-4fc6-b672-da2c1b1b6634",
"generatedFromUUID": "8c7e6173-2575-4b18-bbb4-f9c57516fc77"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4450fc57-6694-4fc6-b672-da2c1b1b6634",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NDRiMGEzOWY1N2RhY2I1M2RmNjJlZjMxODM4MTRhMGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9b53b09-7f71-44d7-98e6-ef18c0c92cc0"
}
],
"workloadContext": "Production"
}
2023-02-15T08:24:12.630Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:24:12.630Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 19ce3b19-56ad-4b24-8e2c-11d09ae57ded ASDC
2023-02-15T08:24:12.630Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3790816e-03c6-46ec-8d61-54961bbe8cad
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:19ce3b19-56ad-4b24-8e2c-11d09ae57ded
ServiceInvariantUUID:1249165d-10e0-4ed3-ab1d-ab0f99851266
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:f9b53b09-7f71-44d7-98e6-ef18c0c92cc0
ArtifactChecksum:NDRiMGEzOWY1N2RhY2I1M2RmNjJlZjMxODM4MTRhMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b562840b-7726-479a-a1a5-fca399bab73d
ResourceInvariantUUID:61804026-603c-47d5-b89f-27c3e5ea45b5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:080700dc-811b-44bc-b2d7-6f702695123b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:0a2e8432-4e7b-4fb2-a82f-fb9586c2da35
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:25c6c50b-a90e-4d66-93c9-472260ef9005
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:98f40d2b-36b8-4c71-989d-5990b86ea191
ArtifactChecksum:MzZhNDQzYmVlOGRiMjliZWY1ZTZmZWJiZTlhYzJkZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:8c7e6173-2575-4b18-bbb4-f9c57516fc77
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4450fc57-6694-4fc6-b672-da2c1b1b6634
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4450fc57-6694-4fc6-b672-da2c1b1b6634
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-15T08:24:12.630Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ce3b19-56ad-4b24-8e2c-11d09ae57ded 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-02-15T08:24:12.670Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9b53b09-7f71-44d7-98e6-ef18c0c92cc0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:12.672Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:12.830Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:12.831Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f9b53b09-7f71-44d7-98e6-ef18c0c92cc0 73993
2023-02-15T08:24:12.832Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-15T08:24:12.832Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:12.832Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:12.833Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:12.833Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:12.833Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
"consumerID": "SO-sdc-controller",
"timestamp": 1676449452832,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:13.834Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:24:13.835Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:24:13.835Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f9b53b09-7f71-44d7-98e6-ef18c0c92cc0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:13.835Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-15T08:24:13.836Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:13.836Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:13.947Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5394001361636022499/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-15T08:24:15.089Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|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-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=39b52d63-57d4-40f0-baaa-2dd68b23498a
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery