By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-01-24T05:52:26.029Z||main|||||INFO|500||The following profiles are active: basic
2023-01-24T05:52:38.729Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-24T05:52:38.730Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-24T05:52:38.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-24T05:52:43.568Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-24T05:52:44.043Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-24T05:52:44.794Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-24T05:52:45.032Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-24T05:52:45.676Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-24T05:52:47.852Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-24T05:52:48.584Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-01-24T05:52:52.111Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-24T05:52:52.234Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-24T05:52:52.256Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-24T05:52:52.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-24T05:52:52.896Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-24T05:52:53.401Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-24T05:52:54.550Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-24T05:52:54.569Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$6e6f8e27.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-24T05:52:54.572Z||main|||||WARN|500||The sdc end point is not alive
2023-01-24T05:52:57.734Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-01-24T05:53:00.742Z||main|||||WARN|500||---
2023-01-24T05:53:00.742Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-24T05:53:00.742Z||main|||||WARN|500||---
2023-01-24T05:53:01.134Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-24T05:53:07.018Z||main|||||INFO|500||Started Application in 44.675 seconds (JVM running for 47.139)
2023-01-24T05:53:07.036Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-24T05:53:07.038Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-24T05:53:07.047Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-24T05:53:07.107Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 57448f63-a510-47c0-8bb7-e74f3a070a07 url= /sdc/v1/artifactTypes
2023-01-24T05:53:07.118Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-24T05:53:07.479Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-24T05:53:07.534Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-01-24T05:53:07.535Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-24T05:53:07.535Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 46e70c62-9963-4662-92a5-bea65782a078 url= /sdc/v1/distributionKafkaData
2023-01-24T05:53:07.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-24T05:53:07.570Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-24T05:53:07.577Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4dc96a2a
2023-01-24T05:53:07.672Z||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-eff91840-a1c7-4f77-9ecf-0cf6527526be
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-01-24T05:53:07.734Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Instantiated an idempotent producer.
2023-01-24T05:53:07.843Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-24T05:53:07.941Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-24T05:53:07.960Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-24T05:53:07.960Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674539587932
2023-01-24T05:53:07.969Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-24T05:53:08.013Z||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-f4e239b1-2d06-445d-af78-a0dfef988c07
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-01-24T05:53:08.119Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-24T05:53:08.119Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-24T05:53:08.120Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674539588119
2023-01-24T05:53:08.121Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:53:08.125Z||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-f2d79196-693b-40c1-8dd8-b9fb2515fbcf
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-01-24T05:53:08.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:53:08.140Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-24T05:53:08.140Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-24T05:53:08.140Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674539588140
2023-01-24T05:53:08.141Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:53:08.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:53:08.170Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-24T05:53:08.983Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T05:53:08.984Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T05:53:08.984Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T05:53:08.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T05:53:08.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T05:53:08.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T05:53:08.996Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Cluster ID: SQFVr8IfStm__T6bb97fQQ
2023-01-24T05:53:08.998Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-24T05:53:09.005Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Cluster ID: SQFVr8IfStm__T6bb97fQQ
2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:09.008Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:09.008Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:09.008Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Cluster ID: SQFVr8IfStm__T6bb97fQQ
2023-01-24T05:53:09.009Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-24T05:53:09.014Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] ProducerId set to 1002 with epoch 0
2023-01-24T05:53:09.031Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] (Re-)joining group
2023-01-24T05:53:09.035Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] (Re-)joining group
2023-01-24T05:53:09.103Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e
2023-01-24T05:53:09.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-01-24T05:53:09.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] (Re-)joining group
2023-01-24T05:53:09.120Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590
2023-01-24T05:53:09.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-01-24T05:53:09.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] (Re-)joining group
2023-01-24T05:53:15.109Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e', protocol='range'}
2023-01-24T05:53:15.114Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590', protocol='range'}
2023-01-24T05:53:15.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:15.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:15.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:15.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:15.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:15.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw
2023-01-24T05:53:15.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-01-24T05:53:15.231Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590', protocol='range'}
2023-01-24T05:53:15.232Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-01-24T05:53:15.238Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-24T05:53:15.254Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e', protocol='range'}
2023-01-24T05:53:15.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-01-24T05:53:15.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-24T05:53:15.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-24T05:53:15.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-24T05:53:15.271Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-24T05:53:15.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-24T05:53:15.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-24T05:53:15.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-24T05:53:15.269Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-24T05:53:15.281Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-24T05:53:15.282Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-24T05:53:15.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-24T05:53:15.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-24T05:53:15.286Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-24T05:53:15.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-24T05:53:15.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-24T05:53:15.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-24T05:53:15.405Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-24T05:53:15.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-24T05:53:15.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-24T05:53:15.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-24T05:53:15.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-24T05:53:15.417Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-24T05:53:15.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-24T05:53:15.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-24T05:53:15.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-24T05:54:08.143Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:54:08.157Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:55:08.145Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:55:08.158Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:56:08.146Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:56:08.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:57:08.146Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:57:08.159Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:58:08.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:58:08.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T05:59:08.151Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T05:59:08.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:00:08.152Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:00:08.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:01:08.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:01:08.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:02:08.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:02:08.162Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:02:09.027Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Node -1 disconnected.
2023-01-24T06:02:09.027Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Node -1 disconnected.
2023-01-24T06:02:09.295Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Node -1 disconnected.
2023-01-24T06:02:27.410Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-24T06:03:08.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:03:08.163Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:04:08.158Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:04:08.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:05:08.160Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:05:08.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:06:08.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:06:08.166Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:07:08.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:07:08.166Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:08:08.165Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:08:08.167Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:09:08.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:09:08.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:10:08.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:10:08.170Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:11:08.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:11:08.170Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:12:08.171Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:12:08.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:13:08.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:13:08.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:14:08.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:14:08.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:15:08.175Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:15:08.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:16:08.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:16:08.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:17:08.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:17:08.178Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:18:08.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:18:08.179Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:19:08.182Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:19:08.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:20:08.183Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:20:08.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:21:08.184Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:21:08.184Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:22:08.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:22:08.185Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:23:08.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:23:08.186Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:24:08.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:24:08.187Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:25:08.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:25:08.187Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:26:08.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:26:08.189Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:27:08.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:27:08.191Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:28:08.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:28:08.192Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:29:08.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:29:08.192Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:30:08.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:30:08.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:31:08.195Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:31:08.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:32:08.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:32:08.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:33:08.196Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:33:08.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:34:08.197Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:34:08.198Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:35:08.197Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:35:08.199Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:36:08.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:36:08.200Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:37:08.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:37:08.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:38:08.201Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:38:08.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:39:08.203Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:39:08.203Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:40:08.204Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:40:08.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:41:08.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:41:08.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:42:08.206Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:42:08.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:43:08.207Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:43:08.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:44:08.209Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:44:08.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:45:08.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:45:08.209Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:46:08.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:46:08.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:47:08.212Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:47:08.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:48:08.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:48:08.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:49:08.216Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:49:08.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:50:08.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:50:08.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:51:08.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:51:08.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:52:08.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:52:08.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:53:08.221Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:53:08.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:54:08.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:54:08.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:55:08.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:55:08.224Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:56:08.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:56:08.228Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:57:08.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:08.229Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T06:57:35.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T06:57:35.014Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d53b7aa2-bc5a-4590-ba88-9df3271e9adb","serviceName":"basic_onboard_DxDwAW","serviceVersion":"1.0","serviceUUID":"67795ace-41dd-4e35-9697-290184e53f61","serviceDescription":"service","serviceInvariantUUID":"6ba6237e-2505-426b-8525-2b237306b0c7","resources":[{"resourceInstanceName":"basic_onboard_DxDwAW 0","resourceName":"basic_onboard_DxDwAW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be1e1b55-ef64-41ce-b519-a668641a6bde","resourceInvariantUUID":"ee931e92-982a-4928-91d1-779228ffd602","resourceCustomizationUUID":"214f3380-eaa8-4ca9-bbcf-7c6358f666bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml","artifactChecksum":"ODI4YjlkMWQzYzAzZGFmMjdiYzIxZGU0ZjgyZTA1NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12f06670-d243-4cb3-8b44-3cdf9423d4df","artifactVersion":"1"},{"artifactName":"basic_onboard_dxdwaw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json","artifactChecksum":"MjM3NDMzNzBkM2E4ZDljNzUwMjM2NzgyNjkzODA3Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a6d7218-3ba5-44c4-9957-e98f63945db2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a1faeb6-7b36-4973-9e15-6fb943643c71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1e93a1a-0085-475c-902c-327c3cd8f0c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"650ed905-a3a7-4ed4-9449-b7c48a7fddc3","artifactVersion":"2","generatedFromUUID":"1a1faeb6-7b36-4973-9e15-6fb943643c71"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDxdwaw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml","artifactChecksum":"Y2NmMjE2OWIxOTA2ZjNjMzIzYjQ5YmVlNzU2ODYxZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f885a1e3-3029-49e5-b7a9-78e1b6962ca8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDxdwaw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar","artifactChecksum":"MTM4MDYxZmYzYjRkMzgzZmEzNTM1OWM5NGYzNDVjZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6e3379-26e1-4b10-94f2-edf2d56cf6a7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T06:57:35.032Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:35.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:35.042Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:35.042Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:35.049Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A
2023-01-24T06:57:35.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T06:57:35.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:57:35.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:57:36.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:36.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:36.079Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:36.079Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:37.080Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:37.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:37.081Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:37.082Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:38.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:38.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:38.084Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:38.084Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:39.085Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:39.085Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:39.086Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:39.086Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:40.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:40.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:40.090Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:40.090Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:41.090Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:57:41.091Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:41.091Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:41.092Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:42.094Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"serviceName": "basic_onboard_DxDwAW",
"serviceVersion": "1.0",
"serviceUUID": "67795ace-41dd-4e35-9697-290184e53f61",
"serviceDescription": "service",
"serviceInvariantUUID": "6ba6237e-2505-426b-8525-2b237306b0c7",
"resources": [
{
"resourceInstanceName": "basic_onboard_DxDwAW 0",
"resourceCustomizationUUID": "214f3380-eaa8-4ca9-bbcf-7c6358f666bc",
"resourceName": "basic_onboard_DxDwAW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "be1e1b55-ef64-41ce-b519-a668641a6bde",
"resourceInvariantUUID": "ee931e92-982a-4928-91d1-779228ffd602",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dxdwaw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"artifactChecksum": "MjM3NDMzNzBkM2E4ZDljNzUwMjM2NzgyNjkzODA3Y2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9a6d7218-3ba5-44c4-9957-e98f63945db2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1a1faeb6-7b36-4973-9e15-6fb943643c71",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "650ed905-a3a7-4ed4-9449-b7c48a7fddc3",
"generatedFromUUID": "1a1faeb6-7b36-4973-9e15-6fb943643c71"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "650ed905-a3a7-4ed4-9449-b7c48a7fddc3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDxdwaw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"artifactChecksum": "MTM4MDYxZmYzYjRkMzgzZmEzNTM1OWM5NGYzNDVjZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f6e3379-26e1-4b10-94f2-edf2d56cf6a7"
}
],
"workloadContext": "Production"
}
2023-01-24T06:57:42.095Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T06:57:42.096Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67795ace-41dd-4e35-9697-290184e53f61 ASDC
2023-01-24T06:57:42.263Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d53b7aa2-bc5a-4590-ba88-9df3271e9adb
ServiceName:basic_onboard_DxDwAW
ServiceVersion:1.0
ServiceUUID:67795ace-41dd-4e35-9697-290184e53f61
ServiceInvariantUUID:6ba6237e-2505-426b-8525-2b237306b0c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDxdwaw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar
ArtifactUUID:4f6e3379-26e1-4b10-94f2-edf2d56cf6a7
ArtifactChecksum:MTM4MDYxZmYzYjRkMzgzZmEzNTM1OWM5NGYzNDVjZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DxDwAW 0
ResourceCustomizationUUID:214f3380-eaa8-4ca9-bbcf-7c6358f666bc
ResourceInvariantUUID:ee931e92-982a-4928-91d1-779228ffd602
ResourceName:basic_onboard_DxDwAW
ResourceType:VF
ResourceUUID:be1e1b55-ef64-41ce-b519-a668641a6bde
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dxdwaw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json
ArtifactUUID:9a6d7218-3ba5-44c4-9957-e98f63945db2
ArtifactChecksum:MjM3NDMzNzBkM2E4ZDljNzUwMjM2NzgyNjkzODA3Y2E=
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/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1a1faeb6-7b36-4973-9e15-6fb943643c71
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/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env
ArtifactUUID:650ed905-a3a7-4ed4-9449-b7c48a7fddc3
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/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env
ArtifactUUID:650ed905-a3a7-4ed4-9449-b7c48a7fddc3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-24T06:57:42.263Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67795ace-41dd-4e35-9697-290184e53f61 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:57:42.514Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T06:57:42.516Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:57:42.516Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:57:42.517Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4f6e3379-26e1-4b10-94f2-edf2d56cf6a7 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:42.517Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:57:42.518Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:42.647Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:57:42.664Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar 4f6e3379-26e1-4b10-94f2-edf2d56cf6a7 75674
2023-01-24T06:57:42.665Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar ASDC sendASDCNotification
2023-01-24T06:57:42.665Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:42.666Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:57:42.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:42.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:42.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543462664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:43.668Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T06:57:43.669Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:57:43.669Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4f6e3379-26e1-4b10-94f2-edf2d56cf6a7, URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar to file: /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:43.670Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:43.771Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:43.771Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:44.237Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP452055221622956717/Definitions/service-BasicOnboardDxdwaw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-24T06:57:46.213Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T06:57:46.218Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T06:57:46.218Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.218Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DxDwAW 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-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T06:57:46.226Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.227Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.231Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:46.232Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T06:57:46.233Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T06:57:46.236Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T06:57:46.236Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.236Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.239Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.239Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is not matching search criteria
2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.241Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is not matching search criteria
2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4efca46d-b500-4b20-970b-3011b5c34231
2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.246Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:46.246Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:46.246Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DxDwAW
Description:service
Model UUID:67795ace-41dd-4e35-9697-290184e53f61
Model Version:NULL
Model InvariantUuid:6ba6237e-2505-426b-8525-2b237306b0c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DxDwAW
Model UUID:052fda97-0880-452f-82ff-77c3cbe9ad91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee931e92-982a-4928-91d1-779228ffd602
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:214f3380-eaa8-4ca9-bbcf-7c6358f666bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:42932aba-97c2-409b-9430-1e65862a2ee4
ModelName:BasicOnboardDxdwaw..base_ubuntu18..module-0
ModelUuid:43992add-9ffe-4acf-bd3f-3246e5a74934
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4efca46d-b500-4b20-970b-3011b5c34231
ModelInvariantUuid:0d4408a5-0901-4f07-bab3-96e26a52d338
ModelName:basic_onboard_DxDwAW-nodes.ubuntu18Cvfc
ModelUuid:e45cf52c-ff12-4387-90f0-ffbf238f8b58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ed47d67d-da53-4881-979c-618619fb97cd
ModelInvariantUuid:1e75627a-c973-4c8b-88b8-0cd63c63b8ee
ModelName:BasicOnboardDxdwaw.compute.nodes.heat.ubuntu18
ModelUuid:c65f043d-6b20-4bb1-b848-13a4c82fd0b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-24T06:57:46.281Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: be1e1b55-ef64-41ce-b519-a668641a6bde
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T06:57:46.368Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||basic_onboard_DxDwAW 0
2023-01-24T06:57:46.374Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be1e1b55-ef64-41ce-b519-a668641a6bde
2023-01-24T06:57:46.374Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9a6d7218-3ba5-44c4-9957-e98f63945db2 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json
2023-01-24T06:57:46.374Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:57:46.375Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json
2023-01-24T06:57:46.430Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:57:46.430Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json 9a6d7218-3ba5-44c4-9957-e98f63945db2 798
2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json ASDC sendASDCNotification
2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json
2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543466430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:47.434Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDxdwaw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "42932aba-97c2-409b-9430-1e65862a2ee4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "43992add-9ffe-4acf-bd3f-3246e5a74934",
"vfModuleModelCustomizationUUID": "d2b33c91-ea35-4592-baab-fb94e216ae2c",
"isBase": true,
"artifacts": [
"1a1faeb6-7b36-4973-9e15-6fb943643c71",
"650ed905-a3a7-4ed4-9449-b7c48a7fddc3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-24T06:57:47.447Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDxdwaw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43992add-9ffe-4acf-bd3f-3246e5a74934
VfModuleModelInvariantUUID:42932aba-97c2-409b-9430-1e65862a2ee4
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a1faeb6-7b36-4973-9e15-6fb943643c71
,
650ed905-a3a7-4ed4-9449-b7c48a7fddc3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDxdwaw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "42932aba-97c2-409b-9430-1e65862a2ee4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "43992add-9ffe-4acf-bd3f-3246e5a74934",
"vfModuleModelCustomizationUUID": "d2b33c91-ea35-4592-baab-fb94e216ae2c",
"isBase": true,
"artifacts": [
"1a1faeb6-7b36-4973-9e15-6fb943643c71",
"650ed905-a3a7-4ed4-9449-b7c48a7fddc3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDxdwaw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43992add-9ffe-4acf-bd3f-3246e5a74934
VfModuleModelInvariantUUID:42932aba-97c2-409b-9430-1e65862a2ee4
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a1faeb6-7b36-4973-9e15-6fb943643c71
,
650ed905-a3a7-4ed4-9449-b7c48a7fddc3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1a1faeb6-7b36-4973-9e15-6fb943643c71 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml
2023-01-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:57:47.451Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml
2023-01-24T06:57:47.529Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml 1a1faeb6-7b36-4973-9e15-6fb943643c71 5033
2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml
2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:47.531Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:47.531Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543467530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:48.532Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 650ed905-a3a7-4ed4-9449-b7c48a7fddc3 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env
2023-01-24T06:57:48.532Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:57:48.532Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env
2023-01-24T06:57:48.631Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:57:48.632Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env 650ed905-a3a7-4ed4-9449-b7c48a7fddc3 909
2023-01-24T06:57:48.632Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T06:57:48.632Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env
2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543468632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:49.634Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 67795ace-41dd-4e35-9697-290184e53f61
2023-01-24T06:57:49.635Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DxDwAW 0 be1e1b55-ef64-41ce-b519-a668641a6bde ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T06:57:49.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ab7338d, org.onap.sdc.toscaparser.api.parameters.Input@83bc319, org.onap.sdc.toscaparser.api.parameters.Input@130468a3, org.onap.sdc.toscaparser.api.parameters.Input@5e7168d9, org.onap.sdc.toscaparser.api.parameters.Input@2da913c1]
2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 214f3380-eaa8-4ca9-bbcf-7c6358f666bc
2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 214f3380-eaa8-4ca9-bbcf-7c6358f666bc matches Tosca VF Customization UUID: 214f3380-eaa8-4ca9-bbcf-7c6358f666bc
2023-01-24T06:57:49.672Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 214f3380-eaa8-4ca9-bbcf-7c6358f666bc matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-24T06:57:49.678Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.678Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.679Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 214f3380-eaa8-4ca9-bbcf-7c6358f666bc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@573baf1a
2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2b33c91-ea35-4592-baab-fb94e216ae2c
2023-01-24T06:57:49.682Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2b33c91-ea35-4592-baab-fb94e216ae2c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-24T06:57:49.687Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.688Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:49.688Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:57:49.688Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is not matching search criteria
2023-01-24T06:57:49.690Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T06:57:49.690Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T06:57:49.690Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4efca46d-b500-4b20-970b-3011b5c34231
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-24T06:57:49.700Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.700Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:49.700Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:57:49.701Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.701Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria
2023-01-24T06:57:49.701Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=214f3380-eaa8-4ca9-bbcf-7c6358f666bc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T06:57:49.703Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.703Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.703Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 67795ace-41dd-4e35-9697-290184e53f61: basic_onboard_DxDwAW
2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_DxDwAW
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:57:49.928Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DxDwAW be1e1b55-ef64-41ce-b519-a668641a6bde 1 ASDC deployResourceStructure
2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json ASDC sendASDCNotification
2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json
2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:49.930Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543469928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:50.931Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml
2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543470931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:51.933Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T06:57:51.934Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env
2023-01-24T06:57:51.934Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:57:51.935Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:51.935Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:51.935Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543471933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:52.936Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar ASDC sendASDCNotification
2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar
2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543472936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:57:53.938Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:57:53.967Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:57:53.969Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:57:53.970Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T06:57:53.970Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T06:58:08.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:58:08.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:58:08.157Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:58:08.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:58:23.971Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:58:23.986Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:58:23.989Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:58:23.989Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T06:58:23.989Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T06:58:53.990Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:58:54.003Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:58:54.005Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:58:54.006Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T06:58:54.006Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T06:59:08.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T06:59:08.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.168Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.169Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.170Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.171Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.172Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.176Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.177Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.178Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.188Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.195Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.195Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.196Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.199Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.200Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.200Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543433069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.206Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543416517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.207Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543442096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T06:59:08.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.208Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543426953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.208Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543428229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.209Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543439797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.210Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543451577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T06:59:08.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.210Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543462942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543462562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543462971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.212Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543463031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543462664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543463487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.214Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543463584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:59:08.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb
2023-01-24T06:59:08.223Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:59:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543463985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543464039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "policy-distribution",
"timestamp": 1674543464988,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb
2023-01-24T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:59:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.250Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543465105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.251Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543466209,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:59:08.256Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb
2023-01-24T06:59:08.256Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-01-24T06:59:08.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.264Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543466430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "multicloud-k8s",
"timestamp": 1674543467215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543467947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543467530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543468952,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:59:08.272Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb
2023-01-24T06:59:08.273Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:59:08.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543468632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T06:59:08.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543469928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543470931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543471933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543472936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543475817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T06:59:08.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:59:08.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T06:59:08.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "aai-model-loader",
"timestamp": 1674543476824,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:59:08.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb
2023-01-24T06:59:08.289Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:59:24.006Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:59:24.019Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:59:24.032Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T06:59:54.033Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T06:59:54.043Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb and serviceModelVersionId: 67795ace-41dd-4e35-9697-290184e53f61
2023-01-24T06:59:54.044Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ba6237e-2505-426b-8525-2b237306b0c7
2023-01-24T07:00:08.152Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:00:10.531Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0
2023-01-24T07:00:10.660Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T07:00:11.116Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|INFO|500||Invoke
2023-01-24T07:00:11.121Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d53b7aa2-bc5a-4590-ba88-9df3271e9adb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[612387af-4dc5-4fa9-95be-feba6abced5d], X-ECOMP-RequestID=[d53b7aa2-bc5a-4590-ba88-9df3271e9adb], X-TransactionId=[], X-ONAP-RequestID=[d53b7aa2-bc5a-4590-ba88-9df3271e9adb], Content-Type=[application/merge-patch+json]}
2023-01-24T07:00:11.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-24T07:00:11.559Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:00:12 GMT], content-length=[0], vertex-id=[180400], x-aai-txid=[1-aai-resources-230124-07:00:12:416-89896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T07:00:11.560Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T07:00:11.561Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|INFO|500||InvokeReturn
2023-01-24T07:00:11.565Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T07:00:11.565Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:00:11.573Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T07:00:11.573Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d53b7aa2-bc5a-4590-ba88-9df3271e9adb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T07:00:11.574Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T07:00:11.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:00:11.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:00:11.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543611574,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:00:11.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T07:00:11.585Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543611574,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T07:00:11.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T07:00:12.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:01:08.152Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:01:12.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:02:08.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:02:12.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:03:08.154Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:03:12.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:04:08.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:04:12.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:05:08.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:12.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:05:34.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T07:05:34.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4e5f0f30-7133-46d9-a144-09a4b694ec74","serviceName":"vFW 2023-01-24 07-04-45","serviceVersion":"1.0","serviceUUID":"5e576a29-3cd3-488c-b46c-ce7c5ab690b3","serviceDescription":"catalog service description","serviceInvariantUUID":"6b7c962d-d150-4a76-af3e-3de83280d9b1","resources":[{"resourceInstanceName":"vFW 53fbff58-a7bf 0","resourceName":"vFW 53fbff58-a7bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdb13530-f04e-415e-88b2-16617a992228","resourceInvariantUUID":"57b99844-1bc6-48cc-bf5c-11ad168f1b5a","resourceCustomizationUUID":"bd3ce673-4c49-485e-8823-06b7bd03320d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml","artifactChecksum":"ODk2NWVkM2JkZDFiZGRmNGE2NTNkOTY3MDkzYjkxY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acebfecc-13fe-4139-bb62-1426f11f6f89","artifactVersion":"1"},{"artifactName":"vfw53fbff58a7bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json","artifactChecksum":"OTgxMDg0ZjI4MjYzZmU1NTg4OWM4YWY1MTM3ZTc2NjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74f0b3b5-1796-4cd1-828d-920a03dc9233","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f653f37-370f-43b5-8a6a-41a3c69d33d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml","artifactChecksum":"OGIyN2I2ZWJhMjBiNTIyNzk5YThiODBkNWRkNzY0ZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5904d9d6-f5d9-42d9-804d-35e26466ef23","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a3cb7ee4-62cd-4c25-9b50-158701889fc8","artifactVersion":"2","generatedFromUUID":"0f653f37-370f-43b5-8a6a-41a3c69d33d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230124070445-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml","artifactChecksum":"ZDg0YTQyZjlkMWYzODQ4NTljOWZiZWIyMGEzMzgwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6d4458e-9285-4366-991f-e1359ebc2983","artifactVersion":"1"},{"artifactName":"service-Vfw20230124070445-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar","artifactChecksum":"ZjBlNzE0OWM3Y2RkNTJlYTExYzA4MDI3MmFiOTUzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"daf6c9a9-2889-441a-9b63-fedefcb4533c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T07:05:34.019Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:34.020Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:34.020Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:34.021Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:34.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-24T07:05:34.035Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:05:34.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:05:35.022Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:35.023Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:35.023Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:35.023Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:36.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:36.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:36.024Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:36.024Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:37.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:37.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:37.026Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:37.026Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:38.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:38.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:38.027Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:38.028Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:39.028Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:39.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:39.029Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:39.029Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:40.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:05:40.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:40.030Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:40.031Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:41.032Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"serviceName": "vFW 2023-01-24 07-04-45",
"serviceVersion": "1.0",
"serviceUUID": "5e576a29-3cd3-488c-b46c-ce7c5ab690b3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6b7c962d-d150-4a76-af3e-3de83280d9b1",
"resources": [
{
"resourceInstanceName": "vFW 53fbff58-a7bf 0",
"resourceCustomizationUUID": "bd3ce673-4c49-485e-8823-06b7bd03320d",
"resourceName": "vFW 53fbff58-a7bf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bdb13530-f04e-415e-88b2-16617a992228",
"resourceInvariantUUID": "57b99844-1bc6-48cc-bf5c-11ad168f1b5a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw53fbff58a7bf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"artifactChecksum": "OTgxMDg0ZjI4MjYzZmU1NTg4OWM4YWY1MTM3ZTc2NjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74f0b3b5-1796-4cd1-828d-920a03dc9233",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0f653f37-370f-43b5-8a6a-41a3c69d33d6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a3cb7ee4-62cd-4c25-9b50-158701889fc8",
"generatedFromUUID": "0f653f37-370f-43b5-8a6a-41a3c69d33d6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a3cb7ee4-62cd-4c25-9b50-158701889fc8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230124070445-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"artifactChecksum": "ZjBlNzE0OWM3Y2RkNTJlYTExYzA4MDI3MmFiOTUzMmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "daf6c9a9-2889-441a-9b63-fedefcb4533c"
}
],
"workloadContext": "Production"
}
2023-01-24T07:05:41.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T07:05:41.033Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e576a29-3cd3-488c-b46c-ce7c5ab690b3 ASDC
2023-01-24T07:05:41.033Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4e5f0f30-7133-46d9-a144-09a4b694ec74
ServiceName:vFW 2023-01-24 07-04-45
ServiceVersion:1.0
ServiceUUID:5e576a29-3cd3-488c-b46c-ce7c5ab690b3
ServiceInvariantUUID:6b7c962d-d150-4a76-af3e-3de83280d9b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230124070445-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar
ArtifactUUID:daf6c9a9-2889-441a-9b63-fedefcb4533c
ArtifactChecksum:ZjBlNzE0OWM3Y2RkNTJlYTExYzA4MDI3MmFiOTUzMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 53fbff58-a7bf 0
ResourceCustomizationUUID:bd3ce673-4c49-485e-8823-06b7bd03320d
ResourceInvariantUUID:57b99844-1bc6-48cc-bf5c-11ad168f1b5a
ResourceName:vFW 53fbff58-a7bf
ResourceType:VF
ResourceUUID:bdb13530-f04e-415e-88b2-16617a992228
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw53fbff58a7bf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json
ArtifactUUID:74f0b3b5-1796-4cd1-828d-920a03dc9233
ArtifactChecksum:OTgxMDg0ZjI4MjYzZmU1NTg4OWM4YWY1MTM3ZTc2NjQ=
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/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml
ArtifactUUID:0f653f37-370f-43b5-8a6a-41a3c69d33d6
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/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env
ArtifactUUID:a3cb7ee4-62cd-4c25-9b50-158701889fc8
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/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env
ArtifactUUID:a3cb7ee4-62cd-4c25-9b50-158701889fc8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-24T07:05:41.033Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e576a29-3cd3-488c-b46c-ce7c5ab690b3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:05:41.065Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T07:05:41.065Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: daf6c9a9-2889-441a-9b63-fedefcb4533c from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:41.170Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T07:05:41.177Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar daf6c9a9-2889-441a-9b63-fedefcb4533c 101484
2023-01-24T07:05:41.178Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar ASDC sendASDCNotification
2023-01-24T07:05:41.178Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:41.178Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T07:05:41.179Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:41.179Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:41.179Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543941178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:42.181Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T07:05:42.182Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T07:05:42.183Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: daf6c9a9-2889-441a-9b63-fedefcb4533c, URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar to file: /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:42.183Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230124070445-csar.csar
2023-01-24T07:05:42.184Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:42.184Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:42.403Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11969224352955866877/Definitions/service-Vfw20230124070445-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-24T07:05:44.461Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T07:05:44.462Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T07:05:44.462Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.462Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 53fbff58-a7bf 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-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||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-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||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-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||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-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||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-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea22ecf5-2848-4d38-9602-72df086268ce
2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed2cb8aa-520c-4cab-b5d8-97cbf2b13421
2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=334b56c2-9569-414c-b9e5-2f77c553da23
2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:44.480Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:44.480Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-24 07-04-45
Description:catalog service description
Model UUID:5e576a29-3cd3-488c-b46c-ce7c5ab690b3
Model Version:NULL
Model InvariantUuid:6b7c962d-d150-4a76-af3e-3de83280d9b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 53fbff58-a7bf
Model UUID:75bf1038-97f5-4a88-87dd-83767c5d5ccb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57b99844-1bc6-48cc-bf5c-11ad168f1b5a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bd3ce673-4c49-485e-8823-06b7bd03320d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e08c3ddf-ba4c-45fb-b05b-1d30f14ff330
ModelName:Vfw53fbff58A7bf..base_vfw..module-0
ModelUuid:9e0676bd-63ac-4c54-8aaf-a63aa12c02f3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ea22ecf5-2848-4d38-9602-72df086268ce
ModelInvariantUuid:619a1140-e64d-4a7e-9ff5-379f73e7ff57
ModelName:vFW 53fbff58-a7bf-nodes.vfwCvfc
ModelUuid:cae3cb27-8c17-4f87-b006-e4a2288da531
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4332b7c5-f2df-4ab8-aa1f-0eaa1b789f5b
ModelInvariantUuid:ddd881f7-5cd5-4f45-becc-715160824836
ModelName:Vfw53fbff58A7bf.compute.nodes.heat.vfw
ModelUuid:1f1e6977-6a42-4030-ad9f-ebaaea02d28f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ed2cb8aa-520c-4cab-b5d8-97cbf2b13421
ModelInvariantUuid:43eb6265-4ea9-46fa-8904-f84e60e9fac0
ModelName:vFW 53fbff58-a7bf-nodes.vsnCvfc
ModelUuid:06bea364-4e75-45e3-805d-bc1aa7453fb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ad884af5-6729-487b-a39e-cbda5cfde855
ModelInvariantUuid:8547a56f-4b5c-4b8a-9f64-f04ffe0998e1
ModelName:Vfw53fbff58A7bf.compute.nodes.heat.vsn
ModelUuid:ac56f264-956d-41ea-9094-2b1341eae02d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:334b56c2-9569-414c-b9e5-2f77c553da23
ModelInvariantUuid:0c3900ab-6817-4ed9-8d04-98001c0f65e2
ModelName:vFW 53fbff58-a7bf-nodes.vpgCvfc
ModelUuid:43119124-b2bd-4989-a41e-1eab144ce462
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:48ecc74d-9d39-469a-ae51-822e5c2b04c9
ModelInvariantUuid:5476179a-4e1d-4a09-8b7b-d6832315676a
ModelName:Vfw53fbff58A7bf.compute.nodes.heat.vpg
ModelUuid:5afc2db6-2482-41c8-8d44-8b9af9f6399a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-24T07:05:44.489Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: bdb13530-f04e-415e-88b2-16617a992228
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||vFW 53fbff58-a7bf 0
2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdb13530-f04e-415e-88b2-16617a992228
2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74f0b3b5-1796-4cd1-828d-920a03dc9233 from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json
2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json
2023-01-24T07:05:44.543Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json 74f0b3b5-1796-4cd1-828d-920a03dc9233 785
2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json ASDC sendASDCNotification
2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json
2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:44.545Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543944544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:45.545Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw53fbff58A7bf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e08c3ddf-ba4c-45fb-b05b-1d30f14ff330",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9e0676bd-63ac-4c54-8aaf-a63aa12c02f3",
"vfModuleModelCustomizationUUID": "b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934",
"isBase": true,
"artifacts": [
"0f653f37-370f-43b5-8a6a-41a3c69d33d6",
"a3cb7ee4-62cd-4c25-9b50-158701889fc8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-24T07:05:45.553Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw53fbff58A7bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e0676bd-63ac-4c54-8aaf-a63aa12c02f3
VfModuleModelInvariantUUID:e08c3ddf-ba4c-45fb-b05b-1d30f14ff330
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f653f37-370f-43b5-8a6a-41a3c69d33d6
,
a3cb7ee4-62cd-4c25-9b50-158701889fc8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw53fbff58A7bf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e08c3ddf-ba4c-45fb-b05b-1d30f14ff330",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9e0676bd-63ac-4c54-8aaf-a63aa12c02f3",
"vfModuleModelCustomizationUUID": "b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934",
"isBase": true,
"artifacts": [
"0f653f37-370f-43b5-8a6a-41a3c69d33d6",
"a3cb7ee4-62cd-4c25-9b50-158701889fc8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw53fbff58A7bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e0676bd-63ac-4c54-8aaf-a63aa12c02f3
VfModuleModelInvariantUUID:e08c3ddf-ba4c-45fb-b05b-1d30f14ff330
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f653f37-370f-43b5-8a6a-41a3c69d33d6
,
a3cb7ee4-62cd-4c25-9b50-158701889fc8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0f653f37-370f-43b5-8a6a-41a3c69d33d6 from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml
2023-01-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T07:05:45.556Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml
2023-01-24T07:05:45.619Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T07:05:45.620Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml 0f653f37-370f-43b5-8a6a-41a3c69d33d6 20368
2023-01-24T07:05:45.620Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml
2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543945620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:46.622Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3cb7ee4-62cd-4c25-9b50-158701889fc8 from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env
2023-01-24T07:05:46.622Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T07:05:46.623Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env
2023-01-24T07:05:46.695Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T07:05:46.695Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env a3cb7ee4-62cd-4c25-9b50-158701889fc8 2098
2023-01-24T07:05:46.696Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T07:05:46.696Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env
2023-01-24T07:05:46.696Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T07:05:46.697Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:46.697Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:46.697Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543946696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:47.698Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5e576a29-3cd3-488c-b46c-ce7c5ab690b3
2023-01-24T07:05:47.698Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 53fbff58-a7bf 0 bdb13530-f04e-415e-88b2-16617a992228 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:05:47.715Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78c80e98, org.onap.sdc.toscaparser.api.parameters.Input@7d482bf7, org.onap.sdc.toscaparser.api.parameters.Input@71f1e0a4, org.onap.sdc.toscaparser.api.parameters.Input@54177880, org.onap.sdc.toscaparser.api.parameters.Input@6c131054]
2023-01-24T07:05:47.716Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.716Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.716Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-01-24T07:05:47.717Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bd3ce673-4c49-485e-8823-06b7bd03320d
2023-01-24T07:05:47.717Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd3ce673-4c49-485e-8823-06b7bd03320d matches Tosca VF Customization UUID: bd3ce673-4c49-485e-8823-06b7bd03320d
2023-01-24T07:05:47.717Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bd3ce673-4c49-485e-8823-06b7bd03320d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-24T07:05:47.719Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.719Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bd3ce673-4c49-485e-8823-06b7bd03320d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@418e19ef
2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934
2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea22ecf5-2848-4d38-9602-72df086268ce
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-24T07:05:47.728Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.732Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed2cb8aa-520c-4cab-b5d8-97cbf2b13421
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-24T07:05:47.733Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.733Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:47.734Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:47.736Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria
2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T07:05:47.739Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T07:05:47.739Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T07:05:47.739Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=334b56c2-9569-414c-b9e5-2f77c553da23
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria
2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=bd3ce673-4c49-485e-8823-06b7bd03320d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:05:47.743Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.743Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5e576a29-3cd3-488c-b46c-ce7c5ab690b3: vFW 53fbff58-a7bf
2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-01-24 07-04-45
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:05:47.917Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 53fbff58-a7bf bdb13530-f04e-415e-88b2-16617a992228 1 ASDC deployResourceStructure
2023-01-24T07:05:47.918Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json ASDC sendASDCNotification
2023-01-24T07:05:47.919Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json
2023-01-24T07:05:47.919Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T07:05:47.919Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:47.920Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:47.920Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543947918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:48.922Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T07:05:48.923Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml
2023-01-24T07:05:48.923Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T07:05:48.924Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:48.925Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:48.925Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543948922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:49.928Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T07:05:49.928Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env
2023-01-24T07:05:49.928Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T07:05:49.929Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:49.929Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:49.929Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543949927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:50.931Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar ASDC sendASDCNotification
2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar
2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:05:50.933Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543950931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:05:51.934Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:05:51.947Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:05:51.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:05:51.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T07:05:51.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T07:06:08.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:06:08.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-24T07:06:08.154Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:06:08.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:06:08.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:06:08.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:06:21.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:06:21.959Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:06:21.962Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:06:21.962Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T07:06:21.962Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T07:06:51.963Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:06:51.975Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:06:51.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:06:51.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T07:06:51.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T07:07:08.152Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:07:08.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.159Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543916006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543912591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543884595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543918239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1674543922101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543919796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543931576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543941758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543941365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543941784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543941178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543941876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543942412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543942762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "cds-sdc-listener",
"timestamp": 1674543942370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:07:08.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74
2023-01-24T07:07:08.185Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:07:08.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.194Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543942865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "policy-distribution",
"timestamp": 1674543943764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:07:08.199Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74
2023-01-24T07:07:08.199Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543943924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543944951,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:07:08.211Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74
2023-01-24T07:07:08.212Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-01-24T07:07:08.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.217Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543944544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "multicloud-k8s",
"timestamp": 1674543945954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543945860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543945620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674543946866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:07:08.223Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74
2023-01-24T07:07:08.223Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:07:08.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.233Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543946696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:07:08.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543947918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543948922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543949927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674543950931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543953550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:07:08.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "aai-model-loader",
"timestamp": 1674543954553,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:07:08.241Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74
2023-01-24T07:07:08.241Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:07:21.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:07:21.990Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:07:22.000Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T07:07:52.000Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T07:07:52.009Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 and serviceModelVersionId: 5e576a29-3cd3-488c-b46c-ce7c5ab690b3
2023-01-24T07:07:52.009Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b7c962d-d150-4a76-af3e-3de83280d9b1
2023-01-24T07:07:52.011Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0
2023-01-24T07:07:52.015Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T07:07:52.071Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|INFO|500||Invoke
2023-01-24T07:07:52.072Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5f0f30-7133-46d9-a144-09a4b694ec74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5fca6cee-8052-453b-a738-0355b3b6881d], X-ECOMP-RequestID=[4e5f0f30-7133-46d9-a144-09a4b694ec74], X-TransactionId=[], X-ONAP-RequestID=[4e5f0f30-7133-46d9-a144-09a4b694ec74], Content-Type=[application/merge-patch+json]}
2023-01-24T07:07:52.098Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-24T07:07:52.254Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:07:53 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[2-aai-resources-230124-07:07:53:284-38189], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T07:07:52.254Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T07:07:52.255Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|INFO|500||InvokeReturn
2023-01-24T07:07:52.256Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T07:07:52.256Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:07:52.263Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T07:07:52.263Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5f0f30-7133-46d9-a144-09a4b694ec74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544072263,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T07:07:53.275Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:08:08.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:08:08.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-24T07:08:08.159Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544072263,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T07:08:08.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:08:53.277Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:09:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:09:53.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:10:08.154Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:10:53.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:11:08.156Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:11:53.280Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:12:08.157Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:12:45.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:12:45.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f1d34505-e865-43f1-800e-898fc190027e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c73932e9-1652-44e0-ad66-8d59bfa6deac","serviceDescription":"service","serviceInvariantUUID":"af46285d-debd-4f41-9b27-350e0d65843e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c08f91fa-1571-43c2-a121-37a2995018ea","resourceInvariantUUID":"3453fa14-2f04-4b33-8780-b958c4757f48","resourceCustomizationUUID":"aea255b7-8547-4f3c-85d4-c5b467be113d","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":"ODcwMjQ0NjQ4ZDkwMGZjMWQ5ODVkOGVjNTM5YTllMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b94a4bcd-5466-4da1-9666-dbe60ac18e2d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWMwOGY3ZTA1N2UwMWQwNDcwMWEyN2JkM2EwMzE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9077913f-0e13-45a8-9415-c6d6db96e061","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T07:12:45.959Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:12:45.960Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:12:45.960Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:12:45.960Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544313280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:12:45.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:12:45.987Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544313280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:12:45.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:12:46.961Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:12:46.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:12:46.962Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:12:46.962Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544313280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:12:47.963Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c73932e9-1652-44e0-ad66-8d59bfa6deac",
"serviceDescription": "service",
"serviceInvariantUUID": "af46285d-debd-4f41-9b27-350e0d65843e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "aea255b7-8547-4f3c-85d4-c5b467be113d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c08f91fa-1571-43c2-a121-37a2995018ea",
"resourceInvariantUUID": "3453fa14-2f04-4b33-8780-b958c4757f48",
"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": "ZWMwOGY3ZTA1N2UwMWQwNDcwMWEyN2JkM2EwMzE4NjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9077913f-0e13-45a8-9415-c6d6db96e061"
}
],
"workloadContext": "Production"
}
2023-01-24T07:12:47.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T07:12:47.964Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c73932e9-1652-44e0-ad66-8d59bfa6deac ASDC
2023-01-24T07:12:47.965Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f1d34505-e865-43f1-800e-898fc190027e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c73932e9-1652-44e0-ad66-8d59bfa6deac
ServiceInvariantUUID:af46285d-debd-4f41-9b27-350e0d65843e
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:9077913f-0e13-45a8-9415-c6d6db96e061
ArtifactChecksum:ZWMwOGY3ZTA1N2UwMWQwNDcwMWEyN2JkM2EwMzE4NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:aea255b7-8547-4f3c-85d4-c5b467be113d
ResourceInvariantUUID:3453fa14-2f04-4b33-8780-b958c4757f48
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c08f91fa-1571-43c2-a121-37a2995018ea
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-24T07:12:47.965Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c73932e9-1652-44e0-ad66-8d59bfa6deac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:12:47.996Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9077913f-0e13-45a8-9415-c6d6db96e061 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T07:12:48.123Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-24T07:12:48.126Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9077913f-0e13-45a8-9415-c6d6db96e061 57795
2023-01-24T07:12:48.126Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:12:48.128Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544368126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:12:49.128Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T07:12:49.129Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T07:12:49.130Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9077913f-0e13-45a8-9415-c6d6db96e061, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.130Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-24T07:12:49.131Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.131Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.299Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3561687773561450581/Definitions/service-BasicNetwork-template.yml
2023-01-24T07:12:49.842Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T07:12:49.842Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c73932e9-1652-44e0-ad66-8d59bfa6deac
Model Version:NULL
Model InvariantUuid:af46285d-debd-4f41-9b27-350e0d65843e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3453fa14-2f04-4b33-8780-b958c4757f48
Model UUID:b88046a8-e6ae-4895-b4cc-5b638b54f723
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:aea255b7-8547-4f3c-85d4-c5b467be113d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-24T07:12:49.856Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: c08f91fa-1571-43c2-a121-37a2995018ea
2023-01-24T07:12:49.856Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||No resources found for Service: c73932e9-1652-44e0-ad66-8d59bfa6deac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:12:49.861Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||
2023-01-24T07:12:49.861Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-24T07:12:49.862Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c73932e9-1652-44e0-ad66-8d59bfa6deac
2023-01-24T07:12:49.862Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c73932e9-1652-44e0-ad66-8d59bfa6deac
2023-01-24T07:12:49.862Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-24T07:12:49.863Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:12:49.869Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a3c97f8, org.onap.sdc.toscaparser.api.parameters.Input@305449df, org.onap.sdc.toscaparser.api.parameters.Input@42f7b848, org.onap.sdc.toscaparser.api.parameters.Input@2eb92b39, org.onap.sdc.toscaparser.api.parameters.Input@40d4fa41]
2023-01-24T07:12:49.870Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.870Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c73932e9-1652-44e0-ad66-8d59bfa6deac: Generic NeutronNet
2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.872Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-24T07:12:49.932Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:12:49.934Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-24T07:12:50.027Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:12:50.029Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:12:50.029Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544370028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:12:51.032Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:12:51.044Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:12:51.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:12:51.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T07:12:51.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T07:13:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:13:08.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:13:08.154Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674544361806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:13:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:13:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:13:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674544363387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:13:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:13:21.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:13:21.057Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:13:21.059Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:13:21.059Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T07:13:21.059Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T07:13:51.060Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:13:51.070Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:13:51.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:13:51.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T07:13:51.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T07:14:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:08.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.154Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "policy-distribution",
"timestamp": 1674544364780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:14:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "multicloud-k8s",
"timestamp": 1674544336972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:14:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544313280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674544363387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674544361806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:14:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "policy-distribution",
"timestamp": 1674544364780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "multicloud-k8s",
"timestamp": 1674544336972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "policy-distribution",
"timestamp": 1674544368741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:14:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544368126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674544368344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "policy-distribution",
"timestamp": 1674544369744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:14:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674544369349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:14:08.168Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e
2023-01-24T07:14:08.168Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "aai-model-loader",
"timestamp": 1674544369796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:14:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544370028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:14:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "policy-distribution",
"timestamp": 1674544370745,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:14:08.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e
2023-01-24T07:14:08.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:14:08.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "aai-model-loader",
"timestamp": 1674544369796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "aai-model-loader",
"timestamp": 1674544371920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "aai-model-loader",
"timestamp": 1674544376695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:14:08.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.190Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "aai-model-loader",
"timestamp": 1674544377699,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:14:08.194Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e
2023-01-24T07:14:08.194Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674544381576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-24T07:14:08.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674544381576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-24T07:14:08.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674544384346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674544386053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674544387056,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:14:08.208Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e
2023-01-24T07:14:08.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:14:21.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:14:21.089Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-24T07:14:21.092Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T07:14:21.099Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T07:14:51.100Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1d34505-e865-43f1-800e-898fc190027e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-24T07:14:51.106Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1d34505-e865-43f1-800e-898fc190027e and serviceModelVersionId: c73932e9-1652-44e0-ad66-8d59bfa6deac
2023-01-24T07:14:51.106Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af46285d-debd-4f41-9b27-350e0d65843e
2023-01-24T07:14:51.108Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0
2023-01-24T07:14:51.114Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T07:14:51.224Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-24T07:14:51.227Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0|INFO|500||Invoke
2023-01-24T07:14:51.253Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-24T07:14:51.367Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0|INFO|500||InvokeReturn
2023-01-24T07:14:51.368Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:14:52 GMT], content-length=[0], vertex-id=[184552], x-aai-txid=[2-aai-resources-230124-07:14:52:451-3249], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T07:14:51.369Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T07:14:51.370Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T07:14:51.370Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:14:51.376Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T07:14:51.376Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1d34505-e865-43f1-800e-898fc190027e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "f1d34505-e865-43f1-800e-898fc190027e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544491376,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T07:14:52.390Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-24T07:14:52.394Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T07:14:52.394Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"01e71815-f326-4dfc-8805-e0155de2ff51","serviceName":"Demo_pNF_0D75sfB7OCrqs5JguLy1","serviceVersion":"1.0","serviceUUID":"081c505b-e4d7-4a6e-ab6d-d24669410351","serviceDescription":"catalog service description","serviceInvariantUUID":"3135cef9-3360-4ef7-ae86-0db60cdc5518","resources":[{"resourceInstanceName":"pNF e3d583b5-cc86 0","resourceName":"pNF e3d583b5-cc86","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12633483-bc3d-4903-9a5e-1dd790153aa4","resourceInvariantUUID":"e11a3872-bb00-429f-80ea-da2093c8cb62","resourceCustomizationUUID":"f3330268-f2aa-47f5-a6e2-896a07813950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml","artifactChecksum":"MDg1MTg4ZTFlNDhiMzIxMjliNDliYzZmOTliOWYyNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d54529e2-58ce-4c42-b29c-ca9faa96a0b8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar","artifactChecksum":"MzA5Y2IwZGJjMWEzZWFkZTQ3MmFkZDg2NmQwZTYyZWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cdf2210-a35f-4f17-97b7-b730e21fdabd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a4ed07e-f687-45e8-ab6b-66966b4771f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml","artifactChecksum":"YmVjNWUwMmUxZjIyYjAxYzZmMTY0OTNkNzlmM2UyNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a06fa5d-0fe2-4797-99ec-cdf00a94770f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7aa8b9a-ea09-40cf-bf89-5ff50d9f8689","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"082a3c61-812c-4cb5-8c1a-c6f4d5100b2b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml","artifactChecksum":"OWFlYmQzZDNiMTliM2QwYTI1NTFlNjYwMmVlYmQ5ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bca854e2-4fa8-47f6-8a50-57032e7b20d3","artifactVersion":"1"},{"artifactName":"service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar","artifactChecksum":"MzM0MDk2NDI2ZjZhMDZiYjkwYTc0NTlmMzYxNWEzZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed996b79-b492-4cf7-a3b6-6f46100216af","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T07:14:52.396Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:52.396Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:52.397Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:52.397Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:53.398Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:53.398Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:53.398Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:53.399Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:54.400Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:54.400Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:54.401Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:54.401Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:55.402Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:55.403Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:55.403Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:55.403Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:57.405Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:57.406Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:57.406Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:57.406Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:58.407Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:58.408Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:58.408Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:58.408Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:14:59.409Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T07:14:59.409Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:14:59.410Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:14:59.410Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544492390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:15:00.411Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"serviceName": "Demo_pNF_0D75sfB7OCrqs5JguLy1",
"serviceVersion": "1.0",
"serviceUUID": "081c505b-e4d7-4a6e-ab6d-d24669410351",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3135cef9-3360-4ef7-ae86-0db60cdc5518",
"resources": [
{
"resourceInstanceName": "pNF e3d583b5-cc86 0",
"resourceCustomizationUUID": "f3330268-f2aa-47f5-a6e2-896a07813950",
"resourceName": "pNF e3d583b5-cc86",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "12633483-bc3d-4903-9a5e-1dd790153aa4",
"resourceInvariantUUID": "e11a3872-bb00-429f-80ea-da2093c8cb62",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar",
"artifactChecksum": "MzM0MDk2NDI2ZjZhMDZiYjkwYTc0NTlmMzYxNWEzZjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed996b79-b492-4cf7-a3b6-6f46100216af"
}
],
"workloadContext": "Production"
}
2023-01-24T07:15:00.412Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T07:15:00.412Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 081c505b-e4d7-4a6e-ab6d-d24669410351 ASDC
2023-01-24T07:15:00.412Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:01e71815-f326-4dfc-8805-e0155de2ff51
ServiceName:Demo_pNF_0D75sfB7OCrqs5JguLy1
ServiceVersion:1.0
ServiceUUID:081c505b-e4d7-4a6e-ab6d-d24669410351
ServiceInvariantUUID:3135cef9-3360-4ef7-ae86-0db60cdc5518
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
ArtifactUUID:ed996b79-b492-4cf7-a3b6-6f46100216af
ArtifactChecksum:MzM0MDk2NDI2ZjZhMDZiYjkwYTc0NTlmMzYxNWEzZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e3d583b5-cc86 0
ResourceCustomizationUUID:f3330268-f2aa-47f5-a6e2-896a07813950
ResourceInvariantUUID:e11a3872-bb00-429f-80ea-da2093c8cb62
ResourceName:pNF e3d583b5-cc86
ResourceType:PNF
ResourceUUID:12633483-bc3d-4903-9a5e-1dd790153aa4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-24T07:15:00.412Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 081c505b-e4d7-4a6e-ab6d-d24669410351 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ed996b79-b492-4cf7-a3b6-6f46100216af from URL: /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-24T07:15:00.438Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:00.501Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-24T07:15:00.504Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ed996b79-b492-4cf7-a3b6-6f46100216af 87998
2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ASDC sendASDCNotification
2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-24T07:15:00.506Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51",
"consumerID": "SO-sdc-controller",
"timestamp": 1674544500505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-24T07:15:01.506Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T07:15:01.507Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-24T07:15:01.507Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ed996b79-b492-4cf7-a3b6-6f46100216af, URL: /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar to file: /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:01.508Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:01.509Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:01.509Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:01.654Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15959584451628736964/Definitions/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e3d583b5-cc86 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Node template pNF e3d583b5-cc86 0 is matching search criteria
2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e3d583b5-cc86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Node template pNF e3d583b5-cc86 0 is matching search criteria
2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e3d583b5-cc86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0D75sfB7OCrqs5JguLy1
Description:catalog service description
Model UUID:081c505b-e4d7-4a6e-ab6d-d24669410351
Model Version:NULL
Model InvariantUuid:3135cef9-3360-4ef7-ae86-0db60cdc5518
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-24T07:15:02.413Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 12633483-bc3d-4903-9a5e-1dd790153aa4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:15:02.415Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||pNF e3d583b5-cc86 0
2023-01-24T07:15:02.415Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 12633483-bc3d-4903-9a5e-1dd790153aa4
2023-01-24T07:15:02.416Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 081c505b-e4d7-4a6e-ab6d-d24669410351
2023-01-24T07:15:02.416Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 081c505b-e4d7-4a6e-ab6d-d24669410351
2023-01-24T07:15:02.416Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e3d583b5-cc86 0 12633483-bc3d-4903-9a5e-1dd790153aa4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@288002c5, org.onap.sdc.toscaparser.api.parameters.Input@74370893, org.onap.sdc.toscaparser.api.parameters.Input@4bde574d, org.onap.sdc.toscaparser.api.parameters.Input@4243c9ff, org.onap.sdc.toscaparser.api.parameters.Input@6a7d6d58]
2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 081c505b-e4d7-4a6e-ab6d-d24669410351: pNF e3d583b5-cc86
2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Processing PNF resource: 12633483-bc3d-4903-9a5e-1dd790153aa4
2023-01-24T07:15:02.421Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery