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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=5YHE;h{F5br:jKjsM+RnYw1y -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-02T02:04:27.696Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-6tzb6 with PID 14 (/app/app.jar started by so in /app)
2021-04-02T02:04:27.701Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-02T02:04:27.701Z||main|||||INFO|500||The following profiles are active: basic
2021-04-02T02:04:33.239Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-02T02:04:33.240Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-02T02:04:33.378Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-02T02:04:34.899Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-02T02:04:35.016Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-02T02:04:35.147Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-02T02:04:35.150Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-02T02:04:36.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-02T02:04:36.472Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-02T02:04:36.476Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-02T02:04:36.808Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-02T02:04:37.244Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-02T02:04:40.461Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-02T02:04:40.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-02T02:04:41.813Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-02T02:04:41.829Z||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:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d32fc91.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:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
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:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-02T02:04:41.830Z||main|||||WARN|500||The sdc end point is not alive
2021-04-02T02:04:42.884Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-02T02:04:44.737Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-02T02:04:45.815Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-02T02:04:46.749Z||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
2021-04-02T02:04:48.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-02T02:04:48.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-02T02:04:48.493Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-02T02:04:48.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-02T02:04:48.517Z||main|||||INFO|500||Started Application in 22.981 seconds (JVM running for 23.866)
2021-04-02T02:04:48.619Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f60e422-076b-40f4-8221-3474c2733832 url= /sdc/v1/artifactTypes
2021-04-02T02:04:48.620Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-02T02:04:48.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-02T02:04:48.988Z||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 ASDC server
2021-04-02T02:04:49.010Z||scheduling-1|||||DEBUG|500||create keys
2021-04-02T02:04:49.017Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-02T02:04:49.126Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:04:49.140Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 744980b3-927f-4489-9f63-54996292f5cc url= /sdc/v1/registerForDistribution
2021-04-02T02:04:49.378Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 744980b3-927f-4489-9f63-54996292f5cc url= /sdc/v1/registerForDistribution
2021-04-02T02:04:49.378Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-02T02:04:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:04:49.386Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:04:49.475Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-02T02:04:49.476Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:04:49.476Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:04:49.476Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:04:49.477Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:04:59.697Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:04:59.712Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:05:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101
2021-04-02T02:05:49.385Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:05:49.386Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:05:49.386Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:05:49.386Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:05:49.388Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:05:49.388Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:05:59.012Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:05:59.017Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:06:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11
2021-04-02T02:06:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107
2021-04-02T02:06:49.385Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:06:49.385Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:06:49.386Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:06:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:06:49.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:06:49.471Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:06:59.016Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:06:59.105Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:07:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:07:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:07:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:07:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:07:49.386Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:07:49.387Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:07:59.014Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:07:59.051Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:08:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:08:49.385Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:08:49.386Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:08:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:08:49.387Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:08:49.387Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:08:59.020Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:08:59.025Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:09:48.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101
2021-04-02T02:09:49.385Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:09:49.385Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:09:49.386Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:09:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:09:49.386Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:09:49.386Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:09:59.011Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:09:59.015Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:10:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107
2021-04-02T02:10:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:10:49.385Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:10:49.386Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:10:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:10:49.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:10:49.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:10:59.009Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:10:59.055Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:11:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:11:49.385Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:11:49.385Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:11:49.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:11:49.438Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:11:49.438Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:11:58.971Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:11:58.972Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:12:03.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101
2021-04-02T02:12:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:12:49.385Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:12:49.385Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:12:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:12:49.387Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:12:49.387Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:12:59.019Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:12:59.020Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:13:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107
2021-04-02T02:13:49.385Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:13:49.386Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:13:49.386Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:13:49.386Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:13:49.387Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:13:49.387Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:13:59.013Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:13:59.013Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:14:32.635Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-02T02:14:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:14:49.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:14:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:14:49.386Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:14:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:14:49.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:14:58.929Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:14:58.947Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:15:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101
2021-04-02T02:15:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11
2021-04-02T02:15:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:15:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:15:49.385Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:15:49.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:15:49.386Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:15:49.386Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:15:59.009Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:15:59.013Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:16:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101
2021-04-02T02:16:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:16:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:16:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:16:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:16:49.386Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:16:49.387Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:16:59.008Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:16:59.010Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:17:18.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11
2021-04-02T02:17:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:17:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:17:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:17:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:17:49.386Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:17:49.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:17:59.038Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:17:59.047Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:18:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101
2021-04-02T02:18:48.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107
2021-04-02T02:18:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:18:49.387Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:18:49.387Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:18:49.387Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:18:49.387Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:18:49.387Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:18:59.013Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:18:59.013Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:19:33.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101
2021-04-02T02:19:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:19:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:19:49.386Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:19:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:19:49.386Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:19:49.386Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:19:58.928Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:19:58.928Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:20:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:20:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:20:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:20:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:20:49.387Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:20:49.387Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:20:59.009Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:20:59.009Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:21:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:21:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:21:49.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:21:49.387Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:21:49.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:21:49.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:21:59.008Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:21:59.009Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:22:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:22:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:22:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:22:49.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:22:49.387Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:22:49.387Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:22:58.930Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:22:58.947Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:23:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:23:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:23:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:23:49.386Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:23:49.386Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:23:49.387Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:23:58.929Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:23:58.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:24:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:24:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:24:49.385Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:24:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:24:49.386Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:24:49.386Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:24:58.923Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:24:58.925Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:25:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:25:49.386Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:25:49.386Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:25:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:25:49.387Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:25:49.387Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:25:59.028Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:25:59.040Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:26:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11
2021-04-02T02:26:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:26:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:26:49.385Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:26:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:26:49.386Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:26:49.387Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:26:59.007Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:26:59.008Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:27:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107
2021-04-02T02:27:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.71.11
2021-04-02T02:27:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:27:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:27:49.385Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:27:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:27:49.386Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:27:49.386Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:27:58.920Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:27:58.921Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:28:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101
2021-04-02T02:28:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:28:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:28:49.385Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:28:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:28:49.386Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:28:49.387Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:28:59.007Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:28:59.007Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:29:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107
2021-04-02T02:29:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:29:49.385Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:29:49.385Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:29:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:29:49.386Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:29:49.386Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:29:58.923Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:29:58.923Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:30:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101
2021-04-02T02:30:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11
2021-04-02T02:30:49.384Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:30:49.385Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:30:49.386Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:30:49.386Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:30:49.387Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:30:49.387Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:30:58.927Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:30:59.005Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:31:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107
2021-04-02T02:31:49.385Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:31:49.386Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:31:49.386Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:31:49.386Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:31:49.387Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:31:49.387Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:31:59.006Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:31:59.049Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:32:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101
2021-04-02T02:32:49.384Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:32:49.385Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:32:49.386Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:32:49.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:32:49.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:32:49.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:32:58.924Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:32:58.924Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:33:49.385Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:33:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:33:49.387Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:33:49.387Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:33:49.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:33:49.388Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:33:59.007Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:33:59.008Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:49.384Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:34:49.385Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:34:49.385Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-02T02:34:49.386Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-02T02:34:49.387Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:53.564Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:53.566Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-02T02:34:53.566Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a","serviceName":"vFW 2021-04-02 02-32-49","serviceVersion":"1.0","serviceUUID":"57fa69e3-c2b0-45e4-9216-81106bec6d30","serviceDescription":"catalog service description","serviceInvariantUUID":"a030a783-393b-4462-a570-bd3ec6678e30","resources":[{"resourceInstanceName":"vFW b116768a-32e6 0","resourceName":"vFW b116768a-32e6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60e58f1a-6cc2-4c97-a3a7-a33cde884ebf","resourceInvariantUUID":"07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd","resourceCustomizationUUID":"8f7e41c8-cace-4140-97ed-05757481924b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml","artifactChecksum":"YmYxZWMzNjBmOTgxOWRlOGM0ZWM4YmM5ZjFmNzFkZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15a46136-9e2e-44f3-97d8-5e371fad691c","artifactVersion":"1"},{"artifactName":"vfwb116768a32e60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json","artifactChecksum":"YTc0ZTEzMmExNzJlOTMyZjU3MzU5ZGFkYmU3NTI0ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5559e3b2-aa55-4d85-8b1b-4a2f6e80d437","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3968ca2e-4cad-41a9-a470-bf82f5df5cdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml","artifactChecksum":"Zjg4OTRlOTU2NmU0YjFkNmViNjdlNTNhN2YyOGRiMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f15f961-b2b7-47cf-a875-96c179346b77","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10f55e5d-3371-450e-abc9-a0525da237c2","artifactVersion":"2","generatedFromUUID":"3968ca2e-4cad-41a9-a470-bf82f5df5cdc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210402023249-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml","artifactChecksum":"NGU4MDk3ZGI0ODQ4ZmI2NmRmYzRiNTJkYThhMjc2MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c2792cc-d582-4561-8cf3-72682206ff6f","artifactVersion":"1"},{"artifactName":"service-Vfw20210402023249-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar","artifactChecksum":"MDBkMzRmM2VmY2MxODZlN2JlMGRkZjkxYzkwOGU2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b653e1d-68f9-49a0-9a07-28de2efaaf13","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-02T02:34:53.573Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:53.580Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:53.587Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:53.587Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-02T02:34:53.688Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-02T02:34:53.692Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:53.692Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:53.704Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:53.705Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1}
2021-04-02T02:34:53.817Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:53.818Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-02T02:34:53.818Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-02T02:34:53.837Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-02T02:34:54.592Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:54.593Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:54.594Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:54.594Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json",
"status": "NOTIFIED"
}
2021-04-02T02:34:54.694Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:34:54.695Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:54.696Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:54.706Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:54.706Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-02T02:34:55.595Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:55.596Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:55.597Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:55.598Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-02T02:34:55.698Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:34:55.699Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:55.699Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:55.708Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:55.709Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-02T02:34:56.598Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:56.600Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:56.602Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:56.602Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-02T02:34:56.702Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:34:56.703Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:56.703Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:56.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:56.724Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-04-02T02:34:57.602Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:57.603Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:57.605Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:57.605Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-02T02:34:57.705Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:34:57.706Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:57.706Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:57.717Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:57.717Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-02T02:34:58.605Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:58.606Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:58.608Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:58.608Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-02T02:34:58.708Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:34:58.709Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:58.709Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:58.719Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:58.719Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-02T02:34:59.609Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-02T02:34:59.609Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:34:59.611Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:34:59.611Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330889384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar",
"status": "NOTIFIED"
}
2021-04-02T02:34:59.711Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:34:59.712Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:34:59.712Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:34:59.721Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:34:59.721Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-02T02:35:00.612Z||pool-3-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"serviceName": "vFW 2021-04-02 02-32-49",
"serviceVersion": "1.0",
"serviceUUID": "57fa69e3-c2b0-45e4-9216-81106bec6d30",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a030a783-393b-4462-a570-bd3ec6678e30",
"resources": [
{
"resourceInstanceName": "vFW b116768a-32e6 0",
"resourceCustomizationUUID": "8f7e41c8-cace-4140-97ed-05757481924b",
"resourceName": "vFW b116768a-32e6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "60e58f1a-6cc2-4c97-a3a7-a33cde884ebf",
"resourceInvariantUUID": "07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb116768a32e60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json",
"artifactChecksum": "YTc0ZTEzMmExNzJlOTMyZjU3MzU5ZGFkYmU3NTI0ZDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5559e3b2-aa55-4d85-8b1b-4a2f6e80d437",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3968ca2e-4cad-41a9-a470-bf82f5df5cdc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10f55e5d-3371-450e-abc9-a0525da237c2",
"generatedFromUUID": "3968ca2e-4cad-41a9-a470-bf82f5df5cdc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10f55e5d-3371-450e-abc9-a0525da237c2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210402023249-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar",
"artifactChecksum": "MDBkMzRmM2VmY2MxODZlN2JlMGRkZjkxYzkwOGU2MmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b653e1d-68f9-49a0-9a07-28de2efaaf13"
}
],
"workloadContext": "Production"
}
2021-04-02T02:35:00.613Z||pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-02T02:35:00.614Z||pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57fa69e3-c2b0-45e4-9216-81106bec6d30 ASDC
2021-04-02T02:35:00.786Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b9fa7f04-c75f-4ac8-8a45-a420b8b1938a
ServiceName:vFW 2021-04-02 02-32-49
ServiceVersion:1.0
ServiceUUID:57fa69e3-c2b0-45e4-9216-81106bec6d30
ServiceInvariantUUID:a030a783-393b-4462-a570-bd3ec6678e30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210402023249-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar
ArtifactUUID:3b653e1d-68f9-49a0-9a07-28de2efaaf13
ArtifactChecksum:MDBkMzRmM2VmY2MxODZlN2JlMGRkZjkxYzkwOGU2MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b116768a-32e6 0
ResourceCustomizationUUID:8f7e41c8-cace-4140-97ed-05757481924b
ResourceInvariantUUID:07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd
ResourceName:vFW b116768a-32e6
ResourceType:VF
ResourceUUID:60e58f1a-6cc2-4c97-a3a7-a33cde884ebf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb116768a32e60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json
ArtifactUUID:5559e3b2-aa55-4d85-8b1b-4a2f6e80d437
ArtifactChecksum:YTc0ZTEzMmExNzJlOTMyZjU3MzU5ZGFkYmU3NTI0ZDM=
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/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml
ArtifactUUID:3968ca2e-4cad-41a9-a470-bf82f5df5cdc
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/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env
ArtifactUUID:10f55e5d-3371-450e-abc9-a0525da237c2
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/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env
ArtifactUUID:10f55e5d-3371-450e-abc9-a0525da237c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-02T02:35:00.787Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57fa69e3-c2b0-45e4-9216-81106bec6d30 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 (?, ?, ?, ?, ?)
2021-04-02T02:35:00.972Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-02T02:35:00.974Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-02T02:35:00.974Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-02T02:35:00.975Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b653e1d-68f9-49a0-9a07-28de2efaaf13 from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:00.975Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-02T02:35:00.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107
2021-04-02T02:35:03.921Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-02T02:35:03.938Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar 3b653e1d-68f9-49a0-9a07-28de2efaaf13 105328
2021-04-02T02:35:03.939Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar ASDC sendASDCNotification
2021-04-02T02:35:03.971Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:03.972Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-02T02:35:03.973Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:35:03.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:35:03.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330903938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-02T02:35:04.076Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:35:04.078Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:35:04.078Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:35:04.088Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:35:04.089Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-02T02:35:04.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-02T02:35:04.978Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-02T02:35:04.978Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 3b653e1d-68f9-49a0-9a07-28de2efaaf13, URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar to file: /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:04.979Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210402023249-csar.csar
2021-04-02T02:35:05.153Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:05.153Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:05.686Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1556299548293447159/Definitions/service-Vfw20210402023249-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2021-04-02T02:35:08.196Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b116768a-32e6 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b116768a-32e6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.204Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar
2021-04-02T02:35:08.204Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-02T02:35:08.209Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.211Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.213Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria
2021-04-02T02:35:08.214Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-02T02:35:08.215Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-02T02:35:08.216Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria
2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-02T02:35:08.218Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.218Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.221Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.221Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria
2021-04-02T02:35:08.221Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-02T02:35:08.225Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.225Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-02T02:35:08.226Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.226Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria
2021-04-02T02:35:08.226Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria
2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria
2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria
2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aae7e584-934e-4a02-a826-92ac8a626f52
2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria
2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb8d6d09-483e-48a4-b4f7-13646ad30697
2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria
2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b76c5ee-9f32-44eb-a8c1-316551011291
2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.239Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:08.239Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:08.239Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-02 02-32-49
Description:catalog service description
Model UUID:57fa69e3-c2b0-45e4-9216-81106bec6d30
Model Version:NULL
Model InvariantUuid:a030a783-393b-4462-a570-bd3ec6678e30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b116768a-32e6
Model UUID:99a74bc0-f7cd-4b08-8586-84fe910636ac
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8f7e41c8-cace-4140-97ed-05757481924b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b7a0c600-e1df-4123-b6dd-34a0cd564681
ModelName:VfwB116768a32e6..base_vfw..module-0
ModelUuid:c31e98ef-1bef-410c-9767-1166b30c2f0b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aae7e584-934e-4a02-a826-92ac8a626f52
ModelInvariantUuid:3055b15b-713f-4bfc-8f70-99a4a3235d55
ModelName:vFW b116768a-32e6-nodes.vfwCvfc
ModelUuid:0be73779-d957-467e-9de7-9f95a7b143da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:853ea626-8a7e-4431-af5d-321446e7b98a
ModelInvariantUuid:5c16caad-145d-46f5-bad5-2e11b7fcd694
ModelName:VfwB116768a32e6.compute.nodes.heat.vfw
ModelUuid:b39f3107-fded-485f-84e3-8825495444f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eb8d6d09-483e-48a4-b4f7-13646ad30697
ModelInvariantUuid:26a03017-5bfe-4b74-8099-0265824550ce
ModelName:vFW b116768a-32e6-nodes.vsnCvfc
ModelUuid:9546941f-0140-4a9c-9677-97023e7aac49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5cb21ca0-4dfc-4087-9850-e9049dbce04a
ModelInvariantUuid:32f3d760-f604-45cf-bf0b-bcaa5626e8c5
ModelName:VfwB116768a32e6.compute.nodes.heat.vsn
ModelUuid:b6fd2ab3-acd2-4ac6-95b6-6b8f1748d05a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1b76c5ee-9f32-44eb-a8c1-316551011291
ModelInvariantUuid:faa02f3e-3383-4e70-b812-f4a7aa20b50f
ModelName:vFW b116768a-32e6-nodes.vpgCvfc
ModelUuid:ca680b91-d39c-44cc-a4dd-0a7bffa983ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a0b55e25-f7c2-458d-ad8b-658950c77c49
ModelInvariantUuid:16a51049-ac0b-4815-a799-12afe7cdd83e
ModelName:VfwB116768a32e6.compute.nodes.heat.vpg
ModelUuid:995f17d6-34f1-4c08-b99d-192892107c05
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-02T02:35:08.297Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf
2021-04-02T02:35:08.308Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-02T02:35:08.374Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||vFW b116768a-32e6 0
2021-04-02T02:35:08.391Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf
2021-04-02T02:35:08.392Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 5559e3b2-aa55-4d85-8b1b-4a2f6e80d437 from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json
2021-04-02T02:35:08.392Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-02T02:35:08.392Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json
2021-04-02T02:35:09.663Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json 5559e3b2-aa55-4d85-8b1b-4a2f6e80d437 785
2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json ASDC sendASDCNotification
2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json
2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-02T02:35:09.665Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:35:09.667Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:35:09.667Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330909664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-02T02:35:09.767Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:35:09.768Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:35:09.768Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:35:09.778Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:35:09.778Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-02T02:35:10.668Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB116768a32e6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7a0c600-e1df-4123-b6dd-34a0cd564681",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c31e98ef-1bef-410c-9767-1166b30c2f0b",
"vfModuleModelCustomizationUUID": "db655ab4-18ec-4bc0-b663-a44c21af54c5",
"isBase": true,
"artifacts": [
"3968ca2e-4cad-41a9-a470-bf82f5df5cdc",
"10f55e5d-3371-450e-abc9-a0525da237c2"
],
"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": ""
}
}
]
2021-04-02T02:35:10.691Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB116768a32e6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c31e98ef-1bef-410c-9767-1166b30c2f0b
VfModuleModelInvariantUUID:b7a0c600-e1df-4123-b6dd-34a0cd564681
VfModuleModelDescription:NULL
Artifacts UUID List:{
3968ca2e-4cad-41a9-a470-bf82f5df5cdc
,
10f55e5d-3371-450e-abc9-a0525da237c2
}
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
}
2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB116768a32e6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7a0c600-e1df-4123-b6dd-34a0cd564681",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c31e98ef-1bef-410c-9767-1166b30c2f0b",
"vfModuleModelCustomizationUUID": "db655ab4-18ec-4bc0-b663-a44c21af54c5",
"isBase": true,
"artifacts": [
"3968ca2e-4cad-41a9-a470-bf82f5df5cdc",
"10f55e5d-3371-450e-abc9-a0525da237c2"
],
"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": ""
}
}
]
2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB116768a32e6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c31e98ef-1bef-410c-9767-1166b30c2f0b
VfModuleModelInvariantUUID:b7a0c600-e1df-4123-b6dd-34a0cd564681
VfModuleModelDescription:NULL
Artifacts UUID List:{
3968ca2e-4cad-41a9-a470-bf82f5df5cdc
,
10f55e5d-3371-450e-abc9-a0525da237c2
}
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
}
2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 3968ca2e-4cad-41a9-a470-bf82f5df5cdc from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml
2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml
2021-04-02T02:35:11.108Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-02T02:35:11.109Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml 3968ca2e-4cad-41a9-a470-bf82f5df5cdc 20368
2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml
2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:35:11.113Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:35:11.113Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330911110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-02T02:35:11.213Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-02T02:35:11.214Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:35:11.214Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:35:11.225Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:35:11.225Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-02T02:35:12.115Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 10f55e5d-3371-450e-abc9-a0525da237c2 from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env
2021-04-02T02:35:12.115Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-02T02:35:12.115Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env
2021-04-02T02:35:12.413Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env 10f55e5d-3371-450e-abc9-a0525da237c2 2098
2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env
2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-02T02:35:12.416Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-02T02:35:12.417Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617330912414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-02T02:35:12.517Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-02T02:35:12.517Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-02T02:35:12.518Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ...
2021-04-02T02:35:12.526Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-02T02:35:12.527Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-02T02:35:13.417Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 57fa69e3-c2b0-45e4-9216-81106bec6d30
2021-04-02T02:35:13.418Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b116768a-32e6 0 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-02T02:35:13.463Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-02T02:35:13.464Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-02T02:35:13.464Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 99a74bc0-f7cd-4b08-8586-84fe910636ac
2021-04-02T02:35:13.464Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 99a74bc0-f7cd-4b08-8586-84fe910636ac
2021-04-02T02:35:13.474Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel to get resource
2021-04-02T02:35:13.509Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel
2021-04-02T02:35:13.511Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|INFO|500||Invoke
2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel
2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Method : GET
2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-TransactionID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-ECOMP-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"00b8865d-d560-4671-9919-d9de5ed8a576"]
2021-04-02T02:35:13.513Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Request body:
2021-04-02T02:35:13.513Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||==========================request end================================================
2021-04-02T02:35:13.882Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-02T02:35:13.883Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-02T02:35:13.883Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Status text : OK
2021-04-02T02:35:13.883Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0dwng49q16i5lrllud1oaeqcg252.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwB116768a32e6-csar.csar"", Content-MD5:"ODJiMzFmNjU3OWY5NTRkN2ZlODI3ZjkyZTk3ZjU1MjA=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-02T02:35:13.906Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Response body: PK N�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK N�R TOSCA-Metadata/TOSCA.metaM�M
�0��9E.��(Tɮ��S��C�B ��dDs{���}���1�^ݐA]�G�]$#u�v�[��M�o5#-$��ą8u�ő��FnD�0�O������� {�cX}-mJ�B�!��s�ԄzJ�H��j*k�?n�ۑ�PKKx��� � PK O�R 1 Definitions/resource-VfwB116768a32e6-template.yml�]�s�8�߿��ݭ����'o��\6��-�� lNf`�q���H���㜜�٪����ju��Y�z��aFa�Q��a���4��Un�k�<��ڱ��
̀2����=HBe����^�.a��� cs:����V���7]�Y�ZE��
,��g����ͩk-��l97�� �lk>����4��?�m��%0'c8Go|�zI����a�lj��A�hl���y*�=m������}�<�4��&!������f ȫ%0�w��r�/���Z�����)\,�U �V�+�� E-�j��_[�?�>\_�6.D4����8�җ��F�^�����kD!0zڬ�K�q<� ~X�����M!]�|^M��3�n��ԋ��}��Rœ��6^�^��ó���8+蒥��U�
F���6�(� b<��[��_����D�洮�l��$�.`�$X��`V�jRx��]�F��+�HQ"*Jp�(\H��TH�~{�<^]�
w�{��ڎ��0[��T��K�FL�KH��|2�$��B�1��x�ݡb �03x�w���E͜oQ=� ���5�/{å���h��߲��1�z�m�|��{p
dG�G���5�����rz��AT�\*"ΝJxƕ�4�[[i�mm�tY[��kKE�Ө�T�����G=���8[�Ӆ���q6x�����q#{�?9���_�*��)&u��E�'ʠ�A��&�uc��;��:{iث�Ȟ/G�5[V���wF�U���,(�.
��h4��=��S�ixA���4����
��r��sĠ�.
�'f<��CQ�u��G�^�
&�z�4�Na1�4r�5�lj�{���\��7oύ���N�>^'��W��o{��~�� /����5�+���7� q:�@�A㷢��Ѹ�إ�t{�s��� �� }n�/o_���Ը8�������,���M�R�����)����:�q<\���ⵠ�)���������ɥq}~z{��������N����%a�d��M �NN�O�)-�c.&����v�)v��b�*���K�d!R���m���C�!��ŋ��(��v'�����̸�����B���T�P������ �~�8t# z�ۯ��W/���ΰF�/��B};}wvu�^������䊦�6�l}�{f[H�� ]�K66q�,�� t�x�F�@-l/�|0ӑ�|C(�|vzrnTMH�+]+����Zi�M��Q7�f7�?
b�:�-d���F�� �7��F���FՖzt�W�X)/��k7^\��H�7���Af�:���V'���8^C�,l�!�%�������ye�*C���(�T����H�9w�V��j|]k��8��g���xK��:CŘ�~�ն�t�#7�"P�Z:g4Y�5���o}r k��? ����dt��w�l$w�������G�H-n�7��h���~E��+|b���@/�ܩ��D�-�<>)��
�5٫8G���k��ʰstW�E��#��(p�yE��.��f���k+�G���ɛs�!�}u{qsk�SkZ�V����& �;wtʍW妋�,����'�j&t<������,��5d���VRq��}���m�?R���G�w��މ��W�M�f��da7F*?
��]����k���M"�&�.�2�U���%ةJ���Vo�?�W�ͳ���-Ka����g�Y@f�Xhz��d:ݹ��'���!}�\/E��6��:F2�����%��+Z�a�T����<��y���0v<8������_�f� �7�N)n�+��XxD��)<�J��J��>�K�>JJ�.5�(x{�Z<��� cg�M��n]�ubM�ů�r�ם����w`GGJa��x����FHx[a7�^�$�����K�A�.�O�wd��W��]ԖI��S�)�V��)'GP�82�۟|���v���a��i�`&)0N�����;8����9������+����٧�����K8y����߆�_>���xomf������o�o,�ny������/~��?�7�g�>>�a��~u�=���+0������}v���ӻ�Q��]YW�֟,go�_�'���5{�]���^�N���I�J��$�|�������߯�bh_��7���L�./���������������������~�L�=x|c_N?Mo����p��/�������O���Y�6ۿ��ӛW'��_��]e�l�������~|f��/����Ӻ�e����w��t��������ѷ����ޝ����擿Og'g������f�oǓW�>�g�����s���N=ߡS]�a�\�D�Բ�ش3�F�ۂ4�xv���"�f\/X6��I£��E;/��W����q�j�E�O2Lo�|F�VqD;���n�bJh#��8� �m�G���Ԅ�c$��)�h��]"b[��G� �R�e��-���bG����~M��˚�)2��YI��0��у���M�I0�HƉo���s�]��f� Vu�*���B�
��9��m��=5��
.=϶V`VU�vi��u���EQ���OV�j:GM���Q�0��l�\L��yU��hP�ů K����#�[ıb�\ 'F�^���$XŖ��a���oPq�*yX!-��G��[?
uY�܌�5��D��{��`X��B������5�l"1�2H��0�Q�9���Sl�}*���� �"�m
��VO��C�h�!��m)Bm�&��n��M�.v��Y��-�������^��E�2?����bb7T���!���0Y����e��������0:ͅԆ���z�&�4�]�gDuEO��̵g���'Z^�g.��e�V`�:4���YcE[.\L���fs:_@�"!���f`��H+ ъH!������S`�M����xK0σ�XmEK�L�e��Ck�-W���TF8���=���waT`���<�{}��� u�SR�ʷ�ԬB�KY-�L�q`pD����%v�!1ӅĚ�=�.0*�e���Y[��y#hnK���� #�\�|f�!��A7V#^��6��A���$�������?��j�9���[��.ߜ;�GB���a9:�^�~�7�0�5&�(�6[A�
5��T�lz`DC�>Q���k��`���Ló�}�ՠH��[���Om i�<�������
���{z�5�c��29O.J�˭�*"'ӑb*6cŸk�B]>��IԸ}lE����r�;�МS5 ͨ14h֡愳�T��'�MZH��D��^�^\�^^~��9?s�ί?�^��;�'\ϔ�ds4�\Ϫ��!ņ��?v�����Ym�qzhX
ki�Z��փ�B������%l���v��H�.�[]���a��.D��A�Z��F���Ҫ��p�/�jY�%ߦ�ܯ�yS2�E��
� �l]�a�/�-��c�����b͎!b��.���\�ܧ���E�����V¨���Jd�|��l����D�K��ޣ]��h"v%�O֔��1L�ӯ#���(�����9��H�d��^)�:�.k�_a��H5Rw!cLư"Ƙ�RL�] }��:�ء2_̘�G]�h�s%I�� ��h�zKv𘜠Ҝ�ay!�
����D��]昋�VMxg�a]}�TW��>��8�ta�ZM�*L���j��6RG���!2S}��Q�/�͑�*��\R��S�:x<��4�U<�g�Kz@p��� X���{���Xڃ^y�T�����z'�ݡ2��Ѯ����=�j�5�ZW��❐�C��$U���o���z�ik�b6��D�hT�h�59�Wa�D�͋`�Bri�U� $il�v47�G2tL/F~�VQ�WB�T]�!͂șm(���"�+��VV�r~l�$�1���Q_�%3G�1��S�X6�ڶ�����b��eo���}�l!�q�uuz����Q�0S3����9hPP�͡B �a�cE�T�������wX�3����,s�hi�����=��`�3�S���+
����g��đF,�,\kKB^+%�f�����Og����&�Ĝa��64'���dz�;��zG�/Ο]�_������Hm]����C�`0��x��e/̙@s�.���Z�Lk<�-�����+z5��WS;0-{j��������x��:�+ъ��ҟ��ʜ.'��%���4X��d>�b�W�-�
��������o���!�����[W�c=� Y�gk(`y�<�r��MNwF����"WP���E�t��̃-����H��a'@X�S0��!TGL0G��y&������qNJ���k�g��jq�ۤ����^�$k:����n�`ԔL|H
fo�HE��ʙ�A� �k�y�`;?BWv��`/T`N��
��f�����P��F�H� Ae����F��X���H ���1�\ΐ�G�ˑH�1�- �Sy j��=M�DH3�ޏ-��lr�����O�Yc��gP
�m��:�!G�t �ù5!�ڄ9���D��։!⪫5�iT�9�3�l�0�R�x\ i�u��sK`Mur����x�>6���_�f��5d���M���M�UO%-XJ}���D��5��&kp�v\TI����ga�c(�`6����u(2�������@7M����P� >SȂ�u]�2�D��~*Um�#�)�#] �]�JK��()M��FI5{��rOt��}5�B�>g��,7
0CmQ��)�C���j�B��F�l��ɰ�muG�P� kL�9�,'�a�����, [��
��%̗���M������L0�}�7�j95&�uw���{3�Uヮ ��mN��lf[�=^�!�n��[絤���9G��;#+X����?�����9g4?U���yPE�]j�v�{�_�%�ب�D�p��k���C��!�S�KyQ����q��D!WD����NJ3�:�.dF��|��]��y�a82�'��g�ot���g��Rή#5�;�09�����8�ey�Tݖ�~�Ru�tq9���b-�l@��[�m2��utB�3:���uz�:���djQ��v�kk��!3B��<J!���e G���#:��u��{��(��Kj�XR5�BF��*��r��'���t��}ю���s�1�/[�z��Q�뭰]jb����݆��V��|@ʐ�)�4�Q��㠣$ٴ�(Ȧ�r=ՙ@�c����]|)rl�?�Jۼ�'�cn���U["�{c1;��U�Z���Lꐔc&{�(o�����)j:O�CJx�:�>��!���R�s��[O���+y\�;�95e�����^Kn�a;-�v�x��������v6� ӗ�,L����W5��t��٫�:�������t��;�n�H[�-_��#�K.H�����,�NQ����-��5�
o���cS�T��.�a<���T�� �� dϽ�5]�r���)�̥��y0v���ʭ�D�r]{iAkaZ�taN�����m�\�s{��O�6�;4���%�:�£:�ы�6@�L_Љu
���8������������D� ۭ�I~�UN������FE�д$�.���)ee_v�@哦�v�w�ܹ`!ɳLh��9��ӝ��9����l>�/m6��6��j �v!�oy�j1_��oswby��r�����:lI��0˦֯���Z�k"�V+)�� /-K_�0/*=R��vJ�A*^�6�TfU�������9�
�8qΑ@�ż"+%GJ�H`b��g��R�0�2����吳6�u[��ш��5�@�5��œ�PL�(���
,"j��s�.��.$Y� ��K�<*�4*P�2��X��`��5K��O2qd�@A"銬�2���!����~o�ܐXq��'��ƮGL`ZA(�U���H�9���h��6=�l��\9w�H���^"��$>Lz(m%ܑ���A1��8����&��H�VJ�PL����K�S�&Jb��Ĩu��棪�I�L$���9�y�#�ʬf�Fv{y�"�m�Gd\Z�"w6� �$�5���ߪ!�|���ȗ^�����+}�3]�,��h�rFDY�o=�(K*�D� #GBtHɬ��`��*[�^VC�w5���Vc��L] ��+�,Fm��D����>B��� ���.����|jC�n5jv�
wAh�euR��iN�2%��hTa-4�yxΪ"�vu�zh��Y��? �a�:!%�V�,��XK *��9�FD%��߶�t4'��4���_}���5��T���`��ΝQ��u3��C�}��\��q9�X����C��yc���d������ٞ� wd��Dc�*�V����=��]�s9ѺTEą�0���1��BLA+:Ĩ&s��;O�UW�'�_�*�� v�u�KhR%"4�3}p��M�:��#l����9�P�ը�ZO��8��Y\f�wV)�C
�hi5Au�`J�8�Єkb$�^��atA/����`E��m�ހ�_��@խ�*�N*�(��X�����Y�%W��# !��H���:U9��S� 0�i�N D1%n�e�MW��XVWPfd5bs�q�D�-�,�X���|ZUQ%?�aiy��,�U[���QR�!�!��(s�Z'7�M����(5¬z�F�d��.Y����'R�8*Y<����Bv���c<�Е���7"��%V�����Y����kw�̍m��gR��D-=ע�W�kn��nZ;�� 2��_64���W`��r(�y�p���x��u�^~]Vi��T'�
Y0>#
T�Ys\_ U�dQ�z��Q��0�}R"
Aə�����m��e�3������0�Q�ˊ� ��cVE�u>m�"#ӱ��Ҍ����h�x���N�52օ��Q�E������pP�:�e�DDG�:<���Z���b��1u9<^ �/ ��_��J��26WZ�;V=%;���!�n�$%;�N\��祮�'��\�v-��X�#d�{�DD|�U<Ř�Rg$t�JGĨ�����I"��t"��=�0��T�B��iD�Ug���"��4�4<-��"�a}��#dQVO9'Ŭ���!u�K�RR�Xϰ��!���?L�x�����sBL�jC���;�cnJ{�^����U�0M4��ݠ�T3��
���Y=���D��O���ƺ�_諑$[�N��;k��d>�ZO Q|L���
"��o�־����{��e�X�۪K� �r��4�q����MѡM�;��������0�����M��ڵ���G�Bu���wV���N�ҧ�Ts��Ss!ȁ��C�d���m�a�$;�@�Ks(4u�S��{e�\�T��t>��tjK%��+I�LRd��?\��H�n
~����!m���4��1�FF�&�fqN��3@u}�E�|�sס�=X'������i
=�CNf��|��Nji*���#n�V��|D ��I]����<��\fP~��I�6&��~I�E��������x�z��16$x�zE��bB��f$�-?��ţ��f��B'Ͱ�0
� �l�#���x���8�=ȟ�#���'�@��9H�y�����~w�2���H���+�����t��5����ӯ�ѥ����ɤv'��+je�v�op�+���/�`�h���a�ԧ롒� ���z]U����5�n}E���Ha�z9g/���~��T)^�{��<� �|��f ^ω��6��V,�����Iw�p�T���dn��u����)����Z�)'��F?,��$�6J� ��6o��~ƾ
WC����;�!◑�8����#���z~�a� \{r��t�r*�eV{.�B���4�5!�)�_���4#�{��,2��#~�z��uJ�4�@��,lKn�T�[a��~qPO�x�;0�z����PK��� � PK O�R ; Definitions/resource-VfwB116768a32e6-template-interface.yml�]ks�H����
}{��56���op�$��`;�S�TB�����!����$FH��U[ȣ��g�>ݮ�Ȓ�U34W3
G�ہ_�����ƖNę4�Ŧ���Ӵ]��?{�a*~�G�tr|И�u�R�\ɝY�����dIM���I~>j]��6ҬԳ�/��饟
> ��L]�3��>��t�q�O%>�������aZ� �9�6qLϖIc�6��E�y���ttHN�!bk���m����X8�-�n#������
��s� ����ኞ߹Dva`Ɨ\"j�x=G_�J���O����Y�y�8<8����91L��#ۚ�������IQ`����$W�Armh��ar'�/���%״����gh2b�����K�&SI��W���)�*������K�
iL˺{��/]��Z���z��nZ�]�K��+|7c�h�Xp��8@��Vއ'S4�q%C&`.�D��,���4� ��)K��p���-�t�O��߄����*��H�MM�%�!bH�80�1�v� �����o.��Y�OҒy��^��p�>��>�U�y0�=[sg�g���
ϗ�$Q�ԇ��Q�iS����*,���P�n���Q���mb��9�\�����t�4$�̣���M��*=�0�:�@_�hpHg��҄B4�Q0w:���Pt˚b���A��o�yZ���,�W����1��WF8/�l`�����F:��p��E�Pq`�p���)�DD��u�pG�uH�e7��8�����v�+�/*A������-�yLF^�P�� �bXc�,
�Dpm�d晖ܱ�Ӹ����<+A�xY�>=�(:cx�&�PP)V�I�A4��i�D2�2���������c�ߍ`,�W8�)
='{�@�S|z��BpޔդKO�%�I�nc�X`F>�)+�Ő�2+��U �*I<��a��i�`����rۯ@�V4����$�o������G!|����f��D�j�K��Ht�k]�I/z!�<5��%�ue�o?�k�c��4[�/(��c���H�
{�SC��`Ru��c�W�7;�p���
&*^O�vJV�
I魍)�+�+��[��I������ 4�����W�� �W�(k�`##��Q3օ#�A%�H��E�gj�D���t�f��\��2:��?:5�`%��'�+��y���0h�n�s��;@��6�l�_�Y3��r�$����� ���6U�lQ��cn�۽���^��o�d��/�*�����Vߚ�9p����x�ަ5�����|�� h��m8��+��gX3����[В{.(���Agİ��>̄�}�ġK� �aX���°��O��� ����q���c5�]�6��R���E���+�c��;f��1�ߣ���?���*zRW���<�Q�C�9:<�x<7�9�3�
&�\{������IIӃH�L��N�6�lz�Ye�������{T˥^���S���
��˘���lGZ�sqt�Gj7g�a�����Ѻ��~t~�|������>���Ak??)��Ϸ��I�@�������ru�}���~yV�gr�d�{�������/��g�N$y�B:~2>MF��͉���ev��7�����{���|�_�lut�E�?����������To���������9�^L^�L�����+������D��������~��=�r7����d(M?7�?t�/�:?����o����������ǃ���}`=����oϝ�{��x�;վ�fg��NS�=���O_�'�����_����y���|��4~�z�Zf�뚿���ӣ��V�H~�98|�*���ŏk�����ԯ7����!���"��@ӈT��Ty`*�*H�Ó�T���Z)����/m��_ �2(�`)��\�7Z�g4�D�-�lY7=E$Ƅ1W%p��Sa�m:K�6�1 �i��[���C�c��~���) ���cӞ�0����k��T�ǘ��F�h� �'�wڕ맙��EN?Y����� ���k�Gp�y�bɠ�il4� ��jZ����NS�=�&i��^B��n.nn:�N��D�5E�8���o���s9�Oz{R(�P8�s1�RP�����(
��E�O�t�ç����s�$|Ss`�ӆ�9/
�L4���%�A��~��(Dri�X#����$^A��c�3�� à8�.3��tC�Өh��+iF
9{rPuO��
��z��N%��#[�h���([�s� ~ָMS'����a
�%{�<�A�)9&�LT}��h���������|s�ІY�����T慇��@��\˄�o�����#��Ԥ���� z�����lBrوaH� �ƅs�$��ȷ*�O7O�G�-?��P3yd^T�e�쒹%��*�1и��� �S5����h-`?��E����b��4��NMOD`.`�f@����XJ}tX.``�W��)�R�l���)���NI���[7=ope �T)��8��Ĩ���д��;���� �\W�G�0���C؊���V-J�p�5�����5�r��� J[.� \B5�d+�ސ��2o�
GNj�Z�tR2M�D��i�Gd����z��B������"�
hjS����ٷ᷄C彩ꐩ�
��6���0*�p뙞;4ѭ����-y�r%$�z������k(����3>�w*���G�RŔM=g�]�Z�
��e�A�E�QK�◢�R7�S
h��\CD0H;�-��]�M-g�����yw���"�ɷ8�X�J! ����#2��c%��g9�g�%���йh00?�h��h�5�t˅��`;� ��PW�Fp�\ )�8��/[���_\�:B�q��05%���9}>�Ce�ƬI��\ #����ؒ&� �i*�b�y)��W�&^�c��w%
�#7ݢ���`����� �b\��9� Ɖ����]�*7�V�g�"�Evɵŵ�,w��F�Vڧ���6"\ =�Л���Ȗ��p`�:K�S���7pJ^l(���*o3�
��o���^��'x��/�Fo��B�I�6Xf2����T�ő0�hn��j:Zx�DDZ^�P&i��C��9�;>.ƚm�v�\�z�,͵���,ڽz�Z�^�ٻɝL}8ϯO��~����ay�yp�!�^br��T9Պ��o��\;����(*Q�~�}�1��
���ɕ4Q���`�*!s�┡��.��YLj�w�u��
Bl`��,D��2��WK�d\�*Ȗ�F��%�����\C�Q��OǙE1���62�:�?�$,bV�cT��RƚQ��z����J�7���e��Uo�zS[)��_�$�e�!N��1;�(�G`M�+r\���#�ж0�Wx�m-�XY&ӀoڭI��wɽ#L2���#. ���SwQ��;�I�?ݾ]o�}]&�\HCX���eb=�[�-�ݘ+Q�yʖj�p�(AE��0�������\A��9�9
a�ymX� N��^B��1��
JEaKE�S�?r�W )^�4ϥ[T�0�.R
楖Ћ��K-&�Y6�`�8����vNC@�hK�!c�A������Z��t C3;��S��9���O����heX}�@Ʌ7�f�Kƻ5��Y�#�N`}|���_w� ���q¯J$��H�^����R� k@��Jx��^�rq�0������d,�H1/�YB&�'H��J�f�-��^Hq]]���v�Ҫ~���L����$��ٷ���Er�� �w�.��Nԛ~Km���axi��5]�����:�<��c��[ǹ�?������QR�r���/%��������J���Ţj��b�de"sܹ7�'Y�I �/��6_c䖧�oK3�'[L.�.y���6����q?�r���6z�iO���%��MÕ4#���(�
�L՝J6i�13�$}r0�E�B��#��P�'҂���
��<@�bQ��1il\��&�٢q�K��&�[���N��K��D"ji�:+�e;fyc�G)��+�`�$��ӈb���8"�r��A�%�j��I@�����=Ep�1����� v��4�$��/��T�boȱq�W�GuuWguM@��&0�&����nS� �D�XDa^�Q�BCI�/�Q��6�{���j���ߠ��VW��7Ո1�a�H��M�ir��m��;fQ@k��+�x+R�-�R����
/0�ŏ1\s�ѹ���j��x>}�����k�V��:��'$��U���[7=ope�^�R"R^q��a�Q�`�V7���h$&3.��
�RyC�[~~
Y^�ʯ�4� �����yH���*�T�nV�d��8���i:N��� �p�b�n�JD�ļK��ͬ-�BK3/0�,�LE��/ SаpR����6]og�i�R���p�y�D���N��<����..-�jT�lU��t�r�-�L o�cټ4@"�?mŻI���K@&��%�8��sG'��mf!�����d�Lݽ!����#��8|���2-)�p�2o�pL�eD���2&����,x)�$�J�6��:J�Ҙ��u�+��U�5�6튷������:s;ތ��MfH ,ҋ�.{�R
�QmS'��aHh�M˃�)�C/19J��,�R��p^�zrb�$V$W�)��o;^�]`g�(�v��{5�5�s�f���x`��5�"�!�*���=�2hB�!T����ռ�4���<� ��D6�I�M�j=�MP��`Na.���J��A�H
Ҽ�j�νל�D��h=�f�T�����e�<kD�Ėt��$�%��5�T~��^��y�n��&��&3�KY��RV���*,�[��츪L�߀m��v!y킣Hٞ�x� Xq���F 0h�b��ci�L��:�Xo=9~I}"�n���f(~����v%�(w��-d�n-O���Y�#��&�40M�H����foxp��5"c{m�� K��I�S���j�Zh���)l�� F�gu��?ޑ�F��m4���E�e�Z�@�5�W`�����ȿ�E\�:�j��C`LC�%qTN�A�NSȏ���j�������5M7�sF%�AD`^����)h[k�ȟS� t)!T�T�Lb*_��T
K�r�%t��U�fC8�61�ly��d���;B��[��
3(UL���Rvdk�7�\YӤe�:D-9�p�$@l�DZ�;ר�ؒ#zw���w�}��D����3��%�â�X�J!` �3ёGd,��J�c�"r�K��EKrG���%�;��˻�;fq"�|�կv�Y�+��ia�ZM�9�-//�z��]t��ARN�t�^G���c�-O�n[,OQ=��;��BS#^/ecgj0�v�q��t[�9�9jw��;�b*y2�mm�܇����>��W�mBK:GA�E��+i�J5�h���D���:A�B�NP2eʊ`v�0�:�pgsg�Z�̮��0ď(�8��赩?ݐ�dJ��f5�Ѭ��D�ڪX)!�S������+H�T@C�-dϋ�`��?��b��7!
�
����9���D�[�8#͊K~�4:���[#\cZ��KJK�7��J�-oo�K�k��K{b�e|oo���oj�ocYԥ�XV����e/��7�o]-���e����!���*ԧ�a�L���7��u�[��@nkەb�ŵ�N�ԸH`��"w�lqm�b�05eI״}�kݮFJˢ,��I��)UXm06��:��m��h���֭�mi��PKubs<. F� PK O�R ( Definitions/resource-Extcp2-template.yml�RMo�0��W�n�GS۷. ��C��0�L'�dɓ�t���lDZ�b��>�=R�#�2��
.��J��Lڸ [S����삥���xT��-�# .Ϩ9J��}]��4)0�1�q>fII�̃�����'.�Oq_D�Ӏr��SDSv��y�L�K,)��o���ܜӼ�u��#����JJb�����
��T(({$
�����LPhU�Z�O�B��J_R�B҉��洿�k��J������5��d�I3z!�+����q�Oo�o$����8����G�7�'��X��=�jww#g��֤� ���w�����R
G�m�Y�<�
�\��%}��jX_��W�h��NCU��t�g=y�Z J�lS�������u*}U���TY�WCV��IH�P�ZͲ��o;�GVc�ln��m���4xg ~�YɵV���������|�O.M1vҚ$�� @ԋw��ϻ�r��3
�g����c~tq�]7��=W�GVy?����t�:�fl��������_'�)O�@ah�PK_��, � PK O�R = Definitions/resource-VfwB116768a32e6NodesVfwcvfc-template.yml�]Y���~�_���~PEUA]�6�;����ގ��B���C����N$�8�{[oL�2�J�2��E&66�z��za��$N��Z��J�S���|se��N$�N����y��=�߾}��Zӗ����Xh��]dX����n�l`}�o�����K�����f��펠�Cv��6xg���P8�'r�=|��f�V��v���&[�I��̓kC9�ˎ�(�$� ��O-��������h�8N��$)�+{���������?��6N�1����_H@b�֑����{+Icl��<&Ix�m�N_k��r��-r���Av�U�i��L|����j�|�z�H�ߞO���]AG�q�\_��a �Ms=8��x>���mS�>,��8�Cw�E�ϋ�1�qf�^Ĕe^��qxfK�O��Q�{v��˳��0���K��r�B=��� %1ta�/����?Ĕ����3�R�lz�bѬ�<����aps�e��)
�vT�kr�B7wk���������;� .u�����������h���x�YsC�F���wOpJ�P�iV��&����@�Œ��������I��G�E�j/�#����G��0V��yy��_(X�ntf���� �Ô����(����X��ȅ�I��GA}�~���Ń�����ā@�I�i�l&�=9��6���0oI�(�Т�i�9�����}�x���a���� �ϱ�>�u'3���I� {T�X&At&��$��͢�L=����O+�����W)T��#�k.��4���~������M5m
��ai$͍//^�`�P�Aɾ��WkA�-��'���Cs���=��uڥ�=As�)-R���)�dA�_|���˳I�@4?�8:N�x�C��쟡�e�83'���+A胆L`�o4��` 2f)�tofM�l*I��L�q����LpAw�jyI���۽>��{�"fBf���@֝N �~����@dH�{��YY���u�A�jJ�C!a�T�3��ٱ� �8�%��Qɨ3��>�}����ny�~��6I�4ʌ���w:�� C$Z�j��>]�tx_��ċ^IK�����z�`����ܣ��8�m����2�����l�om����v�ZVb�ts���'G��[Q���u�^6U�y�z�s��ղ�V���� �o~�$+ɐ�]�agHjM���'����}�֙�}`�c-�L�R��,>����܀�r�n���za�w����&~��(��l�M� ؟l�Cd��W�N���8<�o-ש��0����1b �hy
�vI2���:U3$�Q��s`�S��^�d���N�?Q&ZƄf�齗h�y��,�v�e�b}މ�J됰���מe�h���V�k��J|�R�y��[�����5�5�f�ں3�o��F8��>_�L�a˕�B�T
�$��f/˚;Z<��E�־/���f���: ���pػh��o��j������؊���������� ���h�r�}�w���$��I��?2���;��������B�����6�£��՚I�c沏#��[W8
nݯ�D{��o_i�J���]�"K������$�n���J�X����%�1�X
��>�L�hoj��������tO�?���,��ߣ��%�[[�2�"W�R
a[����η����{+�J�27��UM��*�<*�`�+˳�I
{��������κ��6��]K߾�^���T��`Qu�mr�]o�y�O�Yu���5?:�5%��v���ۏ�dz�Rk�hE�J��Ţ����8IBۣpS�@��Z�VÁS� [��'���k���e6�.���Ҵ�&3���XLes
P���5):������@�^S�,>9p��1��m��V��0]��շ�L�܇��D8���u��r&M���T��5�j� ��Τ!9l:{��̓��i#�zU���贴�z�40���1������W Ov|9�����Irc�L`F���X8ӿ��*�F�h�T�F~��Frc�xX#������>�Y����q�F��(x��[G��m�����)��B����L��ϩ�tz~az����dZ�{f��aka3���,�BC�y��̃k/�7�5��-A�N�����;heldl�
��Ak�ZY;�v��p,����������h�_o���0�ʰ9 g�� ޮ�h�w��B����0�dg�� ���NU4��m�B@9'��P
�-�����'�Хv{S���ÉW�u���{WFe��"1Iu�K�����#|��ӷO��\��-ӗjꅬ?q
��Ǥ8�iB� u�����j~����������ʄ� Jy�y�R�r��&�͔WtDQ�M���T-������;�ԄQ��v�_>��R9?Us��ǂ��)��9U��v�)��0�b�"�u�"O�"�s�D�e����!Ԑ T`gA�c��»��B^�*�r��H\Uţr�vtVTxF��ȴa�|�X�l~7Bݜ�_f�z*@8��Y���i�b��Ld�lEt�*����W�U�4Z9�! {�W%3�/�ea���{���2����:�|����0]$��t|��*`DTjp`ُr����СF���U�F#,�RK��H���zy��ٻ���������.�p��2�2���ȫD7:��V����6�����Z$�''c��`t���P�K>�Y��ݓ�LP��cb�����eTu6P��G�ON&
٣���Ɯ�7O8���X��G(����՜Q���N�3^��D���w�ed�y'���g���n��9T[[@<�&���{�n!.�.lL�h�;�֎i,�m�Kp
�d:�ëڨ�7l������V���ې��/N��<�)��O8���Z���f�� a�P��L�p�$wV�%�q��FIQ�,(�Qo}�
�GL��4���2c{��'!��;�]a����{�>����Q>~��V�A�>b$ۅ�ő��x@�%��P�U^·�[��Y�q���Py���1��TW40�B�D]]o�Ls����Ps/ߖ�r�+K�D��0]ܵY: 0�Wk5B���!n̉v-�u뒣i�,Z_���
|%Ki-��t���r��I�̯��G�"�Xy���gP�ykz�З��l��ʙ��/78:�S־5�N�Vg�~�\����J��
��o.��ڋ}</�rj7\���
y��X�r��xk�xS���A��黙*O�If���1��(O��M2���L)��o�����HT{�ӟ��@��T����{�;5�:��x'h����@Ր��w�~�X�C�rW�6��M�T��u
���Z��R��l��g-�(x���vj|�~>�������Rt�V֓
Ϊ˻b��t9�g���<�D#�mջ���<�ҵ[� "��b��ɦpv^�N�����眐���}(^�xH��b����A�=�Rw�q�S�2���::&7��M@� :��D��p���j�����'r������7TX<}�
�>�&��[��ɼCjDϲ_H�9�䨳���W��^�3�|!#�ȇ�]W��db�9(�0��JX�qg�4F h��٩.����I�֟��]x�)lw@���Cg�~'+�}�`Е/�]�$gc�SC�CC��"�w
u}3��x��V��W�PK^�s�~ �� PK O�R G Definitions/resource-VfwB116768a32e6NodesVfwcvfc-template-interface.yml�]�s�8߿���{j2[5w��Lf�*U;���n^��(d[�8I8����,0N �=����?�[-!$!
"�&�H¨v��q�I}I�$�q�GI\W?���Kq��;�����$��y��Ob�!��>mvP����hEb�٥�^t�8F��-I}��βf���������!˶���ɜn�W�YwT����o|�b�C��>ǂe<��n����OWW�����c���JH�By���n�~�nj0';kΒ�.꭛���{S}�A��&�v@�2
$%�Oa$q�;��B��b���Su��)A���Y5q���pRx��fL%�"���/)4%�@�#�?r�n� � M��Q���8�8�����1��S0Z4*2Z�BQ���K��d�N&(����D�GY,루�!ˀ^�^��q��Q,pK�S����5f��Aס�#H�˴+���<�j~KS�����[j����Tj��G���:�%�:F;ƍ�o��C�^$��G��p�Z��'�����
��b�.-
'0ߑ����x�(1�5�~ v(�`���x���W?�!�Ġ� S����R���/����8K"3ef����-D' �]��o��$A<
.�G+���D�7
��JP�ghFQG)"|~4��&��;�p���S�Q�9y�oNAd}@,�2�N���ňv���b�#�`� zօD4�G\���xf���d�G�d�����F�]I�g�,���z�K
Zf���9�0eB(�DϏaRA�d�q���6V�0�#�t�y�P�^�.�g�$ၲR�f�X�k�f"no�u��t�S�|�p���� �yeB<��ׇ\%�:�a3�9a�:_����;E�ӤTV/�Dx�jVY��ʺ����% �Ty��z~���T�G-v� �Wp�&�lM�N��SzN;3�3s�q�$Ǚ����D��,�"q��b�t�xUba�.BA��OQ�������vp��i��B?h��п�$f�+��-yr.�HB��������dث(LB`H�%\��
{ �D2P�� �ه��~52!��Y�{�]�~�q������\�A�&Q������4�����*�Vv#��
(��^;4n1>�G�<(��՟�Uq�IV�������h=h �]���7�s��o��
S|��`�
8}N�!h5-a1t�0��3��S��1#ᡮ^�Q����z{Z���R��ч����)���T��aZ�6����ʚ��W+w���B<��3�6W�q����-��'�K��Ǿf��L~\�p�=�}h�|��ֿc�i��M�sBD����o7��ꎂ�֨V{:���� �k�|��z���K��?�V�:�E�����x���Ե�n�h�g�5n�=5rz�`1v�b�s%��h�>�ko�ʙ4�;LL
�Z�$%
�������!7��(�c��$�!�
1��(����'
�.�*��1l\��_u�CK]�r��?��OZ��y���a
��f��
�c�2|) ��ָ�'}5-�~�[���Q�/�c(��nuh�
�V�O7lA��Q���������+tl-!v�[x����PY�i&�
@i�yoZҰ�)���!��t|�g M�,X�U!�Oѭ:$��dL~uR��X���$%ރ�-vm��gN$��4�tʁb|PTm;:�uo�R��`ڭJ��A��Ul�
����>�K�'�4lpeP�y)E��#�R���\�Cw#�ʒۏ��Q�|�]�t3김�6��P���<��c�)�{�g����wz��R�ͣǙ8/2���}h&q�� �(�ET�i��Բ��ku�I�C�T5�E�u�4��(��aat,T������ع��!ѧn�Q���f"��a۱����$&AB�_�qP�a
�'����ln'�L�r6䘎p9��g;,'�t'̐h.�ȏ���@0:�^-���SUݒ���c,"��c���̔t,i�r`��s��v��>����Ÿ
[T1���C�������D�F��YX���B{�ü�H�ϸ�?�F掣��o���U���6��L����o�ғг�?َ
� �9�伓�{p�n�ZҼlx�� ��yf�5+���N����=�4c�>x{��W�<�a Iקe���$���|@р�hx����9���%:Sȥ�D����8/2ё�[�xO��)3n�[@hɓcƤ�K?��T��H�0��ni�J���
|��|�8o��e�����Β�,`���)�;�bj�,pf{|V��`r�#r��q�?K��7'��2�E���֣�).}µ;�݂�xA�*uW��Z��5��{�������t���v��#�s8=��e�Ngw����m>(�vA���=aĝy>]�����t>�}��Hg9�2�iQcC奙$��ɩV���/��F�L�
0xTNYO�ռ�
s���2���������(�c}��ؒ��Vo�g-��F�%C�2��\-]�%K�t����r~.��NR�U��L�\�Q�^�K=W�K�BB�ѡ�S�ox�����L==�,�!`N+��PKO/��
� PK O�R , Definitions/resource-Globalport-template.yml�WKs�6��W���@�N���i�HѸ�/��&$��\��.��EK���D3rf����bm�f4� �.�6�4~̈qG�gy
��fi0�gQCgg�p���Sa��o�g��C�&����0��wB��؛D�����t2��Je�S�%�zlJ�w�B�r
��$��.G��q�ʂf0#��2��J*��4S<7.�[�hFJ�FR�p��s�'�ܬI&�:��H�9
y�ł�ћ���j���H��b<�8C�.�V<�Q��$0�,��T3�u9_��w���[H�j3�G��1Mwt2�tYd!��w��vL_��<"�H[� �y�n���f)�^�z
VX�w���p(U��q`��n�RN�,�Z��:�e�ٓ���R�BHS��ju�N�4J��2��0��~
��r�E�y��o�Rz�����Xɬ"��n����"$W��j���
�)���z��5
S�M#�e�#��1�"7+���%�����Oua���F��jh�������}dZ5(�䷝��yu(��{R��e_9J���K���2�B�r.�Kс��}LS];�({�8i��.4V��B��q�9�~�`8��EuA� ��71�"4���HK�y"����DžS� 黋�`1!�TL����)D����ލ?����q��^���h��7� ��'tT��9��Kgr �MJ��o���ν��>`Ts�ݢW�}Gq��%YV����?��*hs�90�C��J�B¤*1�;���#a�U � �m���>2�;,w���y~G����?ܤ���i���&��S��X�ʦX�H�,����6T0 ��O|f=9jS�������s�n@?���ۻ�4�~{�"���X�W�S��ϕ5w;�s��P%������I��T�̝[ml#^����Ph�H7�[$c�!��#�����ׯ����lC�
���ZO�_:��|�nP���ޒf��źg2H�0[�I ����r�����u]I[��wȝ�����[&�6�pk`g����*��|L�8M��#ǑL�X�G:�����o�͡n�^�h�.�'�(�`��ɻ�\��|oo��H?N�xj+�{�ij���|tS�o����?%3�PKc�J#i � PK O�R , Definitions/resource-Neutronnet-template.yml�VQo�6~�����Ҭ�i��u��ܮm��aN��"F�*I�5���%ّIP4yq����}ǣ��sI�2*(k|�!�y��й��M�k�gy6�)�Ā� �2t
M��{�\������t����E2��dRdS��ʊ�k��嫒xW�_"]aAIQ�y2�,Kp��qqM? �M���kZ����YQ`�$/�jBG�5�<���P�Z�xr%�*T`;$j�m� � (7hI֔j�:��r��k8���x)0�ں�~!CN �q�{�jHx�����ll�}�[����{��S����� =���)�o�t� Wm]G{�b�zX�b��a��B �Js�ΐ�j��(R<� ���Y�c��>@�>�j��G��v�=F����X��Iʽm��16�qǨ�����Z�Nm�2 [7龄�F�}Q*
�߮�R֯� Y�
ɼt�^<kf���]��qL�ݫ�)+���4��뾃���`:b��"x��`K�\���=ta�ʃ�VS�2��?G_Z�H.�D��`�n�ǭ5���3��)�́v�O���2��C��R��jj
vk��7ޟܓh�
�����)��i���Y�:����T>~����9�|�nL�'2�:�� �����:�}�U��
g=w�/�� �Z�����m�
�}ϛ�6�[&P�{�+[��[8ށ
{9q{h٧���y7Zv�����z���Q��9���w�W�1y�[~ʣ��<����
X�k����x����c�r��I�G����e��G����B��k�7G��2B�����OI�)���������>U�����7�k�wG<�G�I ��V��ݭ��˃��d+����=�PK�m,�l � PK O�R &