Results

By type

          23:11:59,249 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
23:11:59,250 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.4.1.jar!/logback.xml]
23:11:59,251 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
23:11:59,251 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.4.1.jar!/logback.xml]
23:11:59,251 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/opt/app/onap/config/logback.xml]
23:11:59,283 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@399c4be1 - URL [jar:file:/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.4.1.jar!/logback.xml] is not of type file
23:11:59,447 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
23:11:59,457 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
23:11:59,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
23:11:59,468 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
23:11:59,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
23:11:59,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.web] to INFO
23:11:59,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.hibernate] to ERROR
23:11:59,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.hazelcast] to ERROR
23:11:59,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.onap.ccsdk.cds] to INFO
23:11:59,552 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
23:11:59,553 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
23:11:59,553 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
23:11:59,555 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@291caca8 - Registering current configuration as safe fallback point


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.6.11)

2022-12-20 23:12:00,508|||background-preinit||||INFO||||||| HV000001: Hibernate Validator 6.2.4.Final
2022-12-20 23:12:00,573|||main||||INFO||||||| Starting BlueprintProcessorApplicationKt v1.4.1 using Java 11.0.9.1 on onap-cds-blueprints-processor-5d6d5b97c5-dqgvp with PID 1 (/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.4.1.jar started by onap in /app)
2022-12-20 23:12:00,575|||main||||INFO||||||| No active profile set, falling back to 1 default profile: "default"
2022-12-20 23:12:03,191|||main||||INFO||||||| Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-12-20 23:12:03,834|||main||||INFO||||||| Finished Spring Data repository scanning in 626 ms. Found 11 JPA repository interfaces.
2022-12-20 23:12:06,220|||main||||INFO||||||| HHH000204: Processing PersistenceUnitInfo [name: default]
2022-12-20 23:12:06,346|||main||||INFO||||||| HHH000412: Hibernate ORM core version 5.6.10.Final
2022-12-20 23:12:06,603|||main||||INFO||||||| HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-20 23:12:07,131|||main||||INFO||||||| HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
2022-12-20 23:12:07,498|||main||||WARN||||||| HHH000481: Encountered Java type [class com.fasterxml.jackson.databind.JsonNode] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode.  This can lead to significant performance problems when performing equality/dirty checking involving this Java type.  Consider registering a custom JavaTypeDescriptor or at least implementing equals/hashCode.
2022-12-20 23:12:07,499|||main||||WARN||||||| HHH000481: Encountered Java type [class org.onap.ccsdk.cds.controllerblueprints.resource.dict.ResourceDefinition] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode.  This can lead to significant performance problems when performing equality/dirty checking involving this Java type.  Consider registering a custom JavaTypeDescriptor or at least implementing equals/hashCode.
2022-12-20 23:12:09,424|||main||||INFO||||||| HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-20 23:12:09,438|||main||||INFO||||||| Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-12-20 23:12:09,524|||main||||INFO||||||| Application ID: cds > Initializing error catalog message from properties...
2022-12-20 23:12:11,112|||main||||INFO||||||| Audit service is disabled
2022-12-20 23:12:11,231|||main||||INFO||||||| Workflow Audit store is disabled
2022-12-20 23:12:12,627|||main||||INFO||||||| Registering Dictionary Sources : [processor-db=source-db, input=source-input, default=source-default, sdnc=source-rest, aai-data=source-rest, capability=source-capability, rest=source-rest, vault-data=source-rest, script=source-capability, cps-data=source-rest]
2022-12-20 23:12:12,669|||main||||INFO||||||| Dependency Management module created...
2022-12-20 23:12:13,484|||main||||INFO||||||| Exposing 14 endpoint(s) beneath base path '/actuator'
2022-12-20 23:12:13,780|||main||||INFO||||||| Initialised Primary Transaction Manager for url jdbc:mysql://cds-db:3306/sdnctl
2022-12-20 23:12:14,981|||main||||INFO||||||| Netty started on port 8080
2022-12-20 23:12:16,510|||main||||INFO||||||| Starting Blueprint Processor GRPC Starting..
2022-12-20 23:12:16,892|||main||||INFO||||||| Blueprint Processor GRPC server started and ready to serve on port(9111)...
2022-12-20 23:12:16,899|||main||||INFO||||||| Started BlueprintProcessorApplicationKt in 17.147 seconds (JVM running for 18.212)
2022-12-20 23:12:16,919|||DefaultDispatcher-worker-1||||INFO||||||| Cluster is disabled, to enable cluster set the environment CLUSTER_* properties.
2022-12-21 01:55:50,900|f56f6491-bb38-48e8-8163-afe10f5a0157||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(false)
2022-12-21 01:55:50,902|f56f6491-bb38-48e8-8163-afe10f5a0157||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2022-12-21 01:55:50,904|f56f6491-bb38-48e8-8163-afe10f5a0157||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2022-12-21 01:55:51,764|f56f6491-bb38-48e8-8163-afe10f5a0157||DefaultDispatcher-worker-4||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2022-12-21 01:55:51,768|f56f6491-bb38-48e8-8163-afe10f5a0157||DefaultDispatcher-worker-4||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2022-12-21 01:55:53,507|9f54bc5d-653e-4928-9f96-7462bc55a99f||Thread-39||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enhancing blueprint(/opt/app/onap/blueprints/working/2cd33aaf-8e6d-4b6c-af13-587b63159213)
2022-12-21 01:55:53,528|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| deleting definition types under : /opt/app/onap/blueprints/working/2cd33aaf-8e6d-4b6c-af13-587b63159213/Definitions
2022-12-21 01:55:53,662|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| reinitialized all type definitions
2022-12-21 01:55:53,670|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(helloworld)
2022-12-21 01:55:53,790|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(helloworld-template)
2022-12-21 01:55:53,802|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(helloworld-mapping)
2022-12-21 01:55:53,819|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/hello-world-mapping.json) already enhanced(false)
2022-12-21 01:55:53,873|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(helloworld)
2022-12-21 01:55:53,874|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(helloworld) dependent component NodeTemplates([helloworld])
2022-12-21 01:55:53,875|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(helloworld) targets(helloworld)
2022-12-21 01:55:53,875|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(helloworld-mapping) for NodeType(helloworld)
2022-12-21 01:55:53,876|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(helloworld) resource assignment files([Templates/hello-world-mapping.json]
2022-12-21 01:55:53,877|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/2cd33aaf-8e6d-4b6c-af13-587b63159213/Templates/hello-world-mapping.json
2022-12-21 01:55:53,889|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/hello-world-mapping.json) already enhanced(true)
2022-12-21 01:55:53,890|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-helloworld-properties)
2022-12-21 01:55:53,890|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing blueprint Resource Definitions
2022-12-21 01:55:53,891|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resources assignment files ([Templates/hello-world-mapping.json])
2022-12-21 01:55:53,892|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/hello-world-mapping.json)
2022-12-21 01:55:53,910|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| distinct resource keys ([])
2022-12-21 01:55:53,911|9f54bc5d-653e-4928-9f96-7462bc55a99f||DefaultDispatcher-worker-32||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enriching Resource Definition sources Node Template: []
2022-12-21 01:55:54,242|10912212-c777-4ab6-a105-6aa7cbe9ba4a||reactor-http-epoll-2||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(b15d2df1-0a04-4c05-a931-a718df24b836) CBA(/opt/app/onap/blueprints/archive/b15d2df1-0a04-4c05-a931-a718df24b836/cba.zip)
2022-12-21 01:55:54,264|10912212-c777-4ab6-a105-6aa7cbe9ba4a||DefaultDispatcher-worker-32||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/b15d2df1-0a04-4c05-a931-a718df24b836) and entry definition file (Definitions/blueprint.json)
2022-12-21 01:55:54,344|10912212-c777-4ab6-a105-6aa7cbe9ba4a||DefaultDispatcher-worker-32||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(helloworld)
2022-12-21 01:55:54,360|10912212-c777-4ab6-a105-6aa7cbe9ba4a||DefaultDispatcher-worker-32||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/b15d2df1-0a04-4c05-a931-a718df24b836) and entry definition file (Definitions/blueprint.json)
2022-12-21 01:55:54,553|10912212-c777-4ab6-a105-6aa7cbe9ba4a||DefaultDispatcher-worker-32||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/b15d2df1-0a04-4c05-a931-a718df24b836) present to clean.
2022-12-21 01:55:54,766|654321||reactor-http-epoll-2||||INFO||||||| processing request id 654321
2022-12-21 01:55:54,766|654321||reactor-http-epoll-2||||INFO||||||| storeExecutionInput called not to store the Workflow action input details 
2022-12-21 01:55:54,772|654321||reactor-http-epoll-2||||INFO||||||| StoreAuditService ID  -1
2022-12-21 01:55:54,782|654321||DefaultDispatcher-worker-32||||INFO||||||| getting cba file name(test101), version(1.0.1) from db
2022-12-21 01:55:54,883|654321||DefaultDispatcher-worker-32||||INFO||||||| cba file name(test101), version(1.0.1) saved in (/opt/app/onap/blueprints/deploy/test101/1.0.1)
2022-12-21 01:55:54,886|654321||DefaultDispatcher-worker-32||||INFO||||||| blueprint base path /opt/app/onap/blueprints/deploy/test101/1.0.1
2022-12-21 01:55:54,888|654321||DefaultDispatcher-worker-32||||INFO||||||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/deploy/test101/1.0.1) and entry definition file (Definitions/blueprint.json)
2022-12-21 01:55:54,903|654321||DefaultDispatcher-worker-32||||INFO||||||| Deriving input data for workflow: (helloworld)
2022-12-21 01:55:54,904|654321||DefaultDispatcher-worker-32||||INFO||||||| Executing workflow(helloworld) NodeTemplate(helloworld), derived from(tosca.nodes.Component)
2022-12-21 01:55:54,919|654321||DefaultDispatcher-worker-32||||INFO||||||| executing node template(helloworld) component(component-resource-resolution) interface(ResourceResolutionComponent) operation(process) on host (SELF) with timeout(180) sec.
2022-12-21 01:55:54,928|654321||DefaultDispatcher-worker-32||||INFO||||||| preparing request id(654321) for workflow(helloworld) step(helloworld)
2022-12-21 01:55:54,929|654321||DefaultDispatcher-worker-32||||INFO||||||| resolveNodeTemplateInterfaceOperationInputs for node template (helloworld), interface name(ResourceResolutionComponent), operationName(process)
2022-12-21 01:55:54,930|654321||DefaultDispatcher-worker-32||||INFO||||||| input definition for node template (helloworld), values ({artifact-prefix-names=["helloworld"]})
2022-12-21 01:55:54,960|654321||DefaultDispatcher-worker-32||||INFO||||||| Resolving resource with resource assignment artifact(helloworld-mapping)
2022-12-21 01:55:54,987|654321||DefaultDispatcher-worker-32||||INFO||||||| Batched Sequence : ([])
2022-12-21 01:55:54,990|654321||DefaultDispatcher-worker-32||||INFO||||||| Generated Resource Param Data ({ })
2022-12-21 01:55:55,073|654321||DefaultDispatcher-worker-32||||INFO||||||| Preparing Response...
2022-12-21 01:55:55,076|654321||DefaultDispatcher-worker-32||||INFO||||||| resolveNodeTemplateInterfaceOperationOutputs for node template (helloworld),interface name (ResourceResolutionComponent), operationName(process)
2022-12-21 01:55:55,076|654321||DefaultDispatcher-worker-32||||INFO||||||| resolveWorkflowOutputs for workflow(helloworld)
2022-12-21 01:55:55,083|654321||DefaultDispatcher-worker-32||||INFO||||||| storeExecutionOutput called not to store the Workflow action output details correlationUUID d2e1ea37-b826-4b02-9175-e22e5bb56006 auditStoreId -1
2022-12-21 02:00:30,579|d4e56374-b7f4-4cc3-a493-cdbb9223b3cd||reactor-http-epoll-4||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(false)
2022-12-21 02:00:30,579|d4e56374-b7f4-4cc3-a493-cdbb9223b3cd||reactor-http-epoll-4||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2022-12-21 02:00:30,580|d4e56374-b7f4-4cc3-a493-cdbb9223b3cd||reactor-http-epoll-4||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2022-12-21 02:00:30,976|d4e56374-b7f4-4cc3-a493-cdbb9223b3cd||DefaultDispatcher-worker-11||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2022-12-21 02:00:30,976|d4e56374-b7f4-4cc3-a493-cdbb9223b3cd||DefaultDispatcher-worker-11||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2022-12-21 02:00:32,108|e81aca19-99d5-43da-a9e1-3333f3ac91ba||Thread-65||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enhancing blueprint(/opt/app/onap/blueprints/working/933f0a50-0d93-4ad9-8e66-c027d68bbe66)
2022-12-21 02:00:32,116|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| deleting definition types under : /opt/app/onap/blueprints/working/933f0a50-0d93-4ad9-8e66-c027d68bbe66/Definitions
2022-12-21 02:00:32,119|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| reinitialized all type definitions
2022-12-21 02:00:32,121|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(helloworld)
2022-12-21 02:00:32,169|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(helloworld-template)
2022-12-21 02:00:32,184|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(helloworld-mapping)
2022-12-21 02:00:32,194|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/hello-world-mapping.json) already enhanced(false)
2022-12-21 02:00:32,213|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(helloworld)
2022-12-21 02:00:32,214|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(helloworld) dependent component NodeTemplates([helloworld])
2022-12-21 02:00:32,214|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(helloworld) targets(helloworld)
2022-12-21 02:00:32,214|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(helloworld-mapping) for NodeType(helloworld)
2022-12-21 02:00:32,214|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(helloworld) resource assignment files([Templates/hello-world-mapping.json]
2022-12-21 02:00:32,214|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/933f0a50-0d93-4ad9-8e66-c027d68bbe66/Templates/hello-world-mapping.json
2022-12-21 02:00:32,222|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/hello-world-mapping.json) already enhanced(true)
2022-12-21 02:00:32,222|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-helloworld-properties)
2022-12-21 02:00:32,222|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing blueprint Resource Definitions
2022-12-21 02:00:32,222|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resources assignment files ([Templates/hello-world-mapping.json])
2022-12-21 02:00:32,223|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/hello-world-mapping.json)
2022-12-21 02:00:32,230|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| distinct resource keys ([])
2022-12-21 02:00:32,230|e81aca19-99d5-43da-a9e1-3333f3ac91ba||DefaultDispatcher-worker-23||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enriching Resource Definition sources Node Template: []
2022-12-21 02:00:32,507|058fca64-67a3-4712-8b18-e68de91a1405||Thread-65||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(688d335b-3b9d-4b70-80f5-08b88e460d2c) CBA(/opt/app/onap/blueprints/archive/688d335b-3b9d-4b70-80f5-08b88e460d2c/cba.zip)
2022-12-21 02:00:32,529|058fca64-67a3-4712-8b18-e68de91a1405||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/688d335b-3b9d-4b70-80f5-08b88e460d2c) and entry definition file (Definitions/blueprint.json)
2022-12-21 02:00:32,551|058fca64-67a3-4712-8b18-e68de91a1405||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(helloworld)
2022-12-21 02:00:32,560|058fca64-67a3-4712-8b18-e68de91a1405||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/688d335b-3b9d-4b70-80f5-08b88e460d2c) and entry definition file (Definitions/blueprint.json)
2022-12-21 02:00:32,654|058fca64-67a3-4712-8b18-e68de91a1405||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/688d335b-3b9d-4b70-80f5-08b88e460d2c) present to clean.
2022-12-21 02:00:32,858|654321||reactor-http-epoll-2||||INFO||||||| processing request id 654321
2022-12-21 02:00:32,858|654321||reactor-http-epoll-2||||INFO||||||| storeExecutionInput called not to store the Workflow action input details 
2022-12-21 02:00:32,858|654321||reactor-http-epoll-2||||INFO||||||| StoreAuditService ID  -1
2022-12-21 02:00:32,862|654321||reactor-http-epoll-2||||INFO||||||| cba file name(test101), version(1.0.1) already present(/opt/app/onap/blueprints/deploy/test101/1.0.1)
2022-12-21 02:00:32,862|654321||reactor-http-epoll-2||||INFO||||||| blueprint base path /opt/app/onap/blueprints/deploy/test101/1.0.1
2022-12-21 02:00:32,866|654321||DefaultDispatcher-worker-23||||INFO||||||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/deploy/test101/1.0.1) and entry definition file (Definitions/blueprint.json)
2022-12-21 02:00:32,888|654321||DefaultDispatcher-worker-23||||INFO||||||| Deriving input data for workflow: (helloworld)
2022-12-21 02:00:32,888|654321||DefaultDispatcher-worker-23||||INFO||||||| Executing workflow(helloworld) NodeTemplate(helloworld), derived from(tosca.nodes.Component)
2022-12-21 02:00:32,888|654321||DefaultDispatcher-worker-23||||INFO||||||| executing node template(helloworld) component(component-resource-resolution) interface(ResourceResolutionComponent) operation(process) on host (SELF) with timeout(180) sec.
2022-12-21 02:00:32,890|654321||DefaultDispatcher-worker-23||||INFO||||||| preparing request id(654321) for workflow(helloworld) step(helloworld)
2022-12-21 02:00:32,890|654321||DefaultDispatcher-worker-23||||INFO||||||| resolveNodeTemplateInterfaceOperationInputs for node template (helloworld), interface name(ResourceResolutionComponent), operationName(process)
2022-12-21 02:00:32,890|654321||DefaultDispatcher-worker-23||||INFO||||||| input definition for node template (helloworld), values ({artifact-prefix-names=["helloworld"]})
2022-12-21 02:00:32,892|654321||DefaultDispatcher-worker-23||||INFO||||||| Resolving resource with resource assignment artifact(helloworld-mapping)
2022-12-21 02:00:32,914|654321||DefaultDispatcher-worker-23||||INFO||||||| Batched Sequence : ([])
2022-12-21 02:00:32,915|654321||DefaultDispatcher-worker-23||||INFO||||||| Generated Resource Param Data ({ })
2022-12-21 02:00:32,930|654321||DefaultDispatcher-worker-23||||INFO||||||| Preparing Response...
2022-12-21 02:00:32,930|654321||DefaultDispatcher-worker-23||||INFO||||||| resolveNodeTemplateInterfaceOperationOutputs for node template (helloworld),interface name (ResourceResolutionComponent), operationName(process)
2022-12-21 02:00:32,930|654321||DefaultDispatcher-worker-23||||INFO||||||| resolveWorkflowOutputs for workflow(helloworld)
2022-12-21 02:00:32,931|654321||DefaultDispatcher-worker-23||||INFO||||||| storeExecutionOutput called not to store the Workflow action output details correlationUUID c89a668e-bd5b-44b7-b372-52f0f8753f2f auditStoreId -1
2022-12-21 02:05:44,111|0076451d-1d9d-4e1c-b668-282b7cc83b8f||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(false)
2022-12-21 02:05:44,112|0076451d-1d9d-4e1c-b668-282b7cc83b8f||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2022-12-21 02:05:44,112|0076451d-1d9d-4e1c-b668-282b7cc83b8f||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2022-12-21 02:05:44,470|0076451d-1d9d-4e1c-b668-282b7cc83b8f||DefaultDispatcher-worker-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2022-12-21 02:05:44,471|0076451d-1d9d-4e1c-b668-282b7cc83b8f||DefaultDispatcher-worker-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2022-12-21 02:05:45,410|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||Thread-89||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enhancing blueprint(/opt/app/onap/blueprints/working/6faaa1df-e5a6-4723-99cc-1e83332d6e57)
2022-12-21 02:05:45,411|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| deleting definition types under : /opt/app/onap/blueprints/working/6faaa1df-e5a6-4723-99cc-1e83332d6e57/Definitions
2022-12-21 02:05:45,413|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| reinitialized all type definitions
2022-12-21 02:05:45,414|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(helloworld)
2022-12-21 02:05:45,442|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(helloworld-template)
2022-12-21 02:05:45,452|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(helloworld-mapping)
2022-12-21 02:05:45,461|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/hello-world-mapping.json) already enhanced(false)
2022-12-21 02:05:45,476|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(helloworld)
2022-12-21 02:05:45,477|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(helloworld) dependent component NodeTemplates([helloworld])
2022-12-21 02:05:45,477|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(helloworld) targets(helloworld)
2022-12-21 02:05:45,477|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(helloworld-mapping) for NodeType(helloworld)
2022-12-21 02:05:45,477|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(helloworld) resource assignment files([Templates/hello-world-mapping.json]
2022-12-21 02:05:45,478|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/6faaa1df-e5a6-4723-99cc-1e83332d6e57/Templates/hello-world-mapping.json
2022-12-21 02:05:45,485|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/hello-world-mapping.json) already enhanced(true)
2022-12-21 02:05:45,485|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-helloworld-properties)
2022-12-21 02:05:45,485|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing blueprint Resource Definitions
2022-12-21 02:05:45,485|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resources assignment files ([Templates/hello-world-mapping.json])
2022-12-21 02:05:45,485|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/hello-world-mapping.json)
2022-12-21 02:05:45,492|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| distinct resource keys ([])
2022-12-21 02:05:45,492|ce1c3ad7-9bed-4e46-ae0a-28f8d7235ff4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enriching Resource Definition sources Node Template: []
2022-12-21 02:05:45,708|a772ce38-ce0f-4542-8bba-6c6dd18992e9||Thread-89||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(5ac131ad-1380-4357-8c03-ca3aa21b26d5) CBA(/opt/app/onap/blueprints/archive/5ac131ad-1380-4357-8c03-ca3aa21b26d5/cba.zip)
2022-12-21 02:05:45,716|a772ce38-ce0f-4542-8bba-6c6dd18992e9||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/5ac131ad-1380-4357-8c03-ca3aa21b26d5) and entry definition file (Definitions/blueprint.json)
2022-12-21 02:05:45,734|a772ce38-ce0f-4542-8bba-6c6dd18992e9||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(helloworld)
2022-12-21 02:05:45,741|a772ce38-ce0f-4542-8bba-6c6dd18992e9||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/5ac131ad-1380-4357-8c03-ca3aa21b26d5) and entry definition file (Definitions/blueprint.json)
2022-12-21 02:05:45,836|a772ce38-ce0f-4542-8bba-6c6dd18992e9||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/5ac131ad-1380-4357-8c03-ca3aa21b26d5) present to clean.
2022-12-21 02:05:46,027|654321||reactor-http-epoll-3||||INFO||||||| processing request id 654321
2022-12-21 02:05:46,027|654321||reactor-http-epoll-3||||INFO||||||| storeExecutionInput called not to store the Workflow action input details 
2022-12-21 02:05:46,028|654321||reactor-http-epoll-3||||INFO||||||| StoreAuditService ID  -1
2022-12-21 02:05:46,030|654321||reactor-http-epoll-3||||INFO||||||| cba file name(test101), version(1.0.1) already present(/opt/app/onap/blueprints/deploy/test101/1.0.1)
2022-12-21 02:05:46,030|654321||reactor-http-epoll-3||||INFO||||||| blueprint base path /opt/app/onap/blueprints/deploy/test101/1.0.1
2022-12-21 02:05:46,037|654321||DefaultDispatcher-worker-24||||INFO||||||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/deploy/test101/1.0.1) and entry definition file (Definitions/blueprint.json)
2022-12-21 02:05:46,049|654321||DefaultDispatcher-worker-24||||INFO||||||| Deriving input data for workflow: (helloworld)
2022-12-21 02:05:46,050|654321||DefaultDispatcher-worker-24||||INFO||||||| Executing workflow(helloworld) NodeTemplate(helloworld), derived from(tosca.nodes.Component)
2022-12-21 02:05:46,050|654321||DefaultDispatcher-worker-24||||INFO||||||| executing node template(helloworld) component(component-resource-resolution) interface(ResourceResolutionComponent) operation(process) on host (SELF) with timeout(180) sec.
2022-12-21 02:05:46,051|654321||DefaultDispatcher-worker-24||||INFO||||||| preparing request id(654321) for workflow(helloworld) step(helloworld)
2022-12-21 02:05:46,051|654321||DefaultDispatcher-worker-24||||INFO||||||| resolveNodeTemplateInterfaceOperationInputs for node template (helloworld), interface name(ResourceResolutionComponent), operationName(process)
2022-12-21 02:05:46,051|654321||DefaultDispatcher-worker-24||||INFO||||||| input definition for node template (helloworld), values ({artifact-prefix-names=["helloworld"]})
2022-12-21 02:05:46,053|654321||DefaultDispatcher-worker-24||||INFO||||||| Resolving resource with resource assignment artifact(helloworld-mapping)
2022-12-21 02:05:46,069|654321||DefaultDispatcher-worker-24||||INFO||||||| Batched Sequence : ([])
2022-12-21 02:05:46,070|654321||DefaultDispatcher-worker-24||||INFO||||||| Generated Resource Param Data ({ })
2022-12-21 02:05:46,076|654321||DefaultDispatcher-worker-24||||INFO||||||| Preparing Response...
2022-12-21 02:05:46,076|654321||DefaultDispatcher-worker-24||||INFO||||||| resolveNodeTemplateInterfaceOperationOutputs for node template (helloworld),interface name (ResourceResolutionComponent), operationName(process)
2022-12-21 02:05:46,077|654321||DefaultDispatcher-worker-24||||INFO||||||| resolveWorkflowOutputs for workflow(helloworld)
2022-12-21 02:05:46,077|654321||DefaultDispatcher-worker-24||||INFO||||||| storeExecutionOutput called not to store the Workflow action output details correlationUUID 1072df79-049f-4247-9f0a-aa50e137a507 auditStoreId -1
2022-12-21 02:44:05,484|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(true)
2022-12-21 02:44:05,485|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2022-12-21 02:44:05,486|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||reactor-http-epoll-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2022-12-21 02:44:05,867|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-16||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2022-12-21 02:44:05,868|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-16||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2022-12-21 02:44:06,705|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| cba load from paths(/opt/app/onap/model-catalog/blueprint-model/service-blueprint)
2022-12-21 02:44:06,712|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(3581eb1b-a561-4697-bc2b-fbbb2d4e5581) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS)
2022-12-21 02:44:06,740|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(86f3521b-5ea2-4b81-b698-a25b41b1da2b) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO)
2022-12-21 02:44:06,753|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(6f375d63-ee05-4678-8f40-9b93d3172210) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW)
2022-12-21 02:44:06,768|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(ef7a898a-215b-47ea-a507-8b959ffcffa3) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB)
2022-12-21 02:44:06,786|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(034a5280-bea6-41ad-bab0-5d196aca4b00) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin)
2022-12-21 02:44:06,806|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(2bfdf17a-8914-45a4-afe1-773f4ee390b3) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF)
2022-12-21 02:44:06,826|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS) and entry definition file (Definitions/5G_Core.json)
2022-12-21 02:44:06,826|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2022-12-21 02:44:06,827|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2022-12-21 02:44:06,827|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:44:06,827|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2022-12-21 02:44:06,828|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:44:06,889|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| failed in blueprint service template validation
org.onap.ccsdk.cds.controllerblueprints.core.BluePrintException: couldn't find file (/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/base_template-template.vtl)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:64)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:32)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateArtifactDefinition(BlueprintValidator.kt:114)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateArtifactDefinition(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions$lambda-5(BluePrintNodeTemplateValidatorImpl.kt:87)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions(BluePrintNodeTemplateValidatorImpl.kt:86)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:41)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateNodeTemplate(BlueprintValidator.kt:134)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateNodeTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates$lambda-3(BluePrintTopologyTemplateValidatorImpl.kt:64)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates(BluePrintTopologyTemplateValidatorImpl.kt:62)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:49)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:33)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateTopologyTemplate(BlueprintValidator.kt:129)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateTopologyTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validateTopologyTemplate(BluePrintServiceTemplateValidatorImpl.kt:112)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:58)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:36)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateServiceTemplate(BlueprintValidator.kt:100)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateServiceTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:53)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints(BluePrintDesignTimeValidatorService.kt)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:48)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService$validateBluePrints$1.invokeSuspend(BluePrintDesignTimeValidatorService.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintCatalogLoadService.loadPathBluePrintModelCatalog(BluePrintCatalogLoadService.kt:42)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintCatalogLoadService.loadPathsBluePrintModelCatalog(BluePrintCatalogLoadService.kt:36)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintDatabaseLoadService.initBluePrintCatalog$suspendImpl(BluePrintDatabaseLoadService.kt:64)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintDatabaseLoadService.initBluePrintCatalog(BluePrintDatabaseLoadService.kt)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.handler.BluePrintModelHandler.bootstrapBlueprint$suspendImpl(BluePrintModelHandler.kt:106)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.handler.BluePrintModelHandler$bootstrapBlueprint$1.invokeSuspend(BluePrintModelHandler.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:69)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:375)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith$default(DispatchedContinuation.kt:278)
	at kotlinx.coroutines.DispatchedCoroutine.afterResume(Builders.common.kt:256)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
2022-12-21 02:44:06,895|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:44:06,957|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:44:06,982|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:44:07,013|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:44:07,101|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:44:07,102|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:44:07,103|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:07,160|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:44:07,307|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:44:07,308|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:44:07,309|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:07,367|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2022-12-21 02:44:07,519|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:44:07,520|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:44:07,521|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:07,522|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(HealthCheck)
2022-12-21 02:44:07,523|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(ScaleOutReconfiguration)
2022-12-21 02:44:07,524|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(vf-config-assign)
2022-12-21 02:44:07,525|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(vf-config-deploy)
2022-12-21 02:44:07,581|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:44:07,715|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:44:07,716|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:07,752|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:44:07,753|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:07,755|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2022-12-21 02:44:07,774|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2022-12-21 02:44:07,960|8191ec3b-e14a-4c90-9a02-2217ce7a6de9||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Couldn't load BlueprintModel(5GC_Simulator_CNF_CDS: failed in blueprint validation : service_template : topology_template : couldn't find file (/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/base_template-template.vtl)

2022-12-21 02:44:12,091|0f06203b-0fd3-4eec-8a3c-042e81f2f029||Thread-117||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(ba580e73-bbd2-4f0b-ba6f-efdeaba65e97) CBA(/opt/app/onap/blueprints/archive/ba580e73-bbd2-4f0b-ba6f-efdeaba65e97/cba.zip)
2022-12-21 02:44:12,128|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/ba580e73-bbd2-4f0b-ba6f-efdeaba65e97) and entry definition file (Definitions/CNF.json)
2022-12-21 02:44:12,200|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:44:12,202|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:44:12,203|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:12,204|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale-out)
2022-12-21 02:44:12,205|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale)
2022-12-21 02:44:12,205|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale-in)
2022-12-21 02:44:12,206|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(health-check)
2022-12-21 02:44:12,235|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/ba580e73-bbd2-4f0b-ba6f-efdeaba65e97) and entry definition file (Definitions/CNF.json)
2022-12-21 02:44:12,469|0f06203b-0fd3-4eec-8a3c-042e81f2f029||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/ba580e73-bbd2-4f0b-ba6f-efdeaba65e97) present to clean.
2022-12-21 02:44:24,768|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enhancing blueprint(/opt/app/onap/blueprints/working/379a5297-ea8b-4372-a481-50c3c3859646)
2022-12-21 02:44:24,775|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| deleting definition types under : /opt/app/onap/blueprints/working/379a5297-ea8b-4372-a481-50c3c3859646/Definitions
2022-12-21 02:44:24,780|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| reinitialized all type definitions
2022-12-21 02:44:24,782|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(resource-assignment)
2022-12-21 02:44:24,823|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(vnf-template)
2022-12-21 02:44:24,832|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(vnf-mapping)
2022-12-21 02:44:24,840|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/vnf-mapping.json) already enhanced(false)
2022-12-21 02:44:24,894|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:24,920|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:24,930|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:24,940|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(base_ubuntu20-template)
2022-12-21 02:44:24,940|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(base_ubuntu20-mapping)
2022-12-21 02:44:24,940|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/base_ubuntu20-mapping.json) already enhanced(false)
2022-12-21 02:44:24,955|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:24,966|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:24,975|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:24,985|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(sdnc)
2022-12-21 02:44:25,007|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,016|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,024|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,033|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,046|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,056|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,077|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(config-assign)
2022-12-21 02:44:25,084|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(baseconfig-template)
2022-12-21 02:44:25,084|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(baseconfig-mapping)
2022-12-21 02:44:25,084|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/baseconfig-mapping.json) already enhanced(false)
2022-12-21 02:44:25,110|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,121|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,130|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:44:25,138|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(config-deploy)
2022-12-21 02:44:25,184|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(resource-assignment)
2022-12-21 02:44:25,185|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(resource-assignment) dependent component NodeTemplates([resource-assignment])
2022-12-21 02:44:25,185|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(resource-assignment) targets(resource-assignment)
2022-12-21 02:44:25,185|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(vnf-mapping) for NodeType(resource-assignment)
2022-12-21 02:44:25,185|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(base_ubuntu20-mapping) for NodeType(resource-assignment)
2022-12-21 02:44:25,185|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(resource-assignment) resource assignment files([Templates/vnf-mapping.json, Templates/base_ubuntu20-mapping.json]
2022-12-21 02:44:25,185|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/379a5297-ea8b-4372-a481-50c3c3859646/Templates/vnf-mapping.json
2022-12-21 02:44:25,190|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/vnf-mapping.json) already enhanced(true)
2022-12-21 02:44:25,190|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-resource-assignment-properties)
2022-12-21 02:44:25,190|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/379a5297-ea8b-4372-a481-50c3c3859646/Templates/base_ubuntu20-mapping.json
2022-12-21 02:44:25,195|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/base_ubuntu20-mapping.json) already enhanced(true)
2022-12-21 02:44:25,196|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dynamic dataType(dt-resource-assignment-properties) already present for workflow(resource-assignment).
2022-12-21 02:44:25,196|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(config-assign)
2022-12-21 02:44:25,197|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-assign) dependent component NodeTemplates([config-assign])
2022-12-21 02:44:25,197|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(config-assign) targets(config-assign)
2022-12-21 02:44:25,197|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(baseconfig-mapping) for NodeType(config-assign)
2022-12-21 02:44:25,197|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-assign) resource assignment files([Templates/baseconfig-mapping.json]
2022-12-21 02:44:25,197|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/379a5297-ea8b-4372-a481-50c3c3859646/Templates/baseconfig-mapping.json
2022-12-21 02:44:25,201|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/baseconfig-mapping.json) already enhanced(true)
2022-12-21 02:44:25,201|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-config-assign-properties)
2022-12-21 02:44:25,202|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(config-deploy)
2022-12-21 02:44:25,202|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-deploy) dependent component NodeTemplates([config-deploy])
2022-12-21 02:44:25,202|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(config-deploy) targets(config-deploy)
2022-12-21 02:44:25,202|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-deploy) resource assignment files([]
2022-12-21 02:44:25,202|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing blueprint Resource Definitions
2022-12-21 02:44:25,202|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resources assignment files ([Templates/vnf-mapping.json, Templates/base_ubuntu20-mapping.json, Templates/baseconfig-mapping.json])
2022-12-21 02:44:25,203|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/vnf-mapping.json)
2022-12-21 02:44:25,203|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/base_ubuntu20-mapping.json)
2022-12-21 02:44:25,203|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/baseconfig-mapping.json)
2022-12-21 02:44:25,215|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| distinct resource keys ([image_name, key_name, pub_key, public_net_id, service-instance-id, vf-module-id, vlb_flavor_name, vnf-id, vnf_name])
2022-12-21 02:44:25,311|20781885-816e-44be-ba9c-710aa7a0522e||Thread-117||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enriching Resource Definition sources Node Template: [source-default, source-input, source-rest, source-db, source-capability]
2022-12-21 02:44:25,577|47f9a751-3033-4ef7-9525-9789fd96832f||Thread-117||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(ef10d9f6-39f0-4409-8e81-52fa9e5780f8) CBA(/opt/app/onap/blueprints/archive/ef10d9f6-39f0-4409-8e81-52fa9e5780f8/cba.zip)
2022-12-21 02:44:25,585|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/ef10d9f6-39f0-4409-8e81-52fa9e5780f8) and entry definition file (Definitions/ubuntu20.json)
2022-12-21 02:44:25,597|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:44:25,621|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:44:25,622|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:44:25,623|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:44:25,632|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/ef10d9f6-39f0-4409-8e81-52fa9e5780f8) and entry definition file (Definitions/ubuntu20.json)
2022-12-21 02:44:25,725|47f9a751-3033-4ef7-9525-9789fd96832f||DefaultDispatcher-worker-23||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/ef10d9f6-39f0-4409-8e81-52fa9e5780f8) present to clean.
2022-12-21 02:47:20,185|8f20d279-a543-4ace-821f-5ee5f7281fc1||Thread-118||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(c1a06973-4c60-401e-af92-a00437c80218) CBA(/opt/app/onap/blueprints/archive/c1a06973-4c60-401e-af92-a00437c80218/cba.zip)
2022-12-21 02:47:20,214|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/c1a06973-4c60-401e-af92-a00437c80218) and entry definition file (Definitions/CNF.json)
2022-12-21 02:47:20,271|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:47:20,272|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:47:20,273|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:47:20,273|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale-out)
2022-12-21 02:47:20,274|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale)
2022-12-21 02:47:20,274|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale-in)
2022-12-21 02:47:20,275|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(health-check)
2022-12-21 02:47:20,298|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/c1a06973-4c60-401e-af92-a00437c80218) and entry definition file (Definitions/CNF.json)
2022-12-21 02:47:20,337|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :APACHE::1.0.0
2022-12-21 02:47:20,384|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/APACHE/1.0.0) present to clean.
2022-12-21 02:47:20,388|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :APACHE::1.0.0
2022-12-21 02:47:20,474|8f20d279-a543-4ace-821f-5ee5f7281fc1||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/c1a06973-4c60-401e-af92-a00437c80218) present to clean.
2022-12-21 02:47:57,844|9fafafdb-360d-40fc-8a43-3f13f4a84d77||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(true)
2022-12-21 02:47:57,845|9fafafdb-360d-40fc-8a43-3f13f4a84d77||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2022-12-21 02:47:57,846|9fafafdb-360d-40fc-8a43-3f13f4a84d77||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2022-12-21 02:47:58,195|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2022-12-21 02:47:58,196|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2022-12-21 02:47:58,887|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| cba load from paths(/opt/app/onap/model-catalog/blueprint-model/service-blueprint)
2022-12-21 02:47:58,887|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(4287a118-d233-4a11-9709-81b4b791fb23) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS)
2022-12-21 02:47:58,906|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(9d0f7314-2f46-4635-86d0-c22b4150c042) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO)
2022-12-21 02:47:58,914|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(638c507a-3614-423b-8bd7-cb622ef23ed3) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW)
2022-12-21 02:47:58,924|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(27ece0e6-fb7b-4281-8e5c-7aed7837a199) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB)
2022-12-21 02:47:58,938|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(27ae427e-6c24-4323-9e91-e8a5dfd481ac) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin)
2022-12-21 02:47:58,953|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(8a422d52-c0a9-479c-9026-93f4194f5733) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF)
2022-12-21 02:47:58,967|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS) and entry definition file (Definitions/5G_Core.json)
2022-12-21 02:47:58,967|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2022-12-21 02:47:58,968|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2022-12-21 02:47:58,968|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:47:58,969|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2022-12-21 02:47:58,969|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:47:59,000|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:47:59,020|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:47:59,040|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| failed in blueprint service template validation
org.onap.ccsdk.cds.controllerblueprints.core.BluePrintException: couldn't find file (/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/base_template-template.vtl)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:64)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:32)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateArtifactDefinition(BlueprintValidator.kt:114)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateArtifactDefinition(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions$lambda-5(BluePrintNodeTemplateValidatorImpl.kt:87)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions(BluePrintNodeTemplateValidatorImpl.kt:86)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:41)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateNodeTemplate(BlueprintValidator.kt:134)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateNodeTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates$lambda-3(BluePrintTopologyTemplateValidatorImpl.kt:64)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates(BluePrintTopologyTemplateValidatorImpl.kt:62)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:49)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:33)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateTopologyTemplate(BlueprintValidator.kt:129)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateTopologyTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validateTopologyTemplate(BluePrintServiceTemplateValidatorImpl.kt:112)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:58)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:36)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateServiceTemplate(BlueprintValidator.kt:100)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateServiceTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:53)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints(BluePrintDesignTimeValidatorService.kt)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:48)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService$validateBluePrints$1.invokeSuspend(BluePrintDesignTimeValidatorService.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.core.utils.JacksonUtils$Companion.getContent(JacksonUtils.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.core.utils.JacksonUtils$Companion.getListFromFile(JacksonUtils.kt:170)
	at org.onap.ccsdk.cds.controllerblueprints.validation.extension.ArtifactMappingResourceValidator.validate(ArtifactMappingResourceValidator.kt:46)
	at org.onap.ccsdk.cds.controllerblueprints.validation.extension.ArtifactMappingResourceValidator.validate(ArtifactMappingResourceValidator.kt:30)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validateExtension(BluePrintArtifactDefinitionValidatorImpl.kt:95)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:68)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:32)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateArtifactDefinition(BlueprintValidator.kt:114)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateArtifactDefinition(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions$lambda-5(BluePrintNodeTemplateValidatorImpl.kt:87)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions(BluePrintNodeTemplateValidatorImpl.kt:86)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:41)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateNodeTemplate(BlueprintValidator.kt:134)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateNodeTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates$lambda-3(BluePrintTopologyTemplateValidatorImpl.kt:64)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates(BluePrintTopologyTemplateValidatorImpl.kt:62)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:49)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:33)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateTopologyTemplate(BlueprintValidator.kt:129)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateTopologyTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validateTopologyTemplate(BluePrintServiceTemplateValidatorImpl.kt:112)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:58)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:36)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateServiceTemplate(BlueprintValidator.kt:100)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateServiceTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:53)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints(BluePrintDesignTimeValidatorService.kt)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:48)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService$validateBluePrints$1.invokeSuspend(BluePrintDesignTimeValidatorService.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.core.utils.JacksonUtils$Companion.getContent(JacksonUtils.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.core.utils.JacksonUtils$Companion.getListFromFile(JacksonUtils.kt:170)
	at org.onap.ccsdk.cds.controllerblueprints.validation.extension.ArtifactMappingResourceValidator.validate(ArtifactMappingResourceValidator.kt:46)
	at org.onap.ccsdk.cds.controllerblueprints.validation.extension.ArtifactMappingResourceValidator.validate(ArtifactMappingResourceValidator.kt:30)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validateExtension(BluePrintArtifactDefinitionValidatorImpl.kt:95)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:68)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:32)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateArtifactDefinition(BlueprintValidator.kt:114)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateArtifactDefinition(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions$lambda-5(BluePrintNodeTemplateValidatorImpl.kt:87)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions(BluePrintNodeTemplateValidatorImpl.kt:86)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:41)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateNodeTemplate(BlueprintValidator.kt:134)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateNodeTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates$lambda-3(BluePrintTopologyTemplateValidatorImpl.kt:64)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates(BluePrintTopologyTemplateValidatorImpl.kt:62)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:49)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:33)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateTopologyTemplate(BlueprintValidator.kt:129)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateTopologyTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validateTopologyTemplate(BluePrintServiceTemplateValidatorImpl.kt:112)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:58)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:36)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateServiceTemplate(BlueprintValidator.kt:100)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateServiceTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:53)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints(BluePrintDesignTimeValidatorService.kt)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:48)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService$validateBluePrints$1.invokeSuspend(BluePrintDesignTimeValidatorService.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintCatalogLoadService.loadPathBluePrintModelCatalog(BluePrintCatalogLoadService.kt:42)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintCatalogLoadService.loadPathsBluePrintModelCatalog(BluePrintCatalogLoadService.kt:36)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintDatabaseLoadService.initBluePrintCatalog$suspendImpl(BluePrintDatabaseLoadService.kt:64)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintDatabaseLoadService.initBluePrintCatalog(BluePrintDatabaseLoadService.kt)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.handler.BluePrintModelHandler.bootstrapBlueprint$suspendImpl(BluePrintModelHandler.kt:106)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.handler.BluePrintModelHandler$bootstrapBlueprint$1.invokeSuspend(BluePrintModelHandler.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:69)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:375)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith$default(DispatchedContinuation.kt:278)
	at kotlinx.coroutines.DispatchedCoroutine.afterResume(Builders.common.kt:256)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
2022-12-21 02:47:59,043|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:47:59,079|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:47:59,149|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:47:59,150|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:47:59,151|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:47:59,191|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2022-12-21 02:47:59,310|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vLB_CDS_KOTLIN::1.0.0
2022-12-21 02:47:59,346|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vLB_CDS_KOTLIN/1.0.0) present to clean.
2022-12-21 02:47:59,353|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vLB_CDS_KOTLIN::1.0.0
2022-12-21 02:47:59,405|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:47:59,406|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:47:59,438|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:47:59,439|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:47:59,440|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2022-12-21 02:47:59,462|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2022-12-21 02:47:59,493|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vFW-CDS::1.0.0
2022-12-21 02:47:59,525|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vFW-CDS/1.0.0) present to clean.
2022-12-21 02:47:59,551|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :pnf_netconf::1.0.0
2022-12-21 02:47:59,582|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/pnf_netconf/1.0.0) present to clean.
2022-12-21 02:47:59,583|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vFW-CDS::1.0.0
2022-12-21 02:47:59,625|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :pnf_netconf::1.0.0
2022-12-21 02:47:59,704|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:47:59,705|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:47:59,706|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:47:59,748|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:47:59,788|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vLB_CDS_RESTCONF::1.0.0
2022-12-21 02:47:59,822|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vLB_CDS_RESTCONF/1.0.0) present to clean.
2022-12-21 02:47:59,828|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vLB_CDS_RESTCONF::1.0.0
2022-12-21 02:47:59,892|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:47:59,893|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:47:59,894|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:47:59,894|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(HealthCheck)
2022-12-21 02:47:59,895|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(ScaleOutReconfiguration)
2022-12-21 02:47:59,896|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(vf-config-assign)
2022-12-21 02:47:59,897|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(vf-config-deploy)
2022-12-21 02:47:59,931|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:47:59,960|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vLB_CDS::1.0.0
2022-12-21 02:47:59,994|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vLB_CDS/1.0.0) present to clean.
2022-12-21 02:47:59,996|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vLB_CDS::1.0.0
2022-12-21 02:48:00,043|9fafafdb-360d-40fc-8a43-3f13f4a84d77||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Couldn't load BlueprintModel(5GC_Simulator_CNF_CDS: failed in blueprint validation : service_template : topology_template : couldn't find file (/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/base_template-template.vtl)

2022-12-21 02:48:15,934|0cc3a61f-fe37-4e7e-9746-50b93559b533||Thread-118||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enhancing blueprint(/opt/app/onap/blueprints/working/afbf1a4b-9f74-4294-b5cd-bc3c0f8521e9)
2022-12-21 02:48:15,936|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| deleting definition types under : /opt/app/onap/blueprints/working/afbf1a4b-9f74-4294-b5cd-bc3c0f8521e9/Definitions
2022-12-21 02:48:15,939|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| reinitialized all type definitions
2022-12-21 02:48:15,941|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(resource-assignment)
2022-12-21 02:48:15,977|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(vnf-template)
2022-12-21 02:48:15,985|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(vnf-mapping)
2022-12-21 02:48:15,994|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/vnf-mapping.json) already enhanced(false)
2022-12-21 02:48:16,022|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,058|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,070|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,081|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(base_ubuntu20-template)
2022-12-21 02:48:16,081|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(base_ubuntu20-mapping)
2022-12-21 02:48:16,082|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/base_ubuntu20-mapping.json) already enhanced(false)
2022-12-21 02:48:16,102|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,113|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,124|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,133|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(sdnc)
2022-12-21 02:48:16,155|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,166|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,177|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,189|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,209|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,220|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,242|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(config-assign)
2022-12-21 02:48:16,246|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(baseconfig-template)
2022-12-21 02:48:16,246|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(baseconfig-mapping)
2022-12-21 02:48:16,246|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/baseconfig-mapping.json) already enhanced(false)
2022-12-21 02:48:16,262|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,273|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,284|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:48:16,296|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(config-deploy)
2022-12-21 02:48:16,340|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(resource-assignment)
2022-12-21 02:48:16,340|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(resource-assignment) dependent component NodeTemplates([resource-assignment])
2022-12-21 02:48:16,340|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(resource-assignment) targets(resource-assignment)
2022-12-21 02:48:16,340|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(vnf-mapping) for NodeType(resource-assignment)
2022-12-21 02:48:16,340|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(base_ubuntu20-mapping) for NodeType(resource-assignment)
2022-12-21 02:48:16,341|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(resource-assignment) resource assignment files([Templates/vnf-mapping.json, Templates/base_ubuntu20-mapping.json]
2022-12-21 02:48:16,341|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/afbf1a4b-9f74-4294-b5cd-bc3c0f8521e9/Templates/vnf-mapping.json
2022-12-21 02:48:16,346|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/vnf-mapping.json) already enhanced(true)
2022-12-21 02:48:16,346|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-resource-assignment-properties)
2022-12-21 02:48:16,346|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/afbf1a4b-9f74-4294-b5cd-bc3c0f8521e9/Templates/base_ubuntu20-mapping.json
2022-12-21 02:48:16,350|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/base_ubuntu20-mapping.json) already enhanced(true)
2022-12-21 02:48:16,350|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dynamic dataType(dt-resource-assignment-properties) already present for workflow(resource-assignment).
2022-12-21 02:48:16,351|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(config-assign)
2022-12-21 02:48:16,351|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-assign) dependent component NodeTemplates([config-assign])
2022-12-21 02:48:16,352|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(config-assign) targets(config-assign)
2022-12-21 02:48:16,352|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(baseconfig-mapping) for NodeType(config-assign)
2022-12-21 02:48:16,352|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-assign) resource assignment files([Templates/baseconfig-mapping.json]
2022-12-21 02:48:16,352|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/afbf1a4b-9f74-4294-b5cd-bc3c0f8521e9/Templates/baseconfig-mapping.json
2022-12-21 02:48:16,356|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/baseconfig-mapping.json) already enhanced(true)
2022-12-21 02:48:16,356|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-config-assign-properties)
2022-12-21 02:48:16,357|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(config-deploy)
2022-12-21 02:48:16,357|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-deploy) dependent component NodeTemplates([config-deploy])
2022-12-21 02:48:16,357|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(config-deploy) targets(config-deploy)
2022-12-21 02:48:16,357|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-deploy) resource assignment files([]
2022-12-21 02:48:16,357|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing blueprint Resource Definitions
2022-12-21 02:48:16,358|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resources assignment files ([Templates/vnf-mapping.json, Templates/base_ubuntu20-mapping.json, Templates/baseconfig-mapping.json])
2022-12-21 02:48:16,358|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/vnf-mapping.json)
2022-12-21 02:48:16,358|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/base_ubuntu20-mapping.json)
2022-12-21 02:48:16,358|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/baseconfig-mapping.json)
2022-12-21 02:48:16,370|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| distinct resource keys ([image_name, key_name, pub_key, public_net_id, service-instance-id, vf-module-id, vlb_flavor_name, vnf-id, vnf_name])
2022-12-21 02:48:16,453|0cc3a61f-fe37-4e7e-9746-50b93559b533||DefaultDispatcher-worker-5||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enriching Resource Definition sources Node Template: [source-default, source-input, source-rest, source-db, source-capability]
2022-12-21 02:48:16,707|9cbb29e3-de39-4538-ac6e-22963375e268||Thread-118||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(b5390126-b969-4e51-b7fd-453dff0c32ef) CBA(/opt/app/onap/blueprints/archive/b5390126-b969-4e51-b7fd-453dff0c32ef/cba.zip)
2022-12-21 02:48:16,716|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/b5390126-b969-4e51-b7fd-453dff0c32ef) and entry definition file (Definitions/ubuntu20.json)
2022-12-21 02:48:16,725|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:48:16,754|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:48:16,755|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:48:16,756|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:48:16,764|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/b5390126-b969-4e51-b7fd-453dff0c32ef) and entry definition file (Definitions/ubuntu20.json)
2022-12-21 02:48:16,788|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :ubuntu20::1.0.0
2022-12-21 02:48:16,821|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/ubuntu20/1.0.0) present to clean.
2022-12-21 02:48:16,823|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :ubuntu20::1.0.0
2022-12-21 02:48:16,887|9cbb29e3-de39-4538-ac6e-22963375e268||DefaultDispatcher-worker-5||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/b5390126-b969-4e51-b7fd-453dff0c32ef) present to clean.
2022-12-21 02:50:47,897|62164929-1682-45d6-a124-21ebe9041f23||Thread-144||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(fb539a88-3d8d-4f8a-bd7e-509ce2b73d6c) CBA(/opt/app/onap/blueprints/archive/fb539a88-3d8d-4f8a-bd7e-509ce2b73d6c/cba.zip)
2022-12-21 02:50:47,932|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/fb539a88-3d8d-4f8a-bd7e-509ce2b73d6c) and entry definition file (Definitions/CNF.json)
2022-12-21 02:50:47,986|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:50:47,987|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:50:47,987|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:50:47,988|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale-out)
2022-12-21 02:50:47,988|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale)
2022-12-21 02:50:47,989|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(scale-in)
2022-12-21 02:50:47,989|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(health-check)
2022-12-21 02:50:48,010|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/fb539a88-3d8d-4f8a-bd7e-509ce2b73d6c) and entry definition file (Definitions/CNF.json)
2022-12-21 02:50:48,044|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :APACHE::1.0.0
2022-12-21 02:50:48,086|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/APACHE/1.0.0) present to clean.
2022-12-21 02:50:48,088|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :APACHE::1.0.0
2022-12-21 02:50:48,154|62164929-1682-45d6-a124-21ebe9041f23||DefaultDispatcher-worker-3||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/fb539a88-3d8d-4f8a-bd7e-509ce2b73d6c) present to clean.
2022-12-21 02:52:01,190|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(true)
2022-12-21 02:52:01,190|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2022-12-21 02:52:01,190|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2022-12-21 02:52:01,513|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-18||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2022-12-21 02:52:01,514|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-18||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2022-12-21 02:52:02,206|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| cba load from paths(/opt/app/onap/model-catalog/blueprint-model/service-blueprint)
2022-12-21 02:52:02,207|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(8f2eb9c3-6557-46e2-9a59-1f6738e98fdb) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS)
2022-12-21 02:52:02,225|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(0eb5ff5b-addb-4e26-a457-c5d23cac7392) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO)
2022-12-21 02:52:02,238|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(c5026245-940c-4f7a-b9ce-e5c9ced523f2) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW)
2022-12-21 02:52:02,250|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(1718e00d-f5de-4278-8d90-e6f0f2386782) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB)
2022-12-21 02:52:02,262|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(07c8076e-25e7-4214-96cd-04d5c16c9415) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin)
2022-12-21 02:52:02,275|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(88419b41-1d08-4093-862c-738eee485a07) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF)
2022-12-21 02:52:02,289|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS) and entry definition file (Definitions/5G_Core.json)
2022-12-21 02:52:02,290|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2022-12-21 02:52:02,290|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2022-12-21 02:52:02,290|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:52:02,290|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2022-12-21 02:52:02,290|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:52:02,309|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| failed in blueprint service template validation
org.onap.ccsdk.cds.controllerblueprints.core.BluePrintException: couldn't find file (/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/base_template-template.vtl)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:64)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintArtifactDefinitionValidatorImpl.validate(BluePrintArtifactDefinitionValidatorImpl.kt:32)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateArtifactDefinition(BlueprintValidator.kt:114)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateArtifactDefinition(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions$lambda-5(BluePrintNodeTemplateValidatorImpl.kt:87)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validateArtifactDefinitions(BluePrintNodeTemplateValidatorImpl.kt:86)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:75)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintNodeTemplateValidatorImpl.validate(BluePrintNodeTemplateValidatorImpl.kt:41)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateNodeTemplate(BlueprintValidator.kt:134)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateNodeTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates$lambda-3(BluePrintTopologyTemplateValidatorImpl.kt:64)
	at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validateNodeTemplates(BluePrintTopologyTemplateValidatorImpl.kt:62)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:49)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTopologyTemplateValidatorImpl.validate(BluePrintTopologyTemplateValidatorImpl.kt:33)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateTopologyTemplate(BlueprintValidator.kt:129)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateTopologyTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validateTopologyTemplate(BluePrintServiceTemplateValidatorImpl.kt:112)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:58)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintServiceTemplateValidatorImpl.validate(BluePrintServiceTemplateValidatorImpl.kt:36)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.doValidation(BlueprintValidator.kt:172)
	at org.onap.ccsdk.cds.controllerblueprints.core.interfaces.BluePrintTypeValidatorService$DefaultImpls.validateServiceTemplate(BlueprintValidator.kt:100)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintTypeValidatorServiceImpl.validateServiceTemplate(BluePrintTypeValidatorServiceImpl.kt:37)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:53)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints(BluePrintDesignTimeValidatorService.kt)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService.validateBluePrints$suspendImpl(BluePrintDesignTimeValidatorService.kt:48)
	at org.onap.ccsdk.cds.controllerblueprints.validation.BluePrintDesignTimeValidatorService$validateBluePrints$1.invokeSuspend(BluePrintDesignTimeValidatorService.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintCatalogLoadService.loadPathBluePrintModelCatalog(BluePrintCatalogLoadService.kt:42)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintCatalogLoadService.loadPathsBluePrintModelCatalog(BluePrintCatalogLoadService.kt:36)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintDatabaseLoadService.initBluePrintCatalog$suspendImpl(BluePrintDatabaseLoadService.kt:64)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.load.BluePrintDatabaseLoadService.initBluePrintCatalog(BluePrintDatabaseLoadService.kt)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.handler.BluePrintModelHandler.bootstrapBlueprint$suspendImpl(BluePrintModelHandler.kt:106)
	at org.onap.ccsdk.cds.blueprintsprocessor.designer.api.handler.BluePrintModelHandler$bootstrapBlueprint$1.invokeSuspend(BluePrintModelHandler.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:69)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:375)
	at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith$default(DispatchedContinuation.kt:278)
	at kotlinx.coroutines.DispatchedCoroutine.afterResume(Builders.common.kt:256)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
2022-12-21 02:52:02,312|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:52:02,341|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:52:02,357|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:52:02,375|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:52:02,438|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:52:02,439|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:52:02,440|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:52:02,441|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(HealthCheck)
2022-12-21 02:52:02,441|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(ScaleOutReconfiguration)
2022-12-21 02:52:02,442|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(vf-config-assign)
2022-12-21 02:52:02,443|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(vf-config-deploy)
2022-12-21 02:52:02,484|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:52:02,536|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vLB_CDS::1.0.0
2022-12-21 02:52:02,573|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vLB_CDS/1.0.0) present to clean.
2022-12-21 02:52:02,578|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vLB_CDS::1.0.0
2022-12-21 02:52:02,637|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:52:02,637|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:52:02,638|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:52:02,682|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2022-12-21 02:52:02,732|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vLB_CDS_RESTCONF::1.0.0
2022-12-21 02:52:02,765|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vLB_CDS_RESTCONF/1.0.0) present to clean.
2022-12-21 02:52:02,765|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vLB_CDS_RESTCONF::1.0.0
2022-12-21 02:52:02,857|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:52:02,858|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:52:02,859|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:52:02,927|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2022-12-21 02:52:02,993|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vLB_CDS_KOTLIN::1.0.0
2022-12-21 02:52:03,026|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vLB_CDS_KOTLIN/1.0.0) present to clean.
2022-12-21 02:52:03,027|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vLB_CDS_KOTLIN::1.0.0
2022-12-21 02:52:03,087|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:52:03,088|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:52:03,111|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:52:03,112|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:52:03,113|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2022-12-21 02:52:03,125|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2022-12-21 02:52:03,146|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :vFW-CDS::1.0.0
2022-12-21 02:52:03,178|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/vFW-CDS/1.0.0) present to clean.
2022-12-21 02:52:03,179|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :vFW-CDS::1.0.0
2022-12-21 02:52:03,241|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :pnf_netconf::1.0.0
2022-12-21 02:52:03,272|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/pnf_netconf/1.0.0) present to clean.
2022-12-21 02:52:03,272|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :pnf_netconf::1.0.0
2022-12-21 02:52:03,312|c5cb8c66-5bbc-4000-ab4e-519b22a66fba||DefaultDispatcher-worker-47||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Couldn't load BlueprintModel(5GC_Simulator_CNF_CDS: failed in blueprint validation : service_template : topology_template : couldn't find file (/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/base_template-template.vtl)

2022-12-21 02:52:18,870|fac7997d-eba7-422d-87c1-c97611804589||Thread-192||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enhancing blueprint(/opt/app/onap/blueprints/working/38ec10b8-d464-48b2-aac2-4f41a7a52ead)
2022-12-21 02:52:18,871|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| deleting definition types under : /opt/app/onap/blueprints/working/38ec10b8-d464-48b2-aac2-4f41a7a52ead/Definitions
2022-12-21 02:52:18,873|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| reinitialized all type definitions
2022-12-21 02:52:18,874|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(resource-assignment)
2022-12-21 02:52:18,897|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(vnf-template)
2022-12-21 02:52:18,905|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(vnf-mapping)
2022-12-21 02:52:18,912|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/vnf-mapping.json) already enhanced(false)
2022-12-21 02:52:18,927|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:18,951|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:18,962|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:18,969|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(base_ubuntu20-template)
2022-12-21 02:52:18,970|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(base_ubuntu20-mapping)
2022-12-21 02:52:18,970|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/base_ubuntu20-mapping.json) already enhanced(false)
2022-12-21 02:52:18,982|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:18,990|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,000|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,009|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(sdnc)
2022-12-21 02:52:19,028|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,037|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,055|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,065|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,074|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,084|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,103|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(config-assign)
2022-12-21 02:52:19,105|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(baseconfig-template)
2022-12-21 02:52:19,106|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing ArtifactDefinition(baseconfig-mapping)
2022-12-21 02:52:19,106|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing resource mapping file(Templates/baseconfig-mapping.json) already enhanced(false)
2022-12-21 02:52:19,121|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,130|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,140|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(input)
2022-12-21 02:52:19,148|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ***** Enhancing NodeTemplate(config-deploy)
2022-12-21 02:52:19,182|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(resource-assignment)
2022-12-21 02:52:19,182|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(resource-assignment) dependent component NodeTemplates([resource-assignment])
2022-12-21 02:52:19,182|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(resource-assignment) targets(resource-assignment)
2022-12-21 02:52:19,183|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(vnf-mapping) for NodeType(resource-assignment)
2022-12-21 02:52:19,183|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(base_ubuntu20-mapping) for NodeType(resource-assignment)
2022-12-21 02:52:19,183|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(resource-assignment) resource assignment files([Templates/vnf-mapping.json, Templates/base_ubuntu20-mapping.json]
2022-12-21 02:52:19,183|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/38ec10b8-d464-48b2-aac2-4f41a7a52ead/Templates/vnf-mapping.json
2022-12-21 02:52:19,189|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/vnf-mapping.json) already enhanced(true)
2022-12-21 02:52:19,190|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-resource-assignment-properties)
2022-12-21 02:52:19,190|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/38ec10b8-d464-48b2-aac2-4f41a7a52ead/Templates/base_ubuntu20-mapping.json
2022-12-21 02:52:19,193|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/base_ubuntu20-mapping.json) already enhanced(true)
2022-12-21 02:52:19,193|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dynamic dataType(dt-resource-assignment-properties) already present for workflow(resource-assignment).
2022-12-21 02:52:19,194|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(config-assign)
2022-12-21 02:52:19,194|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-assign) dependent component NodeTemplates([config-assign])
2022-12-21 02:52:19,194|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(config-assign) targets(config-assign)
2022-12-21 02:52:19,195|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resource assignment artifacts(baseconfig-mapping) for NodeType(config-assign)
2022-12-21 02:52:19,195|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-assign) resource assignment files([Templates/baseconfig-mapping.json]
2022-12-21 02:52:19,195|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enriching artifacts file(/opt/app/onap/blueprints/working/38ec10b8-d464-48b2-aac2-4f41a7a52ead/Templates/baseconfig-mapping.json
2022-12-21 02:52:19,199|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| enhancing workflow resource mapping file(Templates/baseconfig-mapping.json) already enhanced(true)
2022-12-21 02:52:19,199|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| dataType not present for the recipe(dt-config-assign-properties)
2022-12-21 02:52:19,199|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing Workflow(config-deploy)
2022-12-21 02:52:19,200|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-deploy) dependent component NodeTemplates([config-deploy])
2022-12-21 02:52:19,200|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| identified workflow(config-deploy) targets(config-deploy)
2022-12-21 02:52:19,200|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| workflow(config-deploy) resource assignment files([]
2022-12-21 02:52:19,200|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| ##### Enhancing blueprint Resource Definitions
2022-12-21 02:52:19,200|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| resources assignment files ([Templates/vnf-mapping.json, Templates/base_ubuntu20-mapping.json, Templates/baseconfig-mapping.json])
2022-12-21 02:52:19,200|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/vnf-mapping.json)
2022-12-21 02:52:19,201|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/base_ubuntu20-mapping.json)
2022-12-21 02:52:19,201|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| processing file (Templates/baseconfig-mapping.json)
2022-12-21 02:52:19,212|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| distinct resource keys ([image_name, key_name, pub_key, public_net_id, service-instance-id, vf-module-id, vlb_flavor_name, vnf-id, vnf_name])
2022-12-21 02:52:19,316|fac7997d-eba7-422d-87c1-c97611804589||DefaultDispatcher-worker-47||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Enriching Resource Definition sources Node Template: [source-default, source-input, source-rest, source-db, source-capability]
2022-12-21 02:52:19,532|16f677d1-6711-4343-9342-bfb7bb14631a||Thread-192||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Save processing(ac8f543e-96fa-40ec-9abe-79f2ced0ca3f) CBA(/opt/app/onap/blueprints/archive/ac8f543e-96fa-40ec-9abe-79f2ced0ca3f/cba.zip)
2022-12-21 02:52:19,539|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/ac8f543e-96fa-40ec-9abe-79f2ced0ca3f) and entry definition file (Definitions/ubuntu20.json)
2022-12-21 02:52:19,547|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2022-12-21 02:52:19,562|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(resource-assignment)
2022-12-21 02:52:19,563|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-assign)
2022-12-21 02:52:19,563|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Validating Workflow(config-deploy)
2022-12-21 02:52:19,569|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/ac8f543e-96fa-40ec-9abe-79f2ced0ca3f) and entry definition file (Definitions/ubuntu20.json)
2022-12-21 02:52:19,590|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Overwriting blueprint model :ubuntu20::1.0.0
2022-12-21 02:52:19,621|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/deploy/ubuntu20/1.0.0) present to clean.
2022-12-21 02:52:19,621|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| Deleted deployed blueprint model :ubuntu20::1.0.0
2022-12-21 02:52:19,673|16f677d1-6711-4343-9342-bfb7bb14631a||DefaultDispatcher-worker-47||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-5d6d5b97c5-dqgvp|||| No compiled cache(/opt/app/onap/blueprints/working/ac8f543e-96fa-40ec-9abe-79f2ced0ca3f) present to clean.