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-18T05:19:59.771Z||main|||||INFO|500||The following profiles are active: basic
2023-01-18T05:20:11.733Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-18T05:20:11.734Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-18T05:20:11.847Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-18T05:20:17.153Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-18T05:20:17.620Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-18T05:20:18.470Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-18T05:20:18.790Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-18T05:20:19.583Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-18T05:20:22.067Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-18T05:20:22.863Z||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-18T05:20:26.101Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-18T05:20:26.270Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-18T05:20:26.298Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-18T05:20:26.317Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-18T05:20:27.180Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-18T05:20:27.820Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-18T05:20:29.249Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-18T05:20:29.276Z||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$$4f705321.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-18T05:20:29.277Z||main|||||WARN|500||The sdc end point is not alive
2023-01-18T05:20:33.159Z||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-18T05:20:36.615Z||main|||||WARN|500||---
2023-01-18T05:20:36.616Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-18T05:20:36.616Z||main|||||WARN|500||---
2023-01-18T05:20:37.128Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-18T05:20:42.530Z||main|||||INFO|500||Started Application in 46.018 seconds (JVM running for 48.515)
2023-01-18T05:20:42.594Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-18T05:20:42.604Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-18T05:20:42.632Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-18T05:20:42.701Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 19911591-5daa-4a33-aa79-b980f64efdbe url= /sdc/v1/artifactTypes
2023-01-18T05:20:42.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-18T05:20:43.110Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-18T05:20:43.177Z||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-18T05:20:43.178Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-18T05:20:43.179Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aba50390-6697-4c86-8a45-b7ec52442291 url= /sdc/v1/distributionKafkaData
2023-01-18T05:20:43.180Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-18T05:20:43.198Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-18T05:20:43.208Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@1173c039
2023-01-18T05:20:43.281Z||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-c01c6687-4281-4848-a70b-f74ed6b1df12
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-18T05:20:43.348Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Instantiated an idempotent producer.
2023-01-18T05:20:43.477Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-18T05:20:43.553Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-18T05:20:43.554Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-18T05:20:43.554Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674019243551
2023-01-18T05:20:43.564Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-18T05:20:43.608Z||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-c5a6c6e2-fca4-4817-b36a-560c055bbf02
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-18T05:20:43.729Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-18T05:20:43.730Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-18T05:20:43.731Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674019243729
2023-01-18T05:20:43.733Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:20:43.736Z||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-d84b5275-7088-4562-b60b-31a25fb65e06
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-18T05:20:43.751Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:20:43.752Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-18T05:20:43.753Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-18T05:20:43.753Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674019243752
2023-01-18T05:20:43.754Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:20:43.767Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-18T05:20:43.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:20:44.722Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18T05:20:44.727Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] ProducerId set to 2003 with epoch 0
2023-01-18T05:20:44.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.741Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18T05:20:44.744Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-18T05:20:44.745Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18T05:20:44.747Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-18T05:20:44.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] (Re-)joining group
2023-01-18T05:20:44.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] (Re-)joining group
2023-01-18T05:20:44.842Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887
2023-01-18T05:20:44.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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-18T05:20:44.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] (Re-)joining group
2023-01-18T05:20:44.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262
2023-01-18T05:20:44.844Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:44.845Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] (Re-)joining group
2023-01-18T05:20:50.852Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887', protocol='range'}
2023-01-18T05:20:50.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262', protocol='range'}
2023-01-18T05:20:50.944Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.945Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262=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-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887=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-18T05:20:50.979Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262', protocol='range'}
2023-01-18T05:20:50.980Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:50.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887', protocol='range'}
2023-01-18T05:20:50.986Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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-18T05:20:50.989Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:50.989Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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-18T05:20:51.009Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-18T05:20:51.009Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-18T05:20:51.010Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-18T05:20:51.008Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-18T05:20:51.010Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-18T05:20:51.010Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-18T05:20:51.011Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-18T05:20:51.011Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-18T05:20:51.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-18T05:20:51.014Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-18T05:20:51.015Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-18T05:20:51.016Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-18T05:20:51.063Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18T05:20:51.064Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18T05:20:51.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:51.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:51.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:51.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:51.126Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:51.126Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:51.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18T05:20:51.141Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18T05:20:51.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18T05:20:51.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18T05:21:43.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:21:43.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:22:43.759Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:22:43.779Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:23:43.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:23:43.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:24:43.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:24:43.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:25:43.765Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:25:43.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:26:43.767Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:26:43.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:27:43.769Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:27:43.784Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:28:43.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:28:43.787Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:29:43.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:29:43.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:29:44.968Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Node -1 disconnected.
2023-01-18T05:29:44.984Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Node -1 disconnected.
2023-01-18T05:29:44.987Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Node -1 disconnected.
2023-01-18T05:30:27.561Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-18T05:30:43.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:30:43.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:31:43.775Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:31:43.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:32:43.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:32:43.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:33:43.778Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:33:43.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:34:43.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:34:43.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:35:43.781Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:35:43.797Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:36:43.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:36:43.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:37:43.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:37:43.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:38:43.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:38:43.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:39:43.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:39:43.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:40:43.788Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:40:43.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:41:43.791Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:41:43.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:42:43.792Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:42:43.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:43:43.794Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:43:43.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:44:43.795Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:44:43.808Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:45:43.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:45:43.809Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:46:43.797Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:46:43.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:47:43.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:47:43.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:48:43.802Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:48:43.811Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:49:43.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:49:43.812Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:50:43.804Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:50:43.813Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:51:43.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:51:43.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:52:43.807Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:52:43.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:53:43.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:53:43.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:54:43.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:54:43.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:55:43.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:55:43.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:56:43.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:56:43.819Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:57:43.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:57:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:58:43.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:58:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:59:43.817Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:59:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:00:43.820Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:00:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:01:43.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:01:43.822Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:02:43.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:02:43.823Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:03:43.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:03:43.823Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:04:43.824Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:04:43.825Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:05:43.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:05:43.826Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:06:43.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:06:43.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:07:43.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:07:43.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:08:43.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:08:43.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:09:43.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:09:43.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:10:43.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:10:43.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:11:43.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:11:43.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:12:43.836Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:12:43.835Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:13:43.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:13:43.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:14:43.838Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:14:43.838Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:15:43.839Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:15:43.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:16:43.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:16:43.840Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:17:43.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:17:43.842Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:18:43.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:18:43.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:19:43.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:19:43.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:20:43.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:20:43.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:21:43.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:21:43.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:22:02.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:22:02.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"bb2b58e7-5d03-4ec4-b98d-ce294699dfff","serviceName":"vFW 2023-01-18 06-21-03","serviceVersion":"1.0","serviceUUID":"a1c78fe0-6097-4ad2-b53d-41a58dd9762a","serviceDescription":"catalog service description","serviceInvariantUUID":"03cc5b70-7eae-40bc-89fe-fe7e420760f2","resources":[{"resourceInstanceName":"vFW fcbc6185-f11d 0","resourceName":"vFW fcbc6185-f11d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4cb80d16-8a2d-4c38-af0e-3476c39053a6","resourceInvariantUUID":"dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f","resourceCustomizationUUID":"596812b4-b14f-4686-8ed4-adac6e5dcafb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml","artifactChecksum":"ODI5MTBiZTlhNjEwYWUzOGRhZDYxNmU4NmIxYmZmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60890301-83d7-40db-9dcd-c77b58d11ead","artifactVersion":"1"},{"artifactName":"vfwfcbc6185f11d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json","artifactChecksum":"ZDAwYzMxN2U2OWU5MzYzNTAzYzUyMTA0N2ZjYjEyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0574e68a-c2ea-4371-83b3-31f63e465693","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2YwM2ZhMTZkYmY0ZWM0MTU4MmM5OWNmM2IxOGIxMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84419658-fce4-45b0-8a24-fdf0232d8264","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d7d4c75a-bc46-4584-8661-0e99dd99c344","artifactVersion":"2","generatedFromUUID":"7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230118062103-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml","artifactChecksum":"MjFkNThjYmEzZTNlNzZmYjQ0N2IzODJhNjFlMzJmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e9b4948-23c7-4741-ada1-7fc2bab97476","artifactVersion":"1"},{"artifactName":"service-Vfw20230118062103-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar","artifactChecksum":"YTAyYTcxMTM3YmMxZmI5ZWE4ZWU0MzA5NjAxYzlmYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2cfa311-c6aa-4ed0-901d-cf00b2527861","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:22:02.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:02.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:02.790Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:02.791Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:02.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.800Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:22:02.858Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:22:03.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:03.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:03.827Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:03.827Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:04.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:04.829Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:04.829Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:04.829Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:05.831Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:05.832Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:05.832Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:05.832Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:06.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:06.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:06.835Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:06.835Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:07.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:07.837Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:07.837Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:07.838Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:08.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:08.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:08.840Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:08.840Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:09.843Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"serviceName": "vFW 2023-01-18 06-21-03",
"serviceVersion": "1.0",
"serviceUUID": "a1c78fe0-6097-4ad2-b53d-41a58dd9762a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "03cc5b70-7eae-40bc-89fe-fe7e420760f2",
"resources": [
{
"resourceInstanceName": "vFW fcbc6185-f11d 0",
"resourceCustomizationUUID": "596812b4-b14f-4686-8ed4-adac6e5dcafb",
"resourceName": "vFW fcbc6185-f11d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4cb80d16-8a2d-4c38-af0e-3476c39053a6",
"resourceInvariantUUID": "dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfcbc6185f11d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"artifactChecksum": "ZDAwYzMxN2U2OWU5MzYzNTAzYzUyMTA0N2ZjYjEyM2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0574e68a-c2ea-4371-83b3-31f63e465693",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d7d4c75a-bc46-4584-8661-0e99dd99c344",
"generatedFromUUID": "7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d7d4c75a-bc46-4584-8661-0e99dd99c344",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230118062103-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"artifactChecksum": "YTAyYTcxMTM3YmMxZmI5ZWE4ZWU0MzA5NjAxYzlmYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2cfa311-c6aa-4ed0-901d-cf00b2527861"
}
],
"workloadContext": "Production"
}
2023-01-18T06:22:09.846Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:22:09.846Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1c78fe0-6097-4ad2-b53d-41a58dd9762a ASDC
2023-01-18T06:22:09.978Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bb2b58e7-5d03-4ec4-b98d-ce294699dfff
ServiceName:vFW 2023-01-18 06-21-03
ServiceVersion:1.0
ServiceUUID:a1c78fe0-6097-4ad2-b53d-41a58dd9762a
ServiceInvariantUUID:03cc5b70-7eae-40bc-89fe-fe7e420760f2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230118062103-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
ArtifactUUID:e2cfa311-c6aa-4ed0-901d-cf00b2527861
ArtifactChecksum:YTAyYTcxMTM3YmMxZmI5ZWE4ZWU0MzA5NjAxYzlmYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fcbc6185-f11d 0
ResourceCustomizationUUID:596812b4-b14f-4686-8ed4-adac6e5dcafb
ResourceInvariantUUID:dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f
ResourceName:vFW fcbc6185-f11d
ResourceType:VF
ResourceUUID:4cb80d16-8a2d-4c38-af0e-3476c39053a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfcbc6185f11d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
ArtifactUUID:0574e68a-c2ea-4371-83b3-31f63e465693
ArtifactChecksum:ZDAwYzMxN2U2OWU5MzYzNTAzYzUyMTA0N2ZjYjEyM2I=
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/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
ArtifactUUID:7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70
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/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
ArtifactUUID:d7d4c75a-bc46-4584-8661-0e99dd99c344
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/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
ArtifactUUID:d7d4c75a-bc46-4584-8661-0e99dd99c344
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-18T06:22:09.978Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1c78fe0-6097-4ad2-b53d-41a58dd9762a 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-18T06:22:10.216Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:22:10.217Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:22:10.218Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:22:10.219Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2cfa311-c6aa-4ed0-901d-cf00b2527861 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:10.219Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:10.220Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:10.336Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:10.361Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar e2cfa311-c6aa-4ed0-901d-cf00b2527861 101501
2023-01-18T06:22:10.363Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar ASDC sendASDCNotification
2023-01-18T06:22:10.363Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:10.364Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:10.365Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:10.365Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:10.365Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022930362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:11.366Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:22:11.368Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:22:11.369Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e2cfa311-c6aa-4ed0-901d-cf00b2527861, URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar to file: /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:11.369Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230118062103-csar.csar
2023-01-18T06:22:11.453Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:11.454Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:12.195Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5098455276950220169/Definitions/service-Vfw20230118062103-template.yml
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
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
2023-01-18T06:22:15.352Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:22:15.379Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:22:15.379Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fcbc6185-f11d 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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.382Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.382Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:22:15.389Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.390Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.394Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.394Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:22:15.396Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:22:15.397Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.399Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.401Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:22:15.405Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.405Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:22:15.406Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc9308bc-0627-418b-8ba0-860700d9cfb2
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1d2250a-6096-4030-b24a-9c382b33b66a
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd1d97cb-2592-4b42-a2bc-db30dd35971b
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.420Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.420Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:15.420Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.421Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-18 06-21-03
Description:catalog service description
Model UUID:a1c78fe0-6097-4ad2-b53d-41a58dd9762a
Model Version:NULL
Model InvariantUuid:03cc5b70-7eae-40bc-89fe-fe7e420760f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fcbc6185-f11d
Model UUID:d4ac2018-1b2a-4548-8f56-b48c15c2a710
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:596812b4-b14f-4686-8ed4-adac6e5dcafb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f0076bc9-ada9-4323-88df-b166674ed146
ModelName:VfwFcbc6185F11d..base_vfw..module-0
ModelUuid:8ecbecd7-a927-4026-bdbd-230dc0a2774e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bc9308bc-0627-418b-8ba0-860700d9cfb2
ModelInvariantUuid:766da521-bde3-4cbc-a846-01b853268970
ModelName:vFW fcbc6185-f11d-nodes.vfwCvfc
ModelUuid:8501f64d-775d-4530-813e-23a1818907c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6551017a-4116-4fd5-b62c-504282efa361
ModelInvariantUuid:0974151b-9230-445a-ab12-96bfa5d3c700
ModelName:VfwFcbc6185F11d.compute.nodes.heat.vfw
ModelUuid:c38821dc-5862-4116-b883-1d6066731b4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e1d2250a-6096-4030-b24a-9c382b33b66a
ModelInvariantUuid:be2d2443-18ad-4a29-b82e-9d5dfe7c79dd
ModelName:vFW fcbc6185-f11d-nodes.vsnCvfc
ModelUuid:40be79b1-dd48-4391-a2f8-e3b7cbd55e14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e786c65f-39ce-4b85-acdc-f1e23a06d6a3
ModelInvariantUuid:3fbdaacf-eb4d-49c6-bc43-0f0c95825ab7
ModelName:VfwFcbc6185F11d.compute.nodes.heat.vsn
ModelUuid:d354d3ac-5163-4f5e-8ddc-0afbea2feec8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd1d97cb-2592-4b42-a2bc-db30dd35971b
ModelInvariantUuid:ea6f9176-2083-464e-9c4d-356d159b4aae
ModelName:vFW fcbc6185-f11d-nodes.vpgCvfc
ModelUuid:6851bcef-e3fa-4047-948b-f3bd4dd0811f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4061377c-cf79-40c1-9e6e-7faf41663a6a
ModelInvariantUuid:c4f288d0-ec64-4bbf-b2f6-cb44628aed15
ModelName:VfwFcbc6185F11d.compute.nodes.heat.vpg
ModelUuid:0d31da06-d948-4c9f-af0a-f0ccc7d60100
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-18T06:22:15.442Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4cb80d16-8a2d-4c38-af0e-3476c39053a6
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-18T06:22:15.527Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||vFW fcbc6185-f11d 0
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4cb80d16-8a2d-4c38-af0e-3476c39053a6
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0574e68a-c2ea-4371-83b3-31f63e465693 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:15.591Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:15.591Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json 0574e68a-c2ea-4371-83b3-31f63e465693 785
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json ASDC sendASDCNotification
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:15.593Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:15.593Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022935592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:16.595Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFcbc6185F11d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f0076bc9-ada9-4323-88df-b166674ed146",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8ecbecd7-a927-4026-bdbd-230dc0a2774e",
"vfModuleModelCustomizationUUID": "3cc34fec-b666-4a6f-821a-f398b5a8110b",
"isBase": true,
"artifacts": [
"7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70",
"d7d4c75a-bc46-4584-8661-0e99dd99c344"
],
"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-18T06:22:16.614Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFcbc6185F11d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ecbecd7-a927-4026-bdbd-230dc0a2774e
VfModuleModelInvariantUUID:f0076bc9-ada9-4323-88df-b166674ed146
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70
,
d7d4c75a-bc46-4584-8661-0e99dd99c344
}
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-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFcbc6185F11d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f0076bc9-ada9-4323-88df-b166674ed146",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8ecbecd7-a927-4026-bdbd-230dc0a2774e",
"vfModuleModelCustomizationUUID": "3cc34fec-b666-4a6f-821a-f398b5a8110b",
"isBase": true,
"artifacts": [
"7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70",
"d7d4c75a-bc46-4584-8661-0e99dd99c344"
],
"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-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFcbc6185F11d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ecbecd7-a927-4026-bdbd-230dc0a2774e
VfModuleModelInvariantUUID:f0076bc9-ada9-4323-88df-b166674ed146
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70
,
d7d4c75a-bc46-4584-8661-0e99dd99c344
}
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-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:16.620Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:16.683Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml 7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70 20368
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:16.685Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:16.685Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:16.685Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022936684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:17.686Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7d4c75a-bc46-4584-8661-0e99dd99c344 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:17.686Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:17.686Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:17.737Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:17.737Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env d7d4c75a-bc46-4584-8661-0e99dd99c344 2098
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022937738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:18.739Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a1c78fe0-6097-4ad2-b53d-41a58dd9762a
2023-01-18T06:22:18.740Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fcbc6185-f11d 0 4cb80d16-8a2d-4c38-af0e-3476c39053a6 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-18T06:22:18.781Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@153b7d0b, org.onap.sdc.toscaparser.api.parameters.Input@50f785d1, org.onap.sdc.toscaparser.api.parameters.Input@1c12c323, org.onap.sdc.toscaparser.api.parameters.Input@755ac7f7, org.onap.sdc.toscaparser.api.parameters.Input@3b472f72]
2023-01-18T06:22:18.784Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 596812b4-b14f-4686-8ed4-adac6e5dcafb
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 596812b4-b14f-4686-8ed4-adac6e5dcafb matches Tosca VF Customization UUID: 596812b4-b14f-4686-8ed4-adac6e5dcafb
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 596812b4-b14f-4686-8ed4-adac6e5dcafb 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-18T06:22:18.794Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.794Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 596812b4-b14f-4686-8ed4-adac6e5dcafb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@aff5e96
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:22:18.797Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cc34fec-b666-4a6f-821a-f398b5a8110b
2023-01-18T06:22:18.798Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cc34fec-b666-4a6f-821a-f398b5a8110b
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-18T06:22:18.804Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.805Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.805Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.806Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.806Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.806Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.807Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.807Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:18.807Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.809Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:18.809Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.809Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:18.810Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.810Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc9308bc-0627-418b-8ba0-860700d9cfb2
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-18T06:22:18.819Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.820Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.820Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.820Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1d2250a-6096-4030-b24a-9c382b33b66a
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-18T06:22:18.825Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.826Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.826Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.828Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd1d97cb-2592-4b42-a2bc-db30dd35971b
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-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.835Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.835Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=596812b4-b14f-4686-8ed4-adac6e5dcafb
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-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a1c78fe0-6097-4ad2-b53d-41a58dd9762a: vFW fcbc6185-f11d
2023-01-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.840Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-18 06-21-03
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-18T06:22:19.135Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fcbc6185-f11d 4cb80d16-8a2d-4c38-af0e-3476c39053a6 1 ASDC deployResourceStructure
2023-01-18T06:22:19.135Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json ASDC sendASDCNotification
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:19.137Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022939135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:20.138Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-18T06:22:20.138Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:20.138Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:20.139Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:20.139Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:20.139Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022940138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:21.141Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-18T06:22:21.141Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022941141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:22.143Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar ASDC sendASDCNotification
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:22.145Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022942143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:23.146Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:22:23.175Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:22:23.177Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:22:23.177Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:22:23.178Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:22:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:22:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:22:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:22:53.178Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:22:53.189Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:22:53.191Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:22:53.191Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:22:53.191Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:23:23.192Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:23:23.203Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:23:23.205Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:23:23.207Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:23:23.207Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:23:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:23:43.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.765Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022921529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022880808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022910900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022903848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022906771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022913289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022930401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022929985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022930076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022930362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022930592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022931417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022931097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-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-18T06:23:43.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.797Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.806Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022931123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "policy-distribution",
"timestamp": 1674022932420,
"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-18T06:23:43.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.811Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022932229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.824Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022933381,
"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-18T06:23:43.828Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "multicloud-k8s",
"timestamp": 1674022934386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022935592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022929547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022936684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022936898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022936821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022937738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022937903,
"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-18T06:23:43.845Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.845Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.855Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022939135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.856Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022940138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.857Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022941141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.858Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674022942143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.861Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.863Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.865Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.866Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022953084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.879Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "aai-model-loader",
"timestamp": 1674022954088,
"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-18T06:23:43.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.892Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022933421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022932101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1674022950510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022935397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022943294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022958810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022959236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022958913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022959518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022960240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.904Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1674022959918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-18T06:23:43.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:43.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.932Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022959897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.933Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "policy-distribution",
"timestamp": 1674022961241,
"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-18T06:23:43.938Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.938Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:43.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.947Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022960953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022961982,
"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-18T06:23:43.954Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.955Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:43.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022962229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "multicloud-k8s",
"timestamp": 1674022962987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674022963234,
"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-18T06:23:43.970Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:53.207Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:23:53.219Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:23:53.222Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:23:53.222Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:23:53.222Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:23:53.224Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:23:53.224Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-18T06:23:53.228Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:24:23.229Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:24:23.239Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff and serviceModelVersionId: a1c78fe0-6097-4ad2-b53d-41a58dd9762a
2023-01-18T06:24:23.239Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03cc5b70-7eae-40bc-89fe-fe7e420760f2
2023-01-18T06:24:38.655Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0
2023-01-18T06:24:38.770Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:24:39.271Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|INFO|500||Invoke
2023-01-18T06:24:39.277Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb2b58e7-5d03-4ec4-b98d-ce294699dfff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea4266dc-0285-4af9-bd77-efa2964da822], X-ECOMP-RequestID=[bb2b58e7-5d03-4ec4-b98d-ce294699dfff], X-TransactionId=[], X-ONAP-RequestID=[bb2b58e7-5d03-4ec4-b98d-ce294699dfff], Content-Type=[application/merge-patch+json]}
2023-01-18T06:24:39.393Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-18T06:24:39.666Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?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/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:24:39 GMT], content-length=[0], vertex-id=[430080], x-aai-txid=[2-aai-resources-230118-06:24:39:252-22800], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:24:39.668Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:24:39.669Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|INFO|500||InvokeReturn
2023-01-18T06:24:39.673Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:24:39.673Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-18T06:24:39.680Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-18T06:24:39.681Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb2b58e7-5d03-4ec4-b98d-ce294699dfff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:24:39.682Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:24:39.683Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:39.683Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:39.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023079681,
"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-18T06:24:40.696Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:24:40.701Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:24:40.701Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3e95957e-e54a-485e-9989-ed7d18e0d3e5","serviceName":"basic_onboard_pEUpFY","serviceVersion":"1.0","serviceUUID":"f66b993b-9dfc-4bf5-8d4c-5f8d7030db34","serviceDescription":"service","serviceInvariantUUID":"2e981991-23eb-4664-ae8b-e6186de67d55","resources":[{"resourceInstanceName":"basic_onboard_pEUpFY 0","resourceName":"basic_onboard_pEUpFY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c4389a7-ac92-465b-af8e-dc878de3c81a","resourceInvariantUUID":"142053d5-4877-430e-a0ad-f7f23d4ca5f8","resourceCustomizationUUID":"8f65680d-2304-48da-847e-a8674f0f0c66","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml","artifactChecksum":"NjQ2MGZmNWMxZjFmOGExZjIzZTgzYzAzYzlkODNhYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7e488bb-3801-4756-b574-f665b1fef48e","artifactVersion":"1"},{"artifactName":"basic_onboard_peupfy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json","artifactChecksum":"YTIwYjU0ZWJkYmIyMjQyNzg2YjYxZTFlZmY0MWFkYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc2a9d49-a012-4e24-b04a-dfe9bb573d25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13484108-efb8-4eca-869e-e6a5b862ca59","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7334f661-ebff-4660-b1b2-5b48ac6ce46c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8294eb69-7360-4148-9943-2f85131153d2","artifactVersion":"2","generatedFromUUID":"13484108-efb8-4eca-869e-e6a5b862ca59"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPeupfy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml","artifactChecksum":"OTE3NmIzMWFkODU0NmU0YWMyNmYwM2M0NTg2YmZiYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5cd81a2-1f1e-4794-9d39-8d074b555405","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPeupfy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar","artifactChecksum":"YWMxYWY4Yzg4Njk2MjY2MTk5YzYxOGJhYWEyZTZlY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:41.705Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:41.705Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:41.706Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:41.706Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:42.707Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:42.708Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:42.708Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:42.708Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:43.709Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:43.710Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:43.710Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:43.710Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022966680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022974060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "aai-model-loader",
"timestamp": 1674022975062,
"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-18T06:24:43.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:24:43.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:24:44.711Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:44.711Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:44.711Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:44.712Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:45.712Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:45.713Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:45.713Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:45.713Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:46.714Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:46.715Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:46.715Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:46.715Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:47.717Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"serviceName": "basic_onboard_pEUpFY",
"serviceVersion": "1.0",
"serviceUUID": "f66b993b-9dfc-4bf5-8d4c-5f8d7030db34",
"serviceDescription": "service",
"serviceInvariantUUID": "2e981991-23eb-4664-ae8b-e6186de67d55",
"resources": [
{
"resourceInstanceName": "basic_onboard_pEUpFY 0",
"resourceCustomizationUUID": "8f65680d-2304-48da-847e-a8674f0f0c66",
"resourceName": "basic_onboard_pEUpFY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0c4389a7-ac92-465b-af8e-dc878de3c81a",
"resourceInvariantUUID": "142053d5-4877-430e-a0ad-f7f23d4ca5f8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_peupfy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"artifactChecksum": "YTIwYjU0ZWJkYmIyMjQyNzg2YjYxZTFlZmY0MWFkYmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc2a9d49-a012-4e24-b04a-dfe9bb573d25",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "13484108-efb8-4eca-869e-e6a5b862ca59",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8294eb69-7360-4148-9943-2f85131153d2",
"generatedFromUUID": "13484108-efb8-4eca-869e-e6a5b862ca59"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8294eb69-7360-4148-9943-2f85131153d2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPeupfy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"artifactChecksum": "YWMxYWY4Yzg4Njk2MjY2MTk5YzYxOGJhYWEyZTZlY2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e"
}
],
"workloadContext": "Production"
}
2023-01-18T06:24:47.717Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:24:47.717Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f66b993b-9dfc-4bf5-8d4c-5f8d7030db34 ASDC
2023-01-18T06:24:47.718Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3e95957e-e54a-485e-9989-ed7d18e0d3e5
ServiceName:basic_onboard_pEUpFY
ServiceVersion:1.0
ServiceUUID:f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
ServiceInvariantUUID:2e981991-23eb-4664-ae8b-e6186de67d55
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPeupfy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
ArtifactUUID:9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e
ArtifactChecksum:YWMxYWY4Yzg4Njk2MjY2MTk5YzYxOGJhYWEyZTZlY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pEUpFY 0
ResourceCustomizationUUID:8f65680d-2304-48da-847e-a8674f0f0c66
ResourceInvariantUUID:142053d5-4877-430e-a0ad-f7f23d4ca5f8
ResourceName:basic_onboard_pEUpFY
ResourceType:VF
ResourceUUID:0c4389a7-ac92-465b-af8e-dc878de3c81a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_peupfy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
ArtifactUUID:bc2a9d49-a012-4e24-b04a-dfe9bb573d25
ArtifactChecksum:YTIwYjU0ZWJkYmIyMjQyNzg2YjYxZTFlZmY0MWFkYmY=
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/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:13484108-efb8-4eca-869e-e6a5b862ca59
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/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
ArtifactUUID:8294eb69-7360-4148-9943-2f85131153d2
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/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
ArtifactUUID:8294eb69-7360-4148-9943-2f85131153d2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-18T06:24:47.718Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f66b993b-9dfc-4bf5-8d4c-5f8d7030db34 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-18T06:24:47.748Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:47.750Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:47.819Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:47.823Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar 9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e 75676
2023-01-18T06:24:47.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar ASDC sendASDCNotification
2023-01-18T06:24:47.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:47.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:47.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:47.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:47.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023087824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:48.826Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:24:48.827Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:24:48.827Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e, URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar to file: /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:48.827Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:48.828Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:48.828Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:49.010Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4638205988410797769/Definitions/service-BasicOnboardPeupfy-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-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pEUpFY 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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is not matching search criteria
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is not matching search criteria
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44ca1dc2-dfdb-495e-bf82-602e50b6a31d
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:50.240Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.240Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pEUpFY
Description:service
Model UUID:f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
Model Version:NULL
Model InvariantUuid:2e981991-23eb-4664-ae8b-e6186de67d55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pEUpFY
Model UUID:2aeacdfe-2e6b-40e8-8825-565ffac04214
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:142053d5-4877-430e-a0ad-f7f23d4ca5f8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8f65680d-2304-48da-847e-a8674f0f0c66
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c646ec59-9558-4ac8-a8c3-09d48cf0f311
ModelName:BasicOnboardPeupfy..base_ubuntu18..module-0
ModelUuid:2e88630f-5c7b-43f0-92e0-942d372f4139
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:44ca1dc2-dfdb-495e-bf82-602e50b6a31d
ModelInvariantUuid:730f00d9-b9f3-48ee-bfd0-4f22ec79ee92
ModelName:basic_onboard_pEUpFY-nodes.ubuntu18Cvfc
ModelUuid:fc07a5fe-30b4-440f-868a-c986179445cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:894fddb1-45f7-4d55-945d-bf11b72d75b7
ModelInvariantUuid:6edd074b-8503-4f66-a94e-fa9f0f43582f
ModelName:BasicOnboardPeupfy.compute.nodes.heat.ubuntu18
ModelUuid:60165209-ab61-4e06-97bd-eb79e820ea10
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-18T06:24:50.247Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c4389a7-ac92-465b-af8e-dc878de3c81a
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-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||basic_onboard_pEUpFY 0
2023-01-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c4389a7-ac92-465b-af8e-dc878de3c81a
2023-01-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc2a9d49-a012-4e24-b04a-dfe9bb573d25 from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:50.251Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:50.315Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json bc2a9d49-a012-4e24-b04a-dfe9bb573d25 798
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json ASDC sendASDCNotification
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:50.317Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:50.317Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:50.317Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023090316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:51.318Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPeupfy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c646ec59-9558-4ac8-a8c3-09d48cf0f311",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e88630f-5c7b-43f0-92e0-942d372f4139",
"vfModuleModelCustomizationUUID": "b4378fa5-839c-418e-9ab3-33619e08fd28",
"isBase": true,
"artifacts": [
"13484108-efb8-4eca-869e-e6a5b862ca59",
"8294eb69-7360-4148-9943-2f85131153d2"
],
"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-18T06:24:51.322Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPeupfy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e88630f-5c7b-43f0-92e0-942d372f4139
VfModuleModelInvariantUUID:c646ec59-9558-4ac8-a8c3-09d48cf0f311
VfModuleModelDescription:NULL
Artifacts UUID List:{
13484108-efb8-4eca-869e-e6a5b862ca59
,
8294eb69-7360-4148-9943-2f85131153d2
}
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-18T06:24:51.324Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPeupfy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c646ec59-9558-4ac8-a8c3-09d48cf0f311",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e88630f-5c7b-43f0-92e0-942d372f4139",
"vfModuleModelCustomizationUUID": "b4378fa5-839c-418e-9ab3-33619e08fd28",
"isBase": true,
"artifacts": [
"13484108-efb8-4eca-869e-e6a5b862ca59",
"8294eb69-7360-4148-9943-2f85131153d2"
],
"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-18T06:24:51.324Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPeupfy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e88630f-5c7b-43f0-92e0-942d372f4139
VfModuleModelInvariantUUID:c646ec59-9558-4ac8-a8c3-09d48cf0f311
VfModuleModelDescription:NULL
Artifacts UUID List:{
13484108-efb8-4eca-869e-e6a5b862ca59
,
8294eb69-7360-4148-9943-2f85131153d2
}
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-18T06:24:51.324Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13484108-efb8-4eca-869e-e6a5b862ca59 from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:51.325Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:51.325Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:51.385Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:51.386Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml 13484108-efb8-4eca-869e-e6a5b862ca59 5033
2023-01-18T06:24:51.386Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-18T06:24:51.386Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023091386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:52.388Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8294eb69-7360-4148-9943-2f85131153d2 from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:52.388Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:52.388Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:52.449Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env 8294eb69-7360-4148-9943-2f85131153d2 909
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:52.451Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:52.451Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023092450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:53.451Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
2023-01-18T06:24:53.452Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pEUpFY 0 0c4389a7-ac92-465b-af8e-dc878de3c81a 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-18T06:24:53.468Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45633735, org.onap.sdc.toscaparser.api.parameters.Input@5470f1ce, org.onap.sdc.toscaparser.api.parameters.Input@27344bb3, org.onap.sdc.toscaparser.api.parameters.Input@5eda7d3e, org.onap.sdc.toscaparser.api.parameters.Input@2dc334f]
2023-01-18T06:24:53.469Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8f65680d-2304-48da-847e-a8674f0f0c66
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f65680d-2304-48da-847e-a8674f0f0c66 matches Tosca VF Customization UUID: 8f65680d-2304-48da-847e-a8674f0f0c66
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8f65680d-2304-48da-847e-a8674f0f0c66 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-18T06:24:53.472Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8f65680d-2304-48da-847e-a8674f0f0c66: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59235825
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.474Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:24:53.474Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4378fa5-839c-418e-9ab3-33619e08fd28
2023-01-18T06:24:53.474Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4378fa5-839c-418e-9ab3-33619e08fd28
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-18T06:24:53.476Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.476Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.476Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is not matching search criteria
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44ca1dc2-dfdb-495e-bf82-602e50b6a31d
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-18T06:24:53.480Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.480Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=8f65680d-2304-48da-847e-a8674f0f0c66
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-18T06:24:53.483Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.483Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f66b993b-9dfc-4bf5-8d4c-5f8d7030db34: basic_onboard_pEUpFY
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:24:53.486Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.486Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_pEUpFY
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-18T06:24:53.563Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pEUpFY 0c4389a7-ac92-465b-af8e-dc878de3c81a 1 ASDC deployResourceStructure
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json ASDC sendASDCNotification
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:53.565Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:53.565Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023093564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:54.566Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:54.568Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023094566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:55.568Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:55.570Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023095568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:56.574Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar ASDC sendASDCNotification
2023-01-18T06:24:56.575Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:56.575Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:56.575Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:56.576Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:56.576Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023096574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:57.577Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5
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-18T06:24:57.586Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5
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-18T06:24:57.589Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:24:57.589Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:24:57.589Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:24:57.590Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:24:57.590Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:24:57.590Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-18T06:24:57.596Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:25:27.596Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:25:27.602Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5 and serviceModelVersionId: f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
2023-01-18T06:25:27.602Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e981991-23eb-4664-ae8b-e6186de67d55
2023-01-18T06:25:27.603Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0
2023-01-18T06:25:27.606Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:25:27.655Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|INFO|500||Invoke
2023-01-18T06:25:27.656Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e95957e-e54a-485e-9989-ed7d18e0d3e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45faddec-bb95-4fe0-9ca7-e7e46924dad4], X-ECOMP-RequestID=[3e95957e-e54a-485e-9989-ed7d18e0d3e5], X-TransactionId=[], X-ONAP-RequestID=[3e95957e-e54a-485e-9989-ed7d18e0d3e5], Content-Type=[application/merge-patch+json]}
2023-01-18T06:25:27.679Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-18T06:25:27.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?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/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:25:27 GMT], content-length=[0], vertex-id=[167992], x-aai-txid=[0-aai-resources-230118-06:25:27:536-74567], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:25:27.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:25:27.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|INFO|500||InvokeReturn
2023-01-18T06:25:27.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:25:27.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-18T06:25:27.806Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e95957e-e54a-485e-9989-ed7d18e0d3e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:25:27.810Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023127809,
"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-18T06:25:28.820Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:25:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:25:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023079681,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "NOTIFIED"
}
2023-01-18T06:25:43.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:25:43.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:28.822Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:26:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:26:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023080696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023087824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023090316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023091386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023092450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023093564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023094566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023095568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023096574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023127809,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:27:28.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:27:43.756Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:28:28.826Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:28:43.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:29:28.828Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:29:43.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:30:28.830Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:30:43.758Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:31:15.331Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Node 1 disconnected.
2023-01-18T06:31:28.831Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:31:43.759Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:32:28.832Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:32:43.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:33:28.833Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:33:43.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:34:28.833Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:34:43.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:35:28.834Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:35:43.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:35:56.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-18T06:35:56.369Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ed92ae7b-9d9f-4c5e-8eae-899425784de2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fa3e701d-65f3-42f0-bca5-ea4c97303e7f","serviceDescription":"service","serviceInvariantUUID":"d5b57751-cb6d-48c8-9058-7846ea0e0eec","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f9270a9d-148a-416c-9558-2b8bdf55af83","resourceInvariantUUID":"faeeba19-6333-4950-9933-c9296d0431f9","resourceCustomizationUUID":"e041ef29-835e-45e4-b5a3-e928b1727161","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":"NTQwZDk3OTEzNWRmZjE3ZDVkZTJmZDY3Mzc4NmUyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06ca1c00-175e-4272-98a0-6138b5ce33b5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDA1Y2NmYjJkZGJhY2MwN2I5OGM2MzRiMjgxYzNlMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"889f7487-665f-4f51-91ea-4a3d91403e8a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:35:56.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:35:56.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:35:56.380Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:35:56.381Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023728834,
"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-18T06:35:56.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:35:56.409Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "aai-model-loader",
"timestamp": 1674023739547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023728834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:35:57.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:35:57.386Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:35:57.386Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:35:57.386Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023728834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:35:58.387Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "fa3e701d-65f3-42f0-bca5-ea4c97303e7f",
"serviceDescription": "service",
"serviceInvariantUUID": "d5b57751-cb6d-48c8-9058-7846ea0e0eec",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e041ef29-835e-45e4-b5a3-e928b1727161",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f9270a9d-148a-416c-9558-2b8bdf55af83",
"resourceInvariantUUID": "faeeba19-6333-4950-9933-c9296d0431f9",
"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": "ZDA1Y2NmYjJkZGJhY2MwN2I5OGM2MzRiMjgxYzNlMjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "889f7487-665f-4f51-91ea-4a3d91403e8a"
}
],
"workloadContext": "Production"
}
2023-01-18T06:35:58.387Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:35:58.387Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa3e701d-65f3-42f0-bca5-ea4c97303e7f ASDC
2023-01-18T06:35:58.388Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ed92ae7b-9d9f-4c5e-8eae-899425784de2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fa3e701d-65f3-42f0-bca5-ea4c97303e7f
ServiceInvariantUUID:d5b57751-cb6d-48c8-9058-7846ea0e0eec
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:889f7487-665f-4f51-91ea-4a3d91403e8a
ArtifactChecksum:ZDA1Y2NmYjJkZGJhY2MwN2I5OGM2MzRiMjgxYzNlMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e041ef29-835e-45e4-b5a3-e928b1727161
ResourceInvariantUUID:faeeba19-6333-4950-9933-c9296d0431f9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f9270a9d-148a-416c-9558-2b8bdf55af83
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-18T06:35:58.388Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa3e701d-65f3-42f0-bca5-ea4c97303e7f 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-18T06:35:58.418Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:35:58.419Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:35:58.419Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:35:58.420Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 889f7487-665f-4f51-91ea-4a3d91403e8a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-18T06:35:58.420Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:35:58.420Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-18T06:35:58.524Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 889f7487-665f-4f51-91ea-4a3d91403e8a 57793
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:35:58.528Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023758527,
"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-18T06:35:59.529Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:35:59.530Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:35:59.530Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 889f7487-665f-4f51-91ea-4a3d91403e8a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:35:59.531Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-18T06:35:59.532Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:35:59.532Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:35:59.711Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7205977382392171578/Definitions/service-BasicNetwork-template.yml
2023-01-18T06:36:00.286Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.294Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.294Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.294Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:fa3e701d-65f3-42f0-bca5-ea4c97303e7f
Model Version:NULL
Model InvariantUuid:d5b57751-cb6d-48c8-9058-7846ea0e0eec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:faeeba19-6333-4950-9933-c9296d0431f9
Model UUID:11a268a2-de14-479b-af65-9dd5ef77d07c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e041ef29-835e-45e4-b5a3-e928b1727161
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-18T06:36:00.303Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: f9270a9d-148a-416c-9558-2b8bdf55af83
2023-01-18T06:36:00.303Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||No resources found for Service: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
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-18T06:36:00.311Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||
2023-01-18T06:36:00.311Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.318Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a726beb, org.onap.sdc.toscaparser.api.parameters.Input@72fe97cd, org.onap.sdc.toscaparser.api.parameters.Input@716b117d, org.onap.sdc.toscaparser.api.parameters.Input@5e1d0d7f, org.onap.sdc.toscaparser.api.parameters.Input@37d91864]
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fa3e701d-65f3-42f0-bca5-ea4c97303e7f: Generic NeutronNet
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.357Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.359Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.407Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:36:00.409Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023760408,
"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-18T06:36:01.409Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:36:01.424Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:36:01.426Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:36:01.426Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:36:01.426Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:36:31.427Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:36:31.437Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:36:31.439Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:36:31.439Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:36:31.439Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:36:43.756Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:36:43.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:36:43.758Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "policy-distribution",
"timestamp": 1674023742270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023750573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:01.440Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:37:01.450Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:37:01.453Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:37:01.454Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:37:01.454Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:37:31.454Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:37:31.463Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:37:31.465Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:37:31.466Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:37:31.466Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:37:43.756Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:37:43.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023744037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023740938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023753288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023728834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "aai-model-loader",
"timestamp": 1674023739547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "policy-distribution",
"timestamp": 1674023742270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023750573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023744037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023740938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023753288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023758583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "policy-distribution",
"timestamp": 1674023758910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "aai-model-loader",
"timestamp": 1674023758218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023758527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023759120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023759588,
"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-18T06:37:43.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:37:43.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "policy-distribution",
"timestamp": 1674023759914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:37:43.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023760408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "policy-distribution",
"timestamp": 1674023760916,
"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-18T06:37:43.791Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.791Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:37:43.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.798Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023760848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:37:43.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.799Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023761852,
"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-18T06:37:43.803Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.803Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "aai-model-loader",
"timestamp": 1674023762319,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "aai-model-loader",
"timestamp": 1674023763321,
"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-18T06:37:43.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:38:01.466Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:38:01.476Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:38:01.480Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-18T06:38:01.480Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:38:01.485Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:38:31.486Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:38:31.492Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2 and serviceModelVersionId: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
2023-01-18T06:38:31.492Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5b57751-cb6d-48c8-9058-7846ea0e0eec
2023-01-18T06:38:31.493Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0
2023-01-18T06:38:31.497Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:38:31.557Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?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-18T06:38:31.559Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0|INFO|500||Invoke
2023-01-18T06:38:31.582Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-18T06:38:31.684Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0|INFO|500||InvokeReturn
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:38:31 GMT], content-length=[0], vertex-id=[184472], x-aai-txid=[1-aai-resources-230118-06:38:31:443-74047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:38:31.694Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:38:31.695Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed92ae7b-9d9f-4c5e-8eae-899425784de2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:38:31.696Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:38:31.697Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:31.697Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:31.697Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023911695,
"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-18T06:38:32.711Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:38:32.723Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-18T06:38:32.723Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5f8802b6-bc3c-4272-ad33-ab27c9eacd96","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0da4b886-93f6-4166-b4df-c721d406ed0c","serviceDescription":"service","serviceInvariantUUID":"c2ccca97-4669-403e-8de7-a1be722b480f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"149f3cf9-522a-44d6-9aa4-22706631ed46","resourceInvariantUUID":"4ac12579-0e75-42f8-96ed-4389701cb380","resourceCustomizationUUID":"a1909f14-6ae3-4633-8c40-cf4873bb2e96","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzUwYjNjZjk2ZTc2NzU4MjlkMDJkMWQ0MjM3OGRhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"969d7e39-c8a4-4f94-aee0-42dd71ae5d7d","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f659495f-edf5-4318-b2c9-ba533d6b9f9b","artifactVersion":"2","generatedFromUUID":"9b50cc37-b359-42af-b221-cbbf25ce2f84"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b50cc37-b359-42af-b221-cbbf25ce2f84","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NmM0Yzc3MDZlZjMxZjE0OTlkOGIzNjQ4OTM0NzhiYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6345c706-76c8-4960-9e86-68dd8302ee0c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3940446c-30b3-457a-a804-dfb7250e57b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d5abfcd-490a-41c2-ba3f-de3c40f052f0","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffc88844-a26a-4bfc-a403-10ab73fc5bd0","artifactVersion":"2","generatedFromUUID":"3940446c-30b3-457a-a804-dfb7250e57b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGJhZjU3NGRhYTIyMGZjODRmYTJkYWU2NDdkMmZhMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab2d3661-fb6a-4d6d-ade5-10b598d310a5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzNjNmZjMDJiYTJiMjU5M2JlZTJhNmYxNzljNDM5NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:33.728Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:33.729Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:33.729Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:33.729Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:35.735Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:35.735Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:35.735Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:35.736Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:36.738Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:36.739Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:36.739Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:36.740Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:37.741Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:37.742Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:37.742Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:37.743Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:38.747Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:38.748Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:38.748Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:38.748Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:39.749Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:39.751Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:39.752Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:39.753Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:40.763Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:40.764Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:40.765Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:40.765Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023912711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:41.769Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "0da4b886-93f6-4166-b4df-c721d406ed0c",
"serviceDescription": "service",
"serviceInvariantUUID": "c2ccca97-4669-403e-8de7-a1be722b480f",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "a1909f14-6ae3-4633-8c40-cf4873bb2e96",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "149f3cf9-522a-44d6-9aa4-22706631ed46",
"resourceInvariantUUID": "4ac12579-0e75-42f8-96ed-4389701cb380",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f659495f-edf5-4318-b2c9-ba533d6b9f9b",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9b50cc37-b359-42af-b221-cbbf25ce2f84",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "NmM0Yzc3MDZlZjMxZjE0OTlkOGIzNjQ4OTM0NzhiYzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6345c706-76c8-4960-9e86-68dd8302ee0c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3940446c-30b3-457a-a804-dfb7250e57b9",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ffc88844-a26a-4bfc-a403-10ab73fc5bd0",
"generatedFromUUID": "3940446c-30b3-457a-a804-dfb7250e57b9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ffc88844-a26a-4bfc-a403-10ab73fc5bd0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YzNjNmZjMDJiYTJiMjU5M2JlZTJhNmYxNzljNDM5NGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce"
}
],
"workloadContext": "Production"
}
2023-01-18T06:38:41.770Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:38:41.770Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0da4b886-93f6-4166-b4df-c721d406ed0c ASDC
2023-01-18T06:38:41.771Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5f8802b6-bc3c-4272-ad33-ab27c9eacd96
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0da4b886-93f6-4166-b4df-c721d406ed0c
ServiceInvariantUUID:c2ccca97-4669-403e-8de7-a1be722b480f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce
ArtifactChecksum:YzNjNmZjMDJiYTJiMjU5M2JlZTJhNmYxNzljNDM5NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a1909f14-6ae3-4633-8c40-cf4873bb2e96
ResourceInvariantUUID:4ac12579-0e75-42f8-96ed-4389701cb380
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:149f3cf9-522a-44d6-9aa4-22706631ed46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:f659495f-edf5-4318-b2c9-ba533d6b9f9b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:9b50cc37-b359-42af-b221-cbbf25ce2f84
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:6345c706-76c8-4960-9e86-68dd8302ee0c
ArtifactChecksum:NmM0Yzc3MDZlZjMxZjE0OTlkOGIzNjQ4OTM0NzhiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3940446c-30b3-457a-a804-dfb7250e57b9
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:ffc88844-a26a-4bfc-a403-10ab73fc5bd0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:ffc88844-a26a-4bfc-a403-10ab73fc5bd0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-18T06:38:41.773Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0da4b886-93f6-4166-b4df-c721d406ed0c 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-18T06:38:41.828Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:38:41.828Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-18T06:38:41.900Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce 74001
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:41.904Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:41.904Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "SO-sdc-controller",
"timestamp": 1674023921903,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:42.904Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:38:42.905Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:38:42.905Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:42.906Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-18T06:38:42.906Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:42.906Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:43.025Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7592897637315562093/Definitions/service-BasicCnf-template.yml
2023-01-18T06:38:43.759Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:43.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023810512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023799547,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023760592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023791919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023788431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023813289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023826610,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023826998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023826676,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023826304,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023827300,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023828003,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023827683,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-18T06:38:43.826Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.826Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.834Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023827679,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "policy-distribution",
"timestamp": 1674023829004,
"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-18T06:38:43.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.840Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023828744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023829803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023829735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023830740,
"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-18T06:38:43.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.870Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023830876,
"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-18T06:38:43.877Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.877Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.884Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "multicloud-k8s",
"timestamp": 1674023831879,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023833541,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
"consumerID": "aai-model-loader",
"timestamp": 1674023834543,
"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-18T06:38:43.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023828685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023830006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023836763,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023830508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023837767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-18T06:38:43.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:43.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:43.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023838104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023838660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023839107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "policy-distribution",
"timestamp": 1674023840108,
"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-18T06:38:43.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:43.943Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:43.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.951Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023839863,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:43.951Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.954Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023840866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:38:43.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:43.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-18T06:38:43.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023843623,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023838769,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.985Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023845915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023841109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:43.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.988Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1674023846920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-18T06:38:44.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:38:44.002Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:38:44.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023832886,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:44.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023848177,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023848009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023848387,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023849179,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023849067,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.016Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "aai-model-loader",
"timestamp": 1674023849389,
"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-18T06:38:44.026Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:44.026Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:44.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "policy-distribution",
"timestamp": 1674023850181,
"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-18T06:38:44.040Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:38:44.040Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:38:44.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023850122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023851187,
"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-18T06:38:44.054Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:38:44.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:38:44.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023852052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "multicloud-k8s",
"timestamp": 1674023852217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023854027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.099Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023855032,
"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-18T06:38:44.105Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:44.105Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:44.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.117Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1674023850508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023835545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "aai-model-loader",
"timestamp": 1674023857470,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023843289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674023863135,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery