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-21T05:33:19.405Z||main|||||INFO|500||The following profiles are active: basic
2023-01-21T05:33:31.010Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-21T05:33:31.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-21T05:33:31.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-21T05:33:35.589Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-21T05:33:36.088Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-21T05:33:36.850Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-21T05:33:37.073Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-21T05:33:37.739Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-21T05:33:40.107Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-21T05:33:40.717Z||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-21T05:33:43.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-21T05:33:43.976Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-21T05:33:44.022Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-21T05:33:44.034Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-21T05:33:44.644Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-21T05:33:45.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-21T05:33:46.326Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-21T05:33:46.345Z||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$$20cf312a.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-21T05:33:46.346Z||main|||||WARN|500||The sdc end point is not alive
2023-01-21T05:33:49.605Z||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-21T05:33:52.820Z||main|||||WARN|500||---
2023-01-21T05:33:52.821Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-21T05:33:52.821Z||main|||||WARN|500||---
2023-01-21T05:33:53.240Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-21T05:33:58.618Z||main|||||INFO|500||Started Application in 42.466 seconds (JVM running for 44.529)
2023-01-21T05:33:58.632Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-21T05:33:58.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-21T05:33:58.641Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-21T05:33:58.687Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8f92d27c-6953-40b3-a5b0-f94ef29c8054 url= /sdc/v1/artifactTypes
2023-01-21T05:33:58.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-21T05:33:58.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-21T05:33:59.020Z||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-21T05:33:59.020Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-21T05:33:59.020Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6876c213-adca-41a9-8ff8-d1895e0f1ef2 url= /sdc/v1/distributionKafkaData
2023-01-21T05:33:59.021Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-21T05:33:59.036Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-21T05:33:59.042Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@7e7c9279
2023-01-21T05:33:59.112Z||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-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5
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-21T05:33:59.162Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Instantiated an idempotent producer.
2023-01-21T05:33:59.250Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-21T05:33:59.311Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-21T05:33:59.311Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-21T05:33:59.311Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674279239308
2023-01-21T05:33:59.316Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-21T05:33:59.336Z||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-527a1d8e-7e11-4593-9741-d39f2fe36632
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-21T05:33:59.427Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-21T05:33:59.427Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-21T05:33:59.428Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674279239427
2023-01-21T05:33:59.429Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:33:59.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:33:59.432Z||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-c4ed8560-a0d7-44c6-8038-f3607d633aa8
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-21T05:33:59.446Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-21T05:33:59.447Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-21T05:33:59.447Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674279239446
2023-01-21T05:33:59.448Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:33:59.449Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:33:59.455Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-21T05:34:00.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.142Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Cluster ID: 3SZvfsQQSI-9p5CuPb96Aw
2023-01-21T05:34:00.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.145Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] ProducerId set to 2002 with epoch 0
2023-01-21T05:34:00.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Cluster ID: 3SZvfsQQSI-9p5CuPb96Aw
2023-01-21T05:34:00.147Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Cluster ID: 3SZvfsQQSI-9p5CuPb96Aw
2023-01-21T05:34:00.148Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-21T05:34:00.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-21T05:34:00.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] (Re-)joining group
2023-01-21T05:34:00.166Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] (Re-)joining group
2023-01-21T05:34:00.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2
2023-01-21T05:34:00.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e
2023-01-21T05:34:00.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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-21T05:34:00.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] (Re-)joining group
2023-01-21T05:34:00.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:00.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] (Re-)joining group
2023-01-21T05:34:06.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e', protocol='range'}
2023-01-21T05:34:06.240Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2', protocol='range'}
2023-01-21T05:34:06.277Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e=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-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2=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-21T05:34:06.296Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e', protocol='range'}
2023-01-21T05:34:06.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.310Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2', protocol='range'}
2023-01-21T05:34:06.310Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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-21T05:34:06.310Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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-21T05:34:06.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-21T05:34:06.315Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-21T05:34:06.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-21T05:34:06.345Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-21T05:34:06.346Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-21T05:34:06.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-21T05:34:06.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-21T05:34:06.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-21T05:34:06.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-21T05:34:06.400Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.405Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:59.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:34:59.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:35:59.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:35:59.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:36:59.439Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:36:59.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:37:59.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:37:59.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:38:59.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:38:59.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:39:59.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:39:59.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:40:59.444Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:40:59.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:41:59.446Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:41:59.456Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:42:59.448Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:42:59.457Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:43:00.194Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Node -1 disconnected.
2023-01-21T05:43:00.196Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Node -1 disconnected.
2023-01-21T05:43:00.413Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Node -1 disconnected.
2023-01-21T05:43:18.371Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-21T05:43:59.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:43:59.458Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:44:59.450Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:44:59.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:45:59.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:45:59.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:46:59.454Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:46:59.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:47:59.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:47:59.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:48:59.458Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:48:59.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:49:59.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:49:59.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:50:59.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:50:59.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:51:59.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:51:59.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:52:59.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:52:59.471Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:53:59.466Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:53:59.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:54:59.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:54:59.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:55:59.469Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:55:59.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:56:59.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:56:59.475Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:57:59.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:57:59.476Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:58:59.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:58:59.477Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:59:59.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:59:59.478Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:00:59.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:00:59.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:01:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:01:59.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:02:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:02:59.481Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:03:59.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:03:59.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:04:59.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:04:59.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:05:59.482Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:05:59.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:06:59.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:06:59.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:07:59.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:07:59.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:08:59.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:08:59.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:09:59.489Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:09:59.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:10:59.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:10:59.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:11:59.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:11:59.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:12:59.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:12:59.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:13:59.495Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:13:59.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:14:59.497Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:14:59.497Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:15:59.498Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:15:59.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:16:59.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:16:59.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:17:59.501Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:17:59.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:18:59.504Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:18:59.504Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:19:59.504Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:19:59.505Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:20:59.506Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:20:59.506Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:21:59.507Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:21:59.508Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:22:59.509Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:22:59.509Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:23:59.510Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:23:59.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:24:59.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:24:59.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:25:59.513Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:25:59.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:26:59.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:26:59.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:27:59.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:27:59.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:28:59.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:28:59.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:29:59.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:29:59.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:30:59.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:30:59.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:31:59.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:31:59.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:32:59.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:32:59.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:33:59.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:33:59.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:34:59.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:34:59.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:35:59.529Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:35:59.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:36:59.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:36:59.531Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:37:59.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:37:59.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:38:59.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:38:59.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:39:59.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:39:59.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:40:59.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:40:59.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:41:59.541Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:41:59.542Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:42:59.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:42:59.543Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:02.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-21T06:43:02.827Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"be54294a-bb46-4827-ba22-572d53684b23","serviceName":"vFW 2023-01-21 06-41-50","serviceVersion":"1.0","serviceUUID":"a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec","serviceDescription":"catalog service description","serviceInvariantUUID":"825903d5-d960-42c3-9aad-20e62ddfb4a0","resources":[{"resourceInstanceName":"vFW 0f815202-a813 0","resourceName":"vFW 0f815202-a813","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2f2a048-229e-4c92-8cfe-4b465b4de7d2","resourceInvariantUUID":"8531298a-dd02-457e-b24f-3f0fdd706a7c","resourceCustomizationUUID":"dc493c27-99d4-4a72-9dc1-5719a2ec546b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml","artifactChecksum":"ZDE4OWVmNzkxZDVmZTE1M2RlMGJkNWRiNmMwNTNhYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85a8472d-fcaf-4f41-b621-e01ecc1a7491","artifactVersion":"1"},{"artifactName":"vfw0f815202a8130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json","artifactChecksum":"MGEzYmUwMDE0ODJhYzM3NGY1ZjA5MjdjZjNiNTE2M2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c577f78-6b57-42e9-92c7-ee05be6e72a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml","artifactChecksum":"N2NkNDlmY2I4ODgwMDdkNjg4OTM4Njg5YzExNzJkMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22251457-a76c-4517-abd4-40561cc1fb9d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"066fdf6b-1281-4a51-ab2b-427293fddb4d","artifactVersion":"2","generatedFromUUID":"2c577f78-6b57-42e9-92c7-ee05be6e72a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230121064150-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml","artifactChecksum":"ZGRlNGUwNDBiZGY1OWU2ZjFjMDMzYjE1MWFiNWQ1YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b89f6933-8bc7-4d53-b677-875d029e1c5d","artifactVersion":"1"},{"artifactName":"service-Vfw20230121064150-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar","artifactChecksum":"MjNhNmNlMzQwNjE0YjQ3MzczNzE2M2FhOWUzNTVkNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b95255-2541-4eb8-9f6d-785af9556876","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T06:43:02.850Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:02.860Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:02.861Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:02.861Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:02.868Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.870Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.870Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T06:43:02.968Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:43:02.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:04.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:04.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:04.896Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:04.896Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:06.899Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:06.900Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:06.900Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:06.900Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:07.901Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:07.902Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:07.902Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:07.903Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:08.903Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:08.904Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:08.904Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:08.904Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:09.907Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"serviceName": "vFW 2023-01-21 06-41-50",
"serviceVersion": "1.0",
"serviceUUID": "a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "825903d5-d960-42c3-9aad-20e62ddfb4a0",
"resources": [
{
"resourceInstanceName": "vFW 0f815202-a813 0",
"resourceCustomizationUUID": "dc493c27-99d4-4a72-9dc1-5719a2ec546b",
"resourceName": "vFW 0f815202-a813",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f2f2a048-229e-4c92-8cfe-4b465b4de7d2",
"resourceInvariantUUID": "8531298a-dd02-457e-b24f-3f0fdd706a7c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0f815202a8130_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"artifactChecksum": "MGEzYmUwMDE0ODJhYzM3NGY1ZjA5MjdjZjNiNTE2M2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c577f78-6b57-42e9-92c7-ee05be6e72a2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "066fdf6b-1281-4a51-ab2b-427293fddb4d",
"generatedFromUUID": "2c577f78-6b57-42e9-92c7-ee05be6e72a2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "066fdf6b-1281-4a51-ab2b-427293fddb4d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230121064150-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"artifactChecksum": "MjNhNmNlMzQwNjE0YjQ3MzczNzE2M2FhOWUzNTVkNmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98b95255-2541-4eb8-9f6d-785af9556876"
}
],
"workloadContext": "Production"
}
2023-01-21T06:43:09.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T06:43:09.908Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec ASDC
2023-01-21T06:43:10.010Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:be54294a-bb46-4827-ba22-572d53684b23
ServiceName:vFW 2023-01-21 06-41-50
ServiceVersion:1.0
ServiceUUID:a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
ServiceInvariantUUID:825903d5-d960-42c3-9aad-20e62ddfb4a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230121064150-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
ArtifactUUID:98b95255-2541-4eb8-9f6d-785af9556876
ArtifactChecksum:MjNhNmNlMzQwNjE0YjQ3MzczNzE2M2FhOWUzNTVkNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f815202-a813 0
ResourceCustomizationUUID:dc493c27-99d4-4a72-9dc1-5719a2ec546b
ResourceInvariantUUID:8531298a-dd02-457e-b24f-3f0fdd706a7c
ResourceName:vFW 0f815202-a813
ResourceType:VF
ResourceUUID:f2f2a048-229e-4c92-8cfe-4b465b4de7d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f815202a8130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
ArtifactUUID:0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83
ArtifactChecksum:MGEzYmUwMDE0ODJhYzM3NGY1ZjA5MjdjZjNiNTE2M2Q=
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/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
ArtifactUUID:2c577f78-6b57-42e9-92c7-ee05be6e72a2
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/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
ArtifactUUID:066fdf6b-1281-4a51-ab2b-427293fddb4d
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/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
ArtifactUUID:066fdf6b-1281-4a51-ab2b-427293fddb4d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-21T06:43:10.012Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec 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-21T06:43:10.273Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:43:10.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:43:10.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:43:10.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 98b95255-2541-4eb8-9f6d-785af9556876 from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:10.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:10.277Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:10.402Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:10.421Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar 98b95255-2541-4eb8-9f6d-785af9556876 101518
2023-01-21T06:43:10.422Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar ASDC sendASDCNotification
2023-01-21T06:43:10.423Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:10.423Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:10.424Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:10.424Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:10.424Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283390422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:11.425Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:43:11.426Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:43:11.426Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 98b95255-2541-4eb8-9f6d-785af9556876, URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar to file: /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:11.427Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230121064150-csar.csar
2023-01-21T06:43:11.526Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:11.526Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:12.283Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP551136751318954602/Definitions/service-Vfw20230121064150-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-21T06:43:15.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T06:43:15.301Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:43:15.301Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f815202-a813 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-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:43:15.309Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.310Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.314Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.314Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:43:15.316Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:43:15.319Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:43:15.319Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.319Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:43:15.327Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.327Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfabba28-bd4d-4854-97ef-91b8a1d0e529
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e1047bd-0dae-4ad9-8e87-037cde55ec1d
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ae27f31-cd4d-4d22-a248-222749ac53de
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.339Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:15.339Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.339Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-21 06-41-50
Description:catalog service description
Model UUID:a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
Model Version:NULL
Model InvariantUuid:825903d5-d960-42c3-9aad-20e62ddfb4a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0f815202-a813
Model UUID:8025eb75-cad5-4eeb-9c59-7066df3c8bb7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8531298a-dd02-457e-b24f-3f0fdd706a7c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dc493c27-99d4-4a72-9dc1-5719a2ec546b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:19882007-7082-4782-8270-df7fde09e745
ModelName:Vfw0f815202A813..base_vfw..module-0
ModelUuid:02230369-9922-4a65-b6ee-8260537e052e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cfabba28-bd4d-4854-97ef-91b8a1d0e529
ModelInvariantUuid:ea42c80f-2eb6-4444-8ba5-5b1e7c1b38ab
ModelName:vFW 0f815202-a813-nodes.vfwCvfc
ModelUuid:c97bed3a-3ece-4c10-ac84-46814ec06d9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a65fcd01-8a97-4bfa-8553-86810fa2605b
ModelInvariantUuid:655a0c51-d52d-4f5b-a42e-e7558b201a52
ModelName:Vfw0f815202A813.compute.nodes.heat.vfw
ModelUuid:52430500-e9b4-43bf-bfbc-a06969ec12b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1e1047bd-0dae-4ad9-8e87-037cde55ec1d
ModelInvariantUuid:85521fcb-93ab-4f4a-83b9-778e4a3e271a
ModelName:vFW 0f815202-a813-nodes.vsnCvfc
ModelUuid:751f58b7-06ac-49ca-b3b7-b33374a9e7cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4c862d3d-f95e-4f70-a079-facfedb4d348
ModelInvariantUuid:3cb208c1-8e41-4a75-a466-509e98a5e020
ModelName:Vfw0f815202A813.compute.nodes.heat.vsn
ModelUuid:85b96f7c-c7ca-4906-b78b-aab21c5c3f04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9ae27f31-cd4d-4d22-a248-222749ac53de
ModelInvariantUuid:11124b7a-7fd7-4fcd-8733-c2e3da879fb5
ModelName:vFW 0f815202-a813-nodes.vpgCvfc
ModelUuid:221bb162-4ce8-4a75-8b8a-bdac76480601
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4e5089c1-0e36-4997-8618-0aa0f7b0c5db
ModelInvariantUuid:843097b3-d0c4-458a-9027-e21bec419fde
ModelName:Vfw0f815202A813.compute.nodes.heat.vpg
ModelUuid:92b9edf1-1733-44c4-9f3e-4ff67e6e1746
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-21T06:43:15.364Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f2f2a048-229e-4c92-8cfe-4b465b4de7d2
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-21T06:43:15.454Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||vFW 0f815202-a813 0
2023-01-21T06:43:15.460Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2f2a048-229e-4c92-8cfe-4b465b4de7d2
2023-01-21T06:43:15.460Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83 from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:15.460Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:15.461Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:15.575Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:15.575Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json 0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83 785
2023-01-21T06:43:15.575Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json ASDC sendASDCNotification
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283395575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:16.578Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f815202A813..base_vfw..module-0",
"vfModuleModelInvariantUUID": "19882007-7082-4782-8270-df7fde09e745",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "02230369-9922-4a65-b6ee-8260537e052e",
"vfModuleModelCustomizationUUID": "ebb29eba-9c34-4367-9435-44ca3f2a5be5",
"isBase": true,
"artifacts": [
"2c577f78-6b57-42e9-92c7-ee05be6e72a2",
"066fdf6b-1281-4a51-ab2b-427293fddb4d"
],
"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-21T06:43:16.591Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f815202A813..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02230369-9922-4a65-b6ee-8260537e052e
VfModuleModelInvariantUUID:19882007-7082-4782-8270-df7fde09e745
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c577f78-6b57-42e9-92c7-ee05be6e72a2
,
066fdf6b-1281-4a51-ab2b-427293fddb4d
}
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-21T06:43:16.594Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f815202A813..base_vfw..module-0",
"vfModuleModelInvariantUUID": "19882007-7082-4782-8270-df7fde09e745",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "02230369-9922-4a65-b6ee-8260537e052e",
"vfModuleModelCustomizationUUID": "ebb29eba-9c34-4367-9435-44ca3f2a5be5",
"isBase": true,
"artifacts": [
"2c577f78-6b57-42e9-92c7-ee05be6e72a2",
"066fdf6b-1281-4a51-ab2b-427293fddb4d"
],
"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-21T06:43:16.594Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f815202A813..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02230369-9922-4a65-b6ee-8260537e052e
VfModuleModelInvariantUUID:19882007-7082-4782-8270-df7fde09e745
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c577f78-6b57-42e9-92c7-ee05be6e72a2
,
066fdf6b-1281-4a51-ab2b-427293fddb4d
}
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-21T06:43:16.595Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c577f78-6b57-42e9-92c7-ee05be6e72a2 from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:16.595Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:16.595Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:16.663Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:16.664Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml 2c577f78-6b57-42e9-92c7-ee05be6e72a2 20368
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:16.666Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:16.666Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283396664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:17.667Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 066fdf6b-1281-4a51-ab2b-427293fddb4d from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:17.667Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:17.667Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:17.791Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:17.791Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env 066fdf6b-1281-4a51-ab2b-427293fddb4d 2098
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283397791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:18.793Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
2023-01-21T06:43:18.794Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f815202-a813 0 f2f2a048-229e-4c92-8cfe-4b465b4de7d2 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-21T06:43:18.829Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ea60b5, org.onap.sdc.toscaparser.api.parameters.Input@6760ee30, org.onap.sdc.toscaparser.api.parameters.Input@170bc463, org.onap.sdc.toscaparser.api.parameters.Input@3ebae286, org.onap.sdc.toscaparser.api.parameters.Input@244fd22c]
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dc493c27-99d4-4a72-9dc1-5719a2ec546b
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc493c27-99d4-4a72-9dc1-5719a2ec546b matches Tosca VF Customization UUID: dc493c27-99d4-4a72-9dc1-5719a2ec546b
2023-01-21T06:43:18.834Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dc493c27-99d4-4a72-9dc1-5719a2ec546b 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-21T06:43:18.840Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.840Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.841Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dc493c27-99d4-4a72-9dc1-5719a2ec546b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-21T06:43:18.841Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@516db80e
2023-01-21T06:43:18.842Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.842Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:43:18.842Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ebb29eba-9c34-4367-9435-44ca3f2a5be5
2023-01-21T06:43:18.844Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ebb29eba-9c34-4367-9435-44ca3f2a5be5
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-21T06:43:18.849Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.849Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.849Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.850Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.850Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.851Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.851Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.851Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:18.854Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.854Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:18.855Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.855Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfabba28-bd4d-4854-97ef-91b8a1d0e529
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-21T06:43:18.868Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.868Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.868Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.869Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.869Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:18.869Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.872Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:18.872Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.872Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e1047bd-0dae-4ad9-8e87-037cde55ec1d
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-21T06:43:18.874Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.874Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.874Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.877Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.877Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:18.877Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.880Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.880Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-21T06:43:18.880Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ae27f31-cd4d-4d22-a248-222749ac53de
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-21T06:43:18.882Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.882Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.883Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.883Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.883Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.884Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=dc493c27-99d4-4a72-9dc1-5719a2ec546b
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-21T06:43:18.886Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.886Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.886Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec: vFW 0f815202-a813
2023-01-21T06:43:18.887Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.887Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.887Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.888Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.888Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.888Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.889Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.889Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.889Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:43:18.890Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.890Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-01-21 06-41-50
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-21T06:43:19.193Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f815202-a813 f2f2a048-229e-4c92-8cfe-4b465b4de7d2 1 ASDC deployResourceStructure
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json ASDC sendASDCNotification
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283399194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:20.195Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-21T06:43:20.195Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283400195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:21.197Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-21T06:43:21.197Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283401197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:22.199Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar ASDC sendASDCNotification
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283402199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:23.201Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:43:23.226Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:43:23.229Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:43:23.229Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:43:23.229Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:43:53.230Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:43:53.240Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:43:53.242Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:43:53.242Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:43:53.243Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:43:59.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:59.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T06:43:59.452Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:43:59.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:23.243Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:44:23.260Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:44:23.262Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:44:23.262Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:44:23.262Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:44:53.263Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:44:53.273Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:44:53.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:44:53.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:44:53.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:44:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:44:59.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.474Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.475Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.476Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.479Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.480Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.481Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283366957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283379542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283362538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.485Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283369824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283353186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283389263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283389291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283389307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283383775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283390422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.491Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283390278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283390326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-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-21T06:44:59.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283390368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283391084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.517Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "policy-distribution",
"timestamp": 1674283391282,
"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-21T06:44:59.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.533Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283391443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.534Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283392571,
"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-21T06:44:59.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "multicloud-k8s",
"timestamp": 1674283393576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283395575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283396664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283397791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283399194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283400195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283401197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283402199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283396191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283404059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283408451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "aai-model-loader",
"timestamp": 1674283409455,
"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-21T06:44:59.562Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.562Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283409810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283410815,
"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-21T06:44:59.576Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.577Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.584Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283422284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283413775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "ves-openapi-manager",
"timestamp": 1674283409240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283424582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283391330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283433014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283432696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283432687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283432695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283426190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283433699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.614Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "cds-sdc-listener",
"timestamp": 1674283433699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-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-21T06:44:59.642Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.642Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:44:59.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283433755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283433949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "policy-distribution",
"timestamp": 1674283434700,
"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-21T06:44:59.657Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.657Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:44:59.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283434844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283435876,
"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-21T06:44:59.671Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.671Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:44:59.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283436349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "multicloud-k8s",
"timestamp": 1674283436879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.682Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674283437356,
"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-21T06:44:59.687Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.687Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:45:23.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:45:23.293Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:45:23.298Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-21T06:45:23.304Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T06:45:53.305Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be54294a-bb46-4827-ba22-572d53684b23 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-21T06:45:53.321Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be54294a-bb46-4827-ba22-572d53684b23 and serviceModelVersionId: a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
2023-01-21T06:45:53.321Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 825903d5-d960-42c3-9aad-20e62ddfb4a0
2023-01-21T06:45:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:45:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283440852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:45:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "aai-model-loader",
"timestamp": 1674283441855,
"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-21T06:45:59.461Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:45:59.461Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:46:09.578Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0
2023-01-21T06:46:09.690Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T06:46:10.203Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?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-21T06:46:10.209Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0|INFO|500||Invoke
2023-01-21T06:46:10.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-21T06:46:10.590Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0|INFO|500||InvokeReturn
2023-01-21T06:46:10.591Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 06:46:09 GMT], content-length=[0], vertex-id=[151688], x-aai-txid=[2-aai-resources-230121-06:46:09:316-68760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T06:46:10.593Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-21T06:46:10.596Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T06:46:10.596Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-21T06:46:10.601Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-21T06:46:10.602Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be54294a-bb46-4827-ba22-572d53684b23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T06:46:10.603Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T06:46:10.604Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:10.604Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:10.604Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283570602,
"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-21T06:46:11.616Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:46:11.687Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-21T06:46:11.687Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"b45af771-a467-418f-983b-4002910c0620","serviceName":"basic_onboard_zPwOqC","serviceVersion":"1.0","serviceUUID":"c8cd1754-1d37-47ae-b9b1-5e9375ca6938","serviceDescription":"service","serviceInvariantUUID":"305bd6f7-4644-47cb-b16f-2e43ad80c0fc","resources":[{"resourceInstanceName":"basic_onboard_zPwOqC 0","resourceName":"basic_onboard_zPwOqC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4104b3bd-1210-4b15-84d3-2d5cf2b0d12a","resourceInvariantUUID":"379a07c5-0d63-4c1e-9fca-69ab8dc5ec26","resourceCustomizationUUID":"a07fe071-994a-4931-88f8-c57c58969d4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml","artifactChecksum":"YTFjYjA2N2RhNGIyNzUwODQyNzUwNDUzMjg0ODYzYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd538bd1-0924-4748-b4bc-78f6b8383678","artifactVersion":"1"},{"artifactName":"basic_onboard_zpwoqc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json","artifactChecksum":"ODlkNzgxMTc4MTY4MWIxYmIyYjVkMmNlMGQ2MDVjNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1e3fa76-edeb-461e-aeb9-e0121e4326f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b916353-318d-40ba-affd-88564926bb45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"468c5a2c-c582-49cb-94b2-d206f313d834","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd23ccef-051e-4ec3-bc5b-bd45f83b8b63","artifactVersion":"2","generatedFromUUID":"5b916353-318d-40ba-affd-88564926bb45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZpwoqc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml","artifactChecksum":"YTFmNGQyZWRiMDQyMjI1YWU3NTRiZDRhNWMxZTlmM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bb0049a-9f79-4640-b9cb-4b674799a43c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZpwoqc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar","artifactChecksum":"OWU4MGJlY2Y2MWNjNWY3MzQwNWJlMzczYzk2YWUxMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18d76450-7baa-4c02-aa72-a98202c75c76","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T06:46:11.690Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:11.691Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:11.691Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:11.691Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:12.692Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:12.692Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:12.692Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:12.693Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:13.694Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:13.694Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:13.695Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:13.695Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:14.695Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:14.696Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:14.697Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:14.697Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:15.698Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:15.699Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:15.699Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:15.699Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:16.700Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:16.700Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:16.701Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:16.701Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:17.702Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:17.702Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:17.702Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:17.703Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:18.704Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"serviceName": "basic_onboard_zPwOqC",
"serviceVersion": "1.0",
"serviceUUID": "c8cd1754-1d37-47ae-b9b1-5e9375ca6938",
"serviceDescription": "service",
"serviceInvariantUUID": "305bd6f7-4644-47cb-b16f-2e43ad80c0fc",
"resources": [
{
"resourceInstanceName": "basic_onboard_zPwOqC 0",
"resourceCustomizationUUID": "a07fe071-994a-4931-88f8-c57c58969d4d",
"resourceName": "basic_onboard_zPwOqC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4104b3bd-1210-4b15-84d3-2d5cf2b0d12a",
"resourceInvariantUUID": "379a07c5-0d63-4c1e-9fca-69ab8dc5ec26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zpwoqc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"artifactChecksum": "ODlkNzgxMTc4MTY4MWIxYmIyYjVkMmNlMGQ2MDVjNWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1e3fa76-edeb-461e-aeb9-e0121e4326f9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5b916353-318d-40ba-affd-88564926bb45",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd23ccef-051e-4ec3-bc5b-bd45f83b8b63",
"generatedFromUUID": "5b916353-318d-40ba-affd-88564926bb45"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd23ccef-051e-4ec3-bc5b-bd45f83b8b63",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZpwoqc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"artifactChecksum": "OWU4MGJlY2Y2MWNjNWY3MzQwNWJlMzczYzk2YWUxMDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18d76450-7baa-4c02-aa72-a98202c75c76"
}
],
"workloadContext": "Production"
}
2023-01-21T06:46:18.705Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T06:46:18.705Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8cd1754-1d37-47ae-b9b1-5e9375ca6938 ASDC
2023-01-21T06:46:18.706Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b45af771-a467-418f-983b-4002910c0620
ServiceName:basic_onboard_zPwOqC
ServiceVersion:1.0
ServiceUUID:c8cd1754-1d37-47ae-b9b1-5e9375ca6938
ServiceInvariantUUID:305bd6f7-4644-47cb-b16f-2e43ad80c0fc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZpwoqc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
ArtifactUUID:18d76450-7baa-4c02-aa72-a98202c75c76
ArtifactChecksum:OWU4MGJlY2Y2MWNjNWY3MzQwNWJlMzczYzk2YWUxMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zPwOqC 0
ResourceCustomizationUUID:a07fe071-994a-4931-88f8-c57c58969d4d
ResourceInvariantUUID:379a07c5-0d63-4c1e-9fca-69ab8dc5ec26
ResourceName:basic_onboard_zPwOqC
ResourceType:VF
ResourceUUID:4104b3bd-1210-4b15-84d3-2d5cf2b0d12a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zpwoqc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
ArtifactUUID:d1e3fa76-edeb-461e-aeb9-e0121e4326f9
ArtifactChecksum:ODlkNzgxMTc4MTY4MWIxYmIyYjVkMmNlMGQ2MDVjNWQ=
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/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5b916353-318d-40ba-affd-88564926bb45
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/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd23ccef-051e-4ec3-bc5b-bd45f83b8b63
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/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd23ccef-051e-4ec3-bc5b-bd45f83b8b63
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-21T06:46:18.706Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8cd1754-1d37-47ae-b9b1-5e9375ca6938 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-21T06:46:18.734Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:46:18.735Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:46:18.735Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:46:18.736Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18d76450-7baa-4c02-aa72-a98202c75c76 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:18.736Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:18.736Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:18.854Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:18.858Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar 18d76450-7baa-4c02-aa72-a98202c75c76 75681
2023-01-21T06:46:18.858Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar ASDC sendASDCNotification
2023-01-21T06:46:18.858Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:18.859Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:18.859Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:18.859Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:18.860Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283578858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:19.861Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:46:19.861Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:46:19.862Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 18d76450-7baa-4c02-aa72-a98202c75c76, URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar to file: /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.862Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.863Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.863Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.983Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11515492501368898612/Definitions/service-BasicOnboardZpwoqc-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-21T06:46:21.136Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T06:46:21.137Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zPwOqC 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-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.140Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:46:21.140Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.140Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.141Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.141Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:46:21.141Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is not matching search criteria
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:46:21.146Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.146Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.146Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is not matching search criteria
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-21T06:46:21.149Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-21T06:46:21.149Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f37ed09a-548d-4ba2-9ff8-78d0f880b8ce
2023-01-21T06:46:21.149Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.150Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.150Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.150Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.152Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zPwOqC
Description:service
Model UUID:c8cd1754-1d37-47ae-b9b1-5e9375ca6938
Model Version:NULL
Model InvariantUuid:305bd6f7-4644-47cb-b16f-2e43ad80c0fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zPwOqC
Model UUID:bac5f771-909d-4403-ab84-67515f2aba71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:379a07c5-0d63-4c1e-9fca-69ab8dc5ec26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a07fe071-994a-4931-88f8-c57c58969d4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2b94acf6-0e2a-4642-93de-d150fb02188a
ModelName:BasicOnboardZpwoqc..base_ubuntu18..module-0
ModelUuid:82728218-15f8-45b1-aca5-ad27815bb98e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f37ed09a-548d-4ba2-9ff8-78d0f880b8ce
ModelInvariantUuid:ececbfa5-7572-49c3-91d4-1aecc9fe17d3
ModelName:basic_onboard_zPwOqC-nodes.ubuntu18Cvfc
ModelUuid:60b70a00-4258-4a92-bc45-1523fccf1e86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e74993d6-38db-4c89-9e0e-d10999146bba
ModelInvariantUuid:5063830b-75cb-409a-9d95-396516d52561
ModelName:BasicOnboardZpwoqc.compute.nodes.heat.ubuntu18
ModelUuid:0a87cd06-121f-4e53-a6a6-e29136b20ac5
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-21T06:46:21.158Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a
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-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||basic_onboard_zPwOqC 0
2023-01-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a
2023-01-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1e3fa76-edeb-461e-aeb9-e0121e4326f9 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:21.162Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:21.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:21.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json d1e3fa76-edeb-461e-aeb9-e0121e4326f9 798
2023-01-21T06:46:21.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json ASDC sendASDCNotification
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:21.225Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283581223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:22.225Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZpwoqc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2b94acf6-0e2a-4642-93de-d150fb02188a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "82728218-15f8-45b1-aca5-ad27815bb98e",
"vfModuleModelCustomizationUUID": "9023e468-6303-46c9-8f3d-8dad01dff30e",
"isBase": true,
"artifacts": [
"5b916353-318d-40ba-affd-88564926bb45",
"bd23ccef-051e-4ec3-bc5b-bd45f83b8b63"
],
"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-21T06:46:22.233Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZpwoqc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82728218-15f8-45b1-aca5-ad27815bb98e
VfModuleModelInvariantUUID:2b94acf6-0e2a-4642-93de-d150fb02188a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b916353-318d-40ba-affd-88564926bb45
,
bd23ccef-051e-4ec3-bc5b-bd45f83b8b63
}
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-21T06:46:22.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZpwoqc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2b94acf6-0e2a-4642-93de-d150fb02188a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "82728218-15f8-45b1-aca5-ad27815bb98e",
"vfModuleModelCustomizationUUID": "9023e468-6303-46c9-8f3d-8dad01dff30e",
"isBase": true,
"artifacts": [
"5b916353-318d-40ba-affd-88564926bb45",
"bd23ccef-051e-4ec3-bc5b-bd45f83b8b63"
],
"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-21T06:46:22.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZpwoqc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82728218-15f8-45b1-aca5-ad27815bb98e
VfModuleModelInvariantUUID:2b94acf6-0e2a-4642-93de-d150fb02188a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b916353-318d-40ba-affd-88564926bb45
,
bd23ccef-051e-4ec3-bc5b-bd45f83b8b63
}
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-21T06:46:22.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b916353-318d-40ba-affd-88564926bb45 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:22.237Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:22.237Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:22.307Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:22.308Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml 5b916353-318d-40ba-affd-88564926bb45 5033
2023-01-21T06:46:22.309Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-21T06:46:22.309Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:22.309Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:22.310Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:22.310Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:22.310Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283582309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:23.312Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd23ccef-051e-4ec3-bc5b-bd45f83b8b63 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:23.312Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:23.313Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:23.367Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:23.368Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env bd23ccef-051e-4ec3-bc5b-bd45f83b8b63 909
2023-01-21T06:46:23.368Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-21T06:46:23.369Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:23.369Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:23.369Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:23.370Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:23.370Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283583368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:24.371Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c8cd1754-1d37-47ae-b9b1-5e9375ca6938
2023-01-21T06:46:24.371Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zPwOqC 0 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a 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-21T06:46:24.386Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e85ed4e, org.onap.sdc.toscaparser.api.parameters.Input@788e963f, org.onap.sdc.toscaparser.api.parameters.Input@53e40a48, org.onap.sdc.toscaparser.api.parameters.Input@166d4585, org.onap.sdc.toscaparser.api.parameters.Input@5743259b]
2023-01-21T06:46:24.387Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.388Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.388Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-01-21T06:46:24.388Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a07fe071-994a-4931-88f8-c57c58969d4d
2023-01-21T06:46:24.389Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a07fe071-994a-4931-88f8-c57c58969d4d matches Tosca VF Customization UUID: a07fe071-994a-4931-88f8-c57c58969d4d
2023-01-21T06:46:24.389Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a07fe071-994a-4931-88f8-c57c58969d4d 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-21T06:46:24.392Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.392Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.393Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a07fe071-994a-4931-88f8-c57c58969d4d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-21T06:46:24.393Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5408a0b0
2023-01-21T06:46:24.393Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.394Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:46:24.394Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9023e468-6303-46c9-8f3d-8dad01dff30e
2023-01-21T06:46:24.395Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9023e468-6303-46c9-8f3d-8dad01dff30e
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-21T06:46:24.397Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.397Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.398Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:24.398Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.399Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.399Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:24.399Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.400Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is not matching search criteria
2023-01-21T06:46:24.400Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-21T06:46:24.400Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-21T06:46:24.401Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f37ed09a-548d-4ba2-9ff8-78d0f880b8ce
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-21T06:46:24.403Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.403Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.403Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:24.404Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.404Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.404Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=a07fe071-994a-4931-88f8-c57c58969d4d
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-21T06:46:24.406Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.407Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.407Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c8cd1754-1d37-47ae-b9b1-5e9375ca6938: basic_onboard_zPwOqC
2023-01-21T06:46:24.407Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.408Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.408Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.408Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.409Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.409Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.409Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.410Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.410Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:46:24.410Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.411Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zPwOqC
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-21T06:46:24.492Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zPwOqC 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a 1 ASDC deployResourceStructure
2023-01-21T06:46:24.492Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json ASDC sendASDCNotification
2023-01-21T06:46:24.492Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283584492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:25.494Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:25.496Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283585494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:26.496Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283586496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:27.498Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar ASDC sendASDCNotification
2023-01-21T06:46:27.499Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:27.499Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:27.499Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:27.500Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:27.500Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283587498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:28.501Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b45af771-a467-418f-983b-4002910c0620
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-21T06:46:28.513Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b45af771-a467-418f-983b-4002910c0620
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-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-21T06:46:28.523Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T06:46:58.524Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b45af771-a467-418f-983b-4002910c0620 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-21T06:46:58.531Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b45af771-a467-418f-983b-4002910c0620 and serviceModelVersionId: c8cd1754-1d37-47ae-b9b1-5e9375ca6938
2023-01-21T06:46:58.531Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 305bd6f7-4644-47cb-b16f-2e43ad80c0fc
2023-01-21T06:46:58.532Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0
2023-01-21T06:46:58.537Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T06:46:58.585Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|INFO|500||Invoke
2023-01-21T06:46:58.586Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b45af771-a467-418f-983b-4002910c0620], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b252236-e6e0-4f0f-8b7b-376ed24842d7], X-ECOMP-RequestID=[b45af771-a467-418f-983b-4002910c0620], X-TransactionId=[], X-ONAP-RequestID=[b45af771-a467-418f-983b-4002910c0620], Content-Type=[application/merge-patch+json]}
2023-01-21T06:46:58.614Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-21T06:46:58.750Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?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/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 06:46:57 GMT], content-length=[0], vertex-id=[180224], x-aai-txid=[1-aai-resources-230121-06:46:57:595-3136], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T06:46:58.751Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T06:46:58.751Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|INFO|500||InvokeReturn
2023-01-21T06:46:58.752Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T06:46:58.752Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-21T06:46:58.757Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-21T06:46:58.757Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b45af771-a467-418f-983b-4002910c0620 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283618758,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283570602,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "NOTIFIED"
}
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283571616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283578858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283581223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283582309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283583368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283584492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283585494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283586496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283587498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "b45af771-a467-418f-983b-4002910c0620",
"consumerID": "SO-sdc-controller",
"timestamp": 1674283618758,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-21T06:46:59.771Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:47:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:47:59.772Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:48:59.450Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:48:59.774Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:49:59.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:49:59.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:50:59.453Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:50:59.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:51:59.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:51:59.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:52:30.998Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Node 0 disconnected.
2023-01-21T06:52:59.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:52:59.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:53:59.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:53:59.779Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:54:59.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:54:59.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:55:59.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:55:59.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:56:59.462Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:56:59.782Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:57:59.464Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:57:59.785Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:58:37.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T06:58:37.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"0ec21cd8-1b21-4c77-840d-259aa02d5617","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d","serviceDescription":"service","serviceInvariantUUID":"bf10b8df-31b9-41f7-b77a-896dc00d2939","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8da843e3-1a57-420a-a8a1-ec75bec8b975","resourceInvariantUUID":"36b8284f-c0c0-4999-84ed-b926719b1439","resourceCustomizationUUID":"ecfb3acf-5996-4028-82a8-fae754f83fb3","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":"NTAzMjFhZmQ0NDJiZmVmOTZhNTU2ZjdmMTVlZTc0YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd09fe19-cd9c-45aa-9e06-a0b73b3ff63c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWM5MjVkNzVkZGFjNDliZWYzYzc1ZWUwYzQ4MzIzZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a5f515e-566e-42b7-9c60-4576eaf659ce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T06:58:37.372Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:58:37.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:37.373Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:37.373Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284279785,
"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-21T06:58:37.377Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:58:37.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "aai-model-loader",
"timestamp": 1674284313775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:58:37.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:58:38.380Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:58:38.381Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:38.381Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:38.381Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284279785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:58:39.383Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d",
"serviceDescription": "service",
"serviceInvariantUUID": "bf10b8df-31b9-41f7-b77a-896dc00d2939",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ecfb3acf-5996-4028-82a8-fae754f83fb3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8da843e3-1a57-420a-a8a1-ec75bec8b975",
"resourceInvariantUUID": "36b8284f-c0c0-4999-84ed-b926719b1439",
"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": "MWM5MjVkNzVkZGFjNDliZWYzYzc1ZWUwYzQ4MzIzZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9a5f515e-566e-42b7-9c60-4576eaf659ce"
}
],
"workloadContext": "Production"
}
2023-01-21T06:58:39.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T06:58:39.383Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d ASDC
2023-01-21T06:58:39.384Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0ec21cd8-1b21-4c77-840d-259aa02d5617
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
ServiceInvariantUUID:bf10b8df-31b9-41f7-b77a-896dc00d2939
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:9a5f515e-566e-42b7-9c60-4576eaf659ce
ArtifactChecksum:MWM5MjVkNzVkZGFjNDliZWYzYzc1ZWUwYzQ4MzIzZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ecfb3acf-5996-4028-82a8-fae754f83fb3
ResourceInvariantUUID:36b8284f-c0c0-4999-84ed-b926719b1439
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8da843e3-1a57-420a-a8a1-ec75bec8b975
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-21T06:58:39.384Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d 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-21T06:58:39.417Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:58:39.418Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T06:58:39.418Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T06:58:39.419Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9a5f515e-566e-42b7-9c60-4576eaf659ce from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-21T06:58:39.419Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T06:58:39.419Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-21T06:58:39.596Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9a5f515e-566e-42b7-9c60-4576eaf659ce 57791
2023-01-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:58:39.601Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:39.601Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:39.601Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284319600,
"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-21T06:58:40.602Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:58:40.603Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T06:58:40.603Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9a5f515e-566e-42b7-9c60-4576eaf659ce, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:40.604Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-21T06:58:40.604Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:40.605Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:40.768Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2720884255537377722/Definitions/service-BasicNetwork-template.yml
2023-01-21T06:58:41.334Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.337Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T06:58:41.337Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.337Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.342Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
Model Version:NULL
Model InvariantUuid:bf10b8df-31b9-41f7-b77a-896dc00d2939
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:36b8284f-c0c0-4999-84ed-b926719b1439
Model UUID:6593d1dd-7be9-4bdc-aae3-9b758a274d25
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ecfb3acf-5996-4028-82a8-fae754f83fb3
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-21T06:58:41.350Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 8da843e3-1a57-420a-a8a1-ec75bec8b975
2023-01-21T06:58:41.350Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||No resources found for Service: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
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-21T06:58:41.357Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||
2023-01-21T06:58:41.357Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-21T06:58:41.358Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
2023-01-21T06:58:41.359Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
2023-01-21T06:58:41.359Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-21T06:58:41.359Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.364Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60ab4d2c, org.onap.sdc.toscaparser.api.parameters.Input@3e41c94, org.onap.sdc.toscaparser.api.parameters.Input@1e724188, org.onap.sdc.toscaparser.api.parameters.Input@3c9db837, org.onap.sdc.toscaparser.api.parameters.Input@6e540a5]
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d: Generic NeutronNet
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.368Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.407Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.407Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.408Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.408Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.409Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T06:58:41.409Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.409Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.478Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||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-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:41.480Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284321479,
"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-21T06:58:42.480Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:58:42.491Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:58:42.493Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:58:42.493Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:58:42.493Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:58:59.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:58:59.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:58:59.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "policy-distribution",
"timestamp": 1674284305733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:58:59.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:58:59.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:58:59.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284274725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:58:59.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:12.494Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:59:12.503Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:59:12.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:59:12.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:59:12.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:59:42.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:59:42.516Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:59:42.518Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:59:42.518Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:59:42.518Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:59:59.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:59:59.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284279785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "multicloud-k8s",
"timestamp": 1674284307933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "ves-openapi-manager",
"timestamp": 1674284312530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "aai-model-loader",
"timestamp": 1674284313775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "policy-distribution",
"timestamp": 1674284305733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284274725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284279785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "multicloud-k8s",
"timestamp": 1674284307933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "ves-openapi-manager",
"timestamp": 1674284312530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "policy-distribution",
"timestamp": 1674284318747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284318752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "aai-model-loader",
"timestamp": 1674284319077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284319600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "policy-distribution",
"timestamp": 1674284319752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:59:59.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284319759,
"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-21T06:59:59.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284321479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "policy-distribution",
"timestamp": 1674284320753,
"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-21T06:59:59.481Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.481Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.489Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "aai-model-loader",
"timestamp": 1674284323534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:59:59.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "aai-model-loader",
"timestamp": 1674284324536,
"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-21T06:59:59.494Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.495Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674284326190,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674284326190,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674284328938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674284330664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-21T06:59:59.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674284331668,
"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-21T06:59:59.511Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.512Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.520Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "policy-distribution",
"timestamp": 1674284321755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "multicloud-k8s",
"timestamp": 1674284318556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284320766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "ves-openapi-manager",
"timestamp": 1674284329239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "policy-distribution",
"timestamp": 1674284321755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "multicloud-k8s",
"timestamp": 1674284318556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284320766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "ves-openapi-manager",
"timestamp": 1674284329239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "policy-distribution",
"timestamp": 1674284321755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "multicloud-k8s",
"timestamp": 1674284318556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "cds-sdc-listener",
"timestamp": 1674284320766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "ves-openapi-manager",
"timestamp": 1674284329239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:12.519Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T07:00:12.529Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-21T07:00:12.534Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-21T07:00:12.538Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:00:42.538Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T07:00:42.552Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617 and serviceModelVersionId: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
2023-01-21T07:00:42.552Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf10b8df-31b9-41f7-b77a-896dc00d2939
2023-01-21T07:00:42.553Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0
2023-01-21T07:00:42.558Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:00:42.613Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?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-21T07:00:42.615Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0|INFO|500||Invoke
2023-01-21T07:00:42.638Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-21T07:00:42.760Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0|INFO|500||InvokeReturn
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:00:41 GMT], content-length=[0], vertex-id=[204944], x-aai-txid=[1-aai-resources-230121-07:00:41:620-5913], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-21T07:00:42.766Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ec21cd8-1b21-4c77-840d-259aa02d5617 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284442767,
"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-21T07:00:43.779Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:00:43.789Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T07:00:43.789Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"2a5f5b2d-f5ed-4449-8188-81d138a55cde","serviceName":"Demo_pNF_LwOmfLIg5YOZc24s3w3O","serviceVersion":"1.0","serviceUUID":"247b76a2-d45c-44fc-9019-ca82ea224a4b","serviceDescription":"catalog service description","serviceInvariantUUID":"32d1644d-2eab-4cd3-a964-a7f2c941ff5d","resources":[{"resourceInstanceName":"pNF fbac8ad8-fb80 0","resourceName":"pNF fbac8ad8-fb80","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a13c1e8-2877-4017-aa8e-229f80463c59","resourceInvariantUUID":"c6e09df0-962b-47a5-ac79-c3123850a390","resourceCustomizationUUID":"66852f78-bea0-481a-a5f6-d82d4f776e9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml","artifactChecksum":"ODE4YmQzODY2MGIzYjg4NjVmMzFlNzVmOTJhODQxZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c39e87d1-3417-4484-97b6-542b6b6b0b21","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar","artifactChecksum":"YmUyNmNiYjYwZTM2ZWQyZWRhYWFiZjViNTE3NjVhODA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4152d1b5-9df9-4063-955d-bc3bcfeda5f0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50531250-6aae-45f9-9423-79a45188c36f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml","artifactChecksum":"NDVlMGVhN2ZiZGE5ODg0MTliMWFiNjc1OWU0NGM0NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70aadfdd-391c-49e3-bdbc-cb8ef700b95a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"244ec8d0-063f-4e41-be5a-c0168b7c2a28","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8576fcda-b89a-4b0a-8c6e-804cfc065b31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLwomflig5yozc24s3w3o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml","artifactChecksum":"Nzk1OWY1YWM3ZjI1MWE4MzJkNTdkZTU3MGJlZDU1NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf6b8eb5-f18a-4f78-a379-173976bd9f1e","artifactVersion":"1"},{"artifactName":"service-DemoPnfLwomflig5yozc24s3w3o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar","artifactChecksum":"ZGIxZWMxNGRlZjkzYjEyN2ZkMDExMmQzZDdkOTFjZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95dc6904-2c65-48a0-b009-5e07625ee185","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:00:43.791Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:43.791Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:43.792Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:43.792Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:46.795Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:46.796Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:46.796Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:46.796Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:49.799Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:49.800Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:49.800Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:49.800Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284443779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:51.802Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"serviceName": "Demo_pNF_LwOmfLIg5YOZc24s3w3O",
"serviceVersion": "1.0",
"serviceUUID": "247b76a2-d45c-44fc-9019-ca82ea224a4b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "32d1644d-2eab-4cd3-a964-a7f2c941ff5d",
"resources": [
{
"resourceInstanceName": "pNF fbac8ad8-fb80 0",
"resourceCustomizationUUID": "66852f78-bea0-481a-a5f6-d82d4f776e9a",
"resourceName": "pNF fbac8ad8-fb80",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4a13c1e8-2877-4017-aa8e-229f80463c59",
"resourceInvariantUUID": "c6e09df0-962b-47a5-ac79-c3123850a390",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
"artifactChecksum": "ZGIxZWMxNGRlZjkzYjEyN2ZkMDExMmQzZDdkOTFjZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95dc6904-2c65-48a0-b009-5e07625ee185"
}
],
"workloadContext": "Production"
}
2023-01-21T07:00:51.803Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:00:51.803Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 247b76a2-d45c-44fc-9019-ca82ea224a4b ASDC
2023-01-21T07:00:51.803Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2a5f5b2d-f5ed-4449-8188-81d138a55cde
ServiceName:Demo_pNF_LwOmfLIg5YOZc24s3w3O
ServiceVersion:1.0
ServiceUUID:247b76a2-d45c-44fc-9019-ca82ea224a4b
ServiceInvariantUUID:32d1644d-2eab-4cd3-a964-a7f2c941ff5d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
ArtifactUUID:95dc6904-2c65-48a0-b009-5e07625ee185
ArtifactChecksum:ZGIxZWMxNGRlZjkzYjEyN2ZkMDExMmQzZDdkOTFjZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fbac8ad8-fb80 0
ResourceCustomizationUUID:66852f78-bea0-481a-a5f6-d82d4f776e9a
ResourceInvariantUUID:c6e09df0-962b-47a5-ac79-c3123850a390
ResourceName:pNF fbac8ad8-fb80
ResourceType:PNF
ResourceUUID:4a13c1e8-2877-4017-aa8e-229f80463c59
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-21T07:00:51.803Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 247b76a2-d45c-44fc-9019-ca82ea224a4b 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-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95dc6904-2c65-48a0-b009-5e07625ee185 from URL: /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:00:51.828Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:51.906Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:00:51.910Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar 95dc6904-2c65-48a0-b009-5e07625ee185 88015
2023-01-21T07:00:51.910Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar ASDC sendASDCNotification
2023-01-21T07:00:51.910Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
"consumerID": "SO-sdc-controller",
"timestamp": 1674284451910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:52.912Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:00:52.912Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:00:52.912Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 95dc6904-2c65-48a0-b009-5e07625ee185, URL: /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar to file: /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:52.913Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:52.913Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:52.913Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.005Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15863612103861667031/Definitions/service-DemoPnfLwomflig5yozc24s3w3o-template.yml
2023-01-21T07:00:53.691Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:00:53.718Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fbac8ad8-fb80 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Node template pNF fbac8ad8-fb80 0 is matching search criteria
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fbac8ad8-fb80 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Node template pNF fbac8ad8-fb80 0 is matching search criteria
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fbac8ad8-fb80 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.723Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_LwOmfLIg5YOZc24s3w3O
Description:catalog service description
Model UUID:247b76a2-d45c-44fc-9019-ca82ea224a4b
Model Version:NULL
Model InvariantUuid:32d1644d-2eab-4cd3-a964-a7f2c941ff5d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-21T07:00:53.729Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a13c1e8-2877-4017-aa8e-229f80463c59
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-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||pNF fbac8ad8-fb80 0
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a13c1e8-2877-4017-aa8e-229f80463c59
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 247b76a2-d45c-44fc-9019-ca82ea224a4b
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 247b76a2-d45c-44fc-9019-ca82ea224a4b
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fbac8ad8-fb80 0 4a13c1e8-2877-4017-aa8e-229f80463c59 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42581f2, org.onap.sdc.toscaparser.api.parameters.Input@5dad4fe4, org.onap.sdc.toscaparser.api.parameters.Input@6765225f, org.onap.sdc.toscaparser.api.parameters.Input@744af44a, org.onap.sdc.toscaparser.api.parameters.Input@5cc8c120]
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 247b76a2-d45c-44fc-9019-ca82ea224a4b: pNF fbac8ad8-fb80
2023-01-21T07:00:53.740Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Processing PNF resource: 4a13c1e8-2877-4017-aa8e-229f80463c59
2023-01-21T07:00:53.740Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery