By type
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.7.RELEASE)
2021-06-07 11:13:59.253 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-66ff9555f6-x2c76 with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven)
2021-06-07 11:13:59.257 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap
2021-06-07 11:14:02.870 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2021-06-07 11:14:02.914 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-06-07 11:14:02.914 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
2021-06-07 11:14:03.074 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-06-07 11:14:03.075 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3644 ms
/maven/data/imports/onapImports.yaml
2021-06-07 11:14:04.547 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2021-06-07 11:14:04.810 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2021-06-07 11:14:05.939 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2021-06-07 11:14:05.944 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 7.918 seconds (JVM running for 8.642)
2021-06-07 13:12:17.413 INFO 1 --- [nio-9090-exec-8] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-07 13:12:17.414 INFO 1 --- [nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2021-06-07 13:12:17.649 INFO 1 --- [nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed initialization in 235 ms
2021-06-07 13:12:18.909 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@584ab611
2021-06-07 13:12:20.106 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5d29db68]
2021-06-07 13:12:20.106 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:12:20.106 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:12:20.323 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:12:23.816 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071523_nginx-1623071523","typeVersion":2106071312,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071523_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071523_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071523_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071523_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071523:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071523\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071523_cpu_limit\n memory:\n get_input: nginx-1623071523_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071523_cpu_request\n memory:\n get_input: nginx-1623071523_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"e593f3c1-5752-4c09-bd38-f5350b4d9863","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/e593f3c1-5752-4c09-bd38-f5350b4d9863"},"created":1623071543799,"deactivated":null}
2021-06-07 13:12:23.816 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071523_nginx-1623071523:2106071312
2021-06-07 13:12:30.417 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2282d517
2021-06-07 13:12:30.830 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4623cae0]
2021-06-07 13:12:30.830 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:12:30.830 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:12:30.842 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:12:30.911 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071544_nginx-1623071544","typeVersion":2106071312,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071544_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071544_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071544_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071544_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071544:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071544\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071544_cpu_limit\n memory:\n get_input: nginx-1623071544_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071544_cpu_request\n memory:\n get_input: nginx-1623071544_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"dbbb1377-bdef-411b-a091-70f10c7dc58b","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/dbbb1377-bdef-411b-a091-70f10c7dc58b"},"created":1623071550902,"deactivated":null}
2021-06-07 13:12:30.911 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071544_nginx-1623071544:2106071312
2021-06-07 13:12:51.130 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@66b7c6a1
2021-06-07 13:12:51.718 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@63479904]
2021-06-07 13:12:51.718 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:12:51.718 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:12:51.725 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:12:51.782 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071551_nginx-1623071551","typeVersion":2106071312,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071551_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071551_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071551_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071551_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071551:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071551\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071551_cpu_limit\n memory:\n get_input: nginx-1623071551_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071551_cpu_request\n memory:\n get_input: nginx-1623071551_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"833def36-c4b1-453e-835a-f04fb22d73f2","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/833def36-c4b1-453e-835a-f04fb22d73f2"},"created":1623071571772,"deactivated":null}
2021-06-07 13:12:51.782 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071551_nginx-1623071551:2106071312
2021-06-07 13:13:28.712 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@35e87485
2021-06-07 13:13:29.110 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5b56e472]
2021-06-07 13:13:29.110 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:13:29.110 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:13:29.118 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:13:29.177 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071592_nginx-1623071592","typeVersion":2106071313,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071592_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071592_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071592_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071592_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071592:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071592\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071592_cpu_limit\n memory:\n get_input: nginx-1623071592_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071592_cpu_request\n memory:\n get_input: nginx-1623071592_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"21008396-8b50-4e60-aaeb-47d1aed57f9d","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/21008396-8b50-4e60-aaeb-47d1aed57f9d"},"created":1623071609168,"deactivated":null}
2021-06-07 13:13:29.177 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071592_nginx-1623071592:2106071313
2021-06-07 13:13:35.672 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@d84730b
2021-06-07 13:13:36.110 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4816f8f9]
2021-06-07 13:13:36.111 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:13:36.111 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:13:36.119 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:13:36.173 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071609_nginx-1623071609","typeVersion":2106071313,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071609_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071609_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071609_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071609_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071609:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071609\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071609_cpu_limit\n memory:\n get_input: nginx-1623071609_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071609_cpu_request\n memory:\n get_input: nginx-1623071609_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"41250523-c8a8-4402-a212-94b05d3d1bb9","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/41250523-c8a8-4402-a212-94b05d3d1bb9"},"created":1623071616163,"deactivated":null}
2021-06-07 13:13:36.173 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071609_nginx-1623071609:2106071313
2021-06-07 13:14:02.576 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@3f101ff5
2021-06-07 13:14:03.115 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@181dc]
2021-06-07 13:14:03.115 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:14:03.115 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:14:03.120 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:14:03.173 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071616_nginx-1623071616","typeVersion":2106071314,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071616_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071616_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071616_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071616_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071616:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071616\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071616_cpu_limit\n memory:\n get_input: nginx-1623071616_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071616_cpu_request\n memory:\n get_input: nginx-1623071616_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"3a222ee8-8b5d-4eb3-837b-191113d4b9b7","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/3a222ee8-8b5d-4eb3-837b-191113d4b9b7"},"created":1623071643159,"deactivated":null}
2021-06-07 13:14:03.173 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071616_nginx-1623071616:2106071314
2021-06-07 13:15:24.532 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@17930444
2021-06-07 13:15:25.029 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@c2889e8]
2021-06-07 13:15:25.029 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:15:25.029 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:15:25.034 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:15:25.087 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071713_nginx-1623071713","typeVersion":2106071315,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071713_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071713_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071713_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071713_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071713:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071713\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071713_cpu_limit\n memory:\n get_input: nginx-1623071713_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071713_cpu_request\n memory:\n get_input: nginx-1623071713_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"34b906e1-5687-464d-9b61-ee62e5fda1e0","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/34b906e1-5687-464d-9b61-ee62e5fda1e0"},"created":1623071725078,"deactivated":null}
2021-06-07 13:15:25.088 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071713_nginx-1623071713:2106071315
2021-06-07 13:15:36.783 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@1d6b6f34
2021-06-07 13:15:37.221 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5292d45a]
2021-06-07 13:15:37.221 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:15:37.221 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:15:37.228 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:15:37.273 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071725_nginx-1623071725","typeVersion":2106071315,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071725_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071725_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071725_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071725_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071725:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071725\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071725_cpu_limit\n memory:\n get_input: nginx-1623071725_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071725_cpu_request\n memory:\n get_input: nginx-1623071725_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"5b2c2ca7-a053-4430-b0e7-690d9306e7d3","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/5b2c2ca7-a053-4430-b0e7-690d9306e7d3"},"created":1623071737265,"deactivated":null}
2021-06-07 13:15:37.273 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071725_nginx-1623071725:2106071315
2021-06-07 13:16:02.348 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@5199e892
2021-06-07 13:16:02.808 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@6bf8669]
2021-06-07 13:16:02.808 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:16:02.809 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:16:02.813 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:16:02.863 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071737_nginx-1623071737","typeVersion":2106071316,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071737_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071737_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071737_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071737_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071737:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071737\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071737_cpu_limit\n memory:\n get_input: nginx-1623071737_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071737_cpu_request\n memory:\n get_input: nginx-1623071737_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"2dd82c84-15e0-4bab-a869-59e214c2dd58","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/2dd82c84-15e0-4bab-a869-59e214c2dd58"},"created":1623071762853,"deactivated":null}
2021-06-07 13:16:02.864 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071737_nginx-1623071737:2106071316
2021-06-07 13:16:51.886 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@283907b6
2021-06-07 13:16:52.230 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@754f66ef]
2021-06-07 13:16:52.230 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:16:52.231 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:16:52.236 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:16:52.284 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071795_nginx-1623071795","typeVersion":2106071316,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071795_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071795_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071795_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071795_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071795:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071795\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071795_cpu_limit\n memory:\n get_input: nginx-1623071795_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071795_cpu_request\n memory:\n get_input: nginx-1623071795_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"74625c05-12c7-4bd3-b38d-0cc164058d94","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/74625c05-12c7-4bd3-b38d-0cc164058d94"},"created":1623071812275,"deactivated":null}
2021-06-07 13:16:52.284 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071795_nginx-1623071795:2106071316
2021-06-07 13:17:03.667 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@24888235
2021-06-07 13:17:04.118 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5975cd2c]
2021-06-07 13:17:04.118 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:17:04.118 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:17:04.123 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:17:04.173 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071812_nginx-1623071812","typeVersion":2106071317,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071812_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071812_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071812_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071812_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071812:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071812\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071812_cpu_limit\n memory:\n get_input: nginx-1623071812_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071812_cpu_request\n memory:\n get_input: nginx-1623071812_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"a150d6bc-bf3d-4cb6-a1f4-976785ff80f4","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/a150d6bc-bf3d-4cb6-a1f4-976785ff80f4"},"created":1623071824164,"deactivated":null}
2021-06-07 13:17:04.174 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071812_nginx-1623071812:2106071317
2021-06-07 13:17:27.055 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@57d77c90
2021-06-07 13:17:27.507 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5a072030]
2021-06-07 13:17:27.507 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:17:27.507 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:17:27.511 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:17:27.561 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071824_nginx-1623071824","typeVersion":2106071317,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071824_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071824_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071824_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071824_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071824:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071824\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071824_cpu_limit\n memory:\n get_input: nginx-1623071824_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071824_cpu_request\n memory:\n get_input: nginx-1623071824_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"d3e81834-836d-4f2e-b22b-2bc80e41e424","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/d3e81834-836d-4f2e-b22b-2bc80e41e424"},"created":1623071847551,"deactivated":null}
2021-06-07 13:17:27.561 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071824_nginx-1623071824:2106071317
2021-06-07 13:19:12.111 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@bbc0ad6
2021-06-07 13:19:12.729 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@6a0a7340]
2021-06-07 13:19:12.729 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:19:12.729 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:19:12.733 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:19:12.780 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071941_nginx-1623071941","typeVersion":2106071319,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071941_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071941_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071941_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071941_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071941:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071941\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071941_cpu_limit\n memory:\n get_input: nginx-1623071941_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071941_cpu_request\n memory:\n get_input: nginx-1623071941_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"4bafd70a-f222-4dc0-be36-6599defbf188","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/4bafd70a-f222-4dc0-be36-6599defbf188"},"created":1623071952771,"deactivated":null}
2021-06-07 13:19:12.780 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071941_nginx-1623071941:2106071319
2021-06-07 13:19:29.297 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2f2f7ca0
2021-06-07 13:19:29.629 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4da0ef0b]
2021-06-07 13:19:29.629 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:19:29.629 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:19:29.632 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:19:29.679 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071953_nginx-1623071953","typeVersion":2106071319,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071953_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071953_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071953_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071953_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071953:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071953\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071953_cpu_limit\n memory:\n get_input: nginx-1623071953_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071953_cpu_request\n memory:\n get_input: nginx-1623071953_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"d4c370e4-73b1-446d-93a0-153f965d31b8","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/d4c370e4-73b1-446d-93a0-153f965d31b8"},"created":1623071969671,"deactivated":null}
2021-06-07 13:19:29.679 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071953_nginx-1623071953:2106071319
2021-06-07 13:19:56.740 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@43b28327
2021-06-07 13:19:57.223 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@6fe93be0]
2021-06-07 13:19:57.223 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:19:57.223 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:19:57.226 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:19:57.271 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623071970_nginx-1623071970","typeVersion":2106071319,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623071970_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623071970_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623071970_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623071970_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623071970:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623071970\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623071970_cpu_limit\n memory:\n get_input: nginx-1623071970_memory_limit\n requests:\n cpu:\n get_input: nginx-1623071970_cpu_request\n memory:\n get_input: nginx-1623071970_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"71b634e3-5b09-4dbe-92dd-8fc670c0e9db","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/71b634e3-5b09-4dbe-92dd-8fc670c0e9db"},"created":1623071997262,"deactivated":null}
2021-06-07 13:19:57.272 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623071970_nginx-1623071970:2106071319
2021-06-07 13:21:57.893 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@57aa10db
2021-06-07 13:21:58.229 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3e85a033]
2021-06-07 13:21:58.229 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:21:58.229 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:21:58.252 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:21:58.299 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623072101_nginx-1623072101","typeVersion":2106071321,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623072101_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623072101_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623072101_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623072101_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623072101:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623072101\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623072101_cpu_limit\n memory:\n get_input: nginx-1623072101_memory_limit\n requests:\n cpu:\n get_input: nginx-1623072101_cpu_request\n memory:\n get_input: nginx-1623072101_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"08913606-4fbe-4d14-983a-187114e08d88","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/08913606-4fbe-4d14-983a-187114e08d88"},"created":1623072118289,"deactivated":null}
2021-06-07 13:21:58.299 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623072101_nginx-1623072101:2106071321
2021-06-07 13:22:14.834 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@7686972c
2021-06-07 13:22:15.307 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@54c37942]
2021-06-07 13:22:15.307 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:22:15.307 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:22:15.311 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:22:15.359 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623072118_nginx-1623072118","typeVersion":2106071322,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623072118_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623072118_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623072118_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623072118_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623072118:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623072118\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623072118_cpu_limit\n memory:\n get_input: nginx-1623072118_memory_limit\n requests:\n cpu:\n get_input: nginx-1623072118_cpu_request\n memory:\n get_input: nginx-1623072118_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"e3bf2fcd-abad-475f-b958-8fc4fa0657b4","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/e3bf2fcd-abad-475f-b958-8fc4fa0657b4"},"created":1623072135350,"deactivated":null}
2021-06-07 13:22:15.360 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623072118_nginx-1623072118:2106071322
2021-06-07 13:22:41.862 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@73ed420d
2021-06-07 13:22:42.317 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@79870ab8]
2021-06-07 13:22:42.317 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph
2021-06-07 13:22:42.317 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes
2021-06-07 13:22:42.320 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory
2021-06-07 13:22:42.369 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1623072135_nginx-1623072135","typeVersion":2106071322,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=1.5.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1623072135_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1623072135_cpu_request:\n type: string\n default: \"250m\"\n nginx-1623072135_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1623072135_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1623072135:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1623072135\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1623072135_cpu_limit\n memory:\n get_input: nginx-1623072135_memory_limit\n requests:\n cpu:\n get_input: nginx-1623072135_cpu_request\n memory:\n get_input: nginx-1623072135_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"6ebaf275-0c10-4417-884e-ccd5e2140c73","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/6ebaf275-0c10-4417-884e-ccd5e2140c73"},"created":1623072162360,"deactivated":null}
2021-06-07 13:22:42.369 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1623072135_nginx-1623072135:2106071322