By type
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2021-04-27 19:09:36.286 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-66ff9555f6-989l7 with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven) 2021-04-27 19:09:36.290 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap 2021-04-27 19:09:40.348 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) 2021-04-27 19:09:40.398 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-04-27 19:09:40.398 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22] 2021-04-27 19:09:40.597 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-04-27 19:09:40.597 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4181 ms /maven/data/imports/onapImports.yaml 2021-04-27 19:09:42.206 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2021-04-27 19:09:42.508 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-04-27 19:09:43.891 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '' 2021-04-27 19:09:43.897 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 9.135 seconds (JVM running for 9.962) 2021-04-27 21:15:35.325 INFO 1 --- [nio-9090-exec-6] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-27 21:15:35.325 INFO 1 --- [nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-04-27 21:15:35.339 INFO 1 --- [nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms 2021-04-27 21:15:35.599 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@1d10cda4 2021-04-27 21:15:36.230 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@238523ea] 2021-04-27 21:15:36.231 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:15:36.231 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:15:36.349 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:15:36.829 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558118_nginx-1619558118","typeVersion":2104272115,"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-1619558118_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558118_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558118_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558118_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-1619558118:\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-1619558118\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-1619558118_cpu_limit\n memory:\n get_input: nginx-1619558118_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558118_cpu_request\n memory:\n get_input: nginx-1619558118_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":"7d2277e8-4762-4950-a956-b8d65e60f1f8","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/7d2277e8-4762-4950-a956-b8d65e60f1f8"},"created":1619558136816,"deactivated":null} 2021-04-27 21:15:36.830 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558118_nginx-1619558118:2104272115 2021-04-27 21:15:53.407 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@3f63c026 2021-04-27 21:15:53.990 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@11b2bab2] 2021-04-27 21:15:53.990 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:15:53.990 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:15:54.002 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:15:54.070 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558141_nginx-1619558141","typeVersion":2104272115,"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-1619558141_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558141_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558141_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558141_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-1619558141:\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-1619558141\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-1619558141_cpu_limit\n memory:\n get_input: nginx-1619558141_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558141_cpu_request\n memory:\n get_input: nginx-1619558141_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":"aa542a85-91b9-4e66-89ff-9b487bb4d38f","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/aa542a85-91b9-4e66-89ff-9b487bb4d38f"},"created":1619558154060,"deactivated":null} 2021-04-27 21:15:54.070 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558141_nginx-1619558141:2104272115 2021-04-27 21:16:22.826 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@7ec0c4f 2021-04-27 21:16:23.385 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4fca4f44] 2021-04-27 21:16:23.385 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:16:23.385 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:16:23.394 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:16:23.447 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558159_nginx-1619558159","typeVersion":2104272116,"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-1619558159_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558159_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558159_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558159_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-1619558159:\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-1619558159\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-1619558159_cpu_limit\n memory:\n get_input: nginx-1619558159_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558159_cpu_request\n memory:\n get_input: nginx-1619558159_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":"63217701-6f28-4c35-bbc7-0adf687eca31","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/63217701-6f28-4c35-bbc7-0adf687eca31"},"created":1619558183441,"deactivated":null} 2021-04-27 21:16:23.448 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558159_nginx-1619558159:2104272116 2021-04-27 21:16:50.454 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2f3b2504 2021-04-27 21:16:51.003 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@7801965a] 2021-04-27 21:16:51.003 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:16:51.003 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:16:51.009 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:16:51.062 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558204_nginx-1619558204","typeVersion":2104272116,"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-1619558204_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558204_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558204_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558204_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-1619558204:\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-1619558204\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-1619558204_cpu_limit\n memory:\n get_input: nginx-1619558204_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558204_cpu_request\n memory:\n get_input: nginx-1619558204_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":"818ec27c-a524-45bf-81ec-49d02d5015d6","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/818ec27c-a524-45bf-81ec-49d02d5015d6"},"created":1619558211055,"deactivated":null} 2021-04-27 21:16:51.062 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558204_nginx-1619558204:2104272116 2021-04-27 21:17:07.387 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@761c43a4 2021-04-27 21:17:07.988 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3923e3da] 2021-04-27 21:17:07.988 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:17:07.988 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:17:07.994 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:17:08.044 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558216_nginx-1619558216","typeVersion":2104272117,"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-1619558216_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558216_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558216_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558216_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-1619558216:\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-1619558216\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-1619558216_cpu_limit\n memory:\n get_input: nginx-1619558216_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558216_cpu_request\n memory:\n get_input: nginx-1619558216_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":"81489e03-4a76-4c6a-9084-706b1c25a973","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/81489e03-4a76-4c6a-9084-706b1c25a973"},"created":1619558228034,"deactivated":null} 2021-04-27 21:17:08.044 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558216_nginx-1619558216:2104272117 2021-04-27 21:17:40.775 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@4c264848 2021-04-27 21:17:41.302 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4049f51c] 2021-04-27 21:17:41.303 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:17:41.303 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:17:41.309 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:17:41.356 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558233_nginx-1619558233","typeVersion":2104272117,"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-1619558233_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558233_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558233_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558233_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-1619558233:\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-1619558233\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-1619558233_cpu_limit\n memory:\n get_input: nginx-1619558233_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558233_cpu_request\n memory:\n get_input: nginx-1619558233_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":"5f7f7eba-5836-4522-b5d9-c0ea69df7219","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/5f7f7eba-5836-4522-b5d9-c0ea69df7219"},"created":1619558261352,"deactivated":null} 2021-04-27 21:17:41.357 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558233_nginx-1619558233:2104272117 2021-04-27 21:18:32.035 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@d14673f 2021-04-27 21:18:32.498 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1d9d7ddb] 2021-04-27 21:18:32.498 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:18:32.499 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:18:32.510 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:18:32.555 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558300_nginx-1619558300","typeVersion":2104272118,"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-1619558300_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558300_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558300_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558300_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-1619558300:\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-1619558300\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-1619558300_cpu_limit\n memory:\n get_input: nginx-1619558300_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558300_cpu_request\n memory:\n get_input: nginx-1619558300_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":"2edebe0a-01b5-4d8a-b185-4faa4178cf29","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/2edebe0a-01b5-4d8a-b185-4faa4178cf29"},"created":1619558312551,"deactivated":null} 2021-04-27 21:18:32.556 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558300_nginx-1619558300:2104272118 2021-04-27 21:18:53.816 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@25c34e74 2021-04-27 21:18:54.404 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@439afecc] 2021-04-27 21:18:54.404 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:18:54.404 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:18:54.409 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:18:54.456 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558317_nginx-1619558317","typeVersion":2104272118,"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-1619558317_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558317_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558317_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558317_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-1619558317:\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-1619558317\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-1619558317_cpu_limit\n memory:\n get_input: nginx-1619558317_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558317_cpu_request\n memory:\n get_input: nginx-1619558317_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":"3072edd3-4c44-40bf-9c07-d09c4c9258a8","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/3072edd3-4c44-40bf-9c07-d09c4c9258a8"},"created":1619558334449,"deactivated":null} 2021-04-27 21:18:54.457 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558317_nginx-1619558317:2104272118 2021-04-27 21:19:28.639 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@1b1ff7a9 2021-04-27 21:19:29.191 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@e17c210] 2021-04-27 21:19:29.191 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:19:29.191 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:19:29.195 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:19:29.240 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558339_nginx-1619558339","typeVersion":2104272119,"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-1619558339_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558339_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558339_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558339_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-1619558339:\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-1619558339\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-1619558339_cpu_limit\n memory:\n get_input: nginx-1619558339_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558339_cpu_request\n memory:\n get_input: nginx-1619558339_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":"520842cb-97c5-45a1-b085-03aa7ee2179d","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/520842cb-97c5-45a1-b085-03aa7ee2179d"},"created":1619558369234,"deactivated":null} 2021-04-27 21:19:29.240 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558339_nginx-1619558339:2104272119 2021-04-27 21:21:25.007 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@4e2b7aed 2021-04-27 21:21:25.496 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4303a5b8] 2021-04-27 21:21:25.496 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:21:25.496 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:21:25.500 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:21:25.554 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558468_nginx-1619558468","typeVersion":2104272121,"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-1619558468_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558468_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558468_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558468_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-1619558468:\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-1619558468\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-1619558468_cpu_limit\n memory:\n get_input: nginx-1619558468_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558468_cpu_request\n memory:\n get_input: nginx-1619558468_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":"50895c16-8d43-43b5-992e-77e26d2bf9e7","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/50895c16-8d43-43b5-992e-77e26d2bf9e7"},"created":1619558485549,"deactivated":null} 2021-04-27 21:21:25.555 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558468_nginx-1619558468:2104272121 2021-04-27 21:21:41.919 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@717a8909 2021-04-27 21:21:42.495 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@ffd4834] 2021-04-27 21:21:42.495 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:21:42.496 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:21:42.500 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:21:42.550 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558490_nginx-1619558490","typeVersion":2104272121,"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-1619558490_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558490_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558490_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558490_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-1619558490:\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-1619558490\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-1619558490_cpu_limit\n memory:\n get_input: nginx-1619558490_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558490_cpu_request\n memory:\n get_input: nginx-1619558490_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":"2c1cb430-3b55-46a7-9e12-85f25fed79df","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/2c1cb430-3b55-46a7-9e12-85f25fed79df"},"created":1619558502544,"deactivated":null} 2021-04-27 21:21:42.550 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558490_nginx-1619558490:2104272121 2021-04-27 21:22:06.958 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@63479904 2021-04-27 21:22:07.489 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1624deb1] 2021-04-27 21:22:07.489 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:22:07.489 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:22:07.493 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:22:07.540 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558507_nginx-1619558507","typeVersion":2104272122,"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-1619558507_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558507_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558507_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558507_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-1619558507:\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-1619558507\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-1619558507_cpu_limit\n memory:\n get_input: nginx-1619558507_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558507_cpu_request\n memory:\n get_input: nginx-1619558507_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":"78a93f1a-3ee0-41dc-87da-47068493aeef","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/78a93f1a-3ee0-41dc-87da-47068493aeef"},"created":1619558527536,"deactivated":null} 2021-04-27 21:22:07.540 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558507_nginx-1619558507:2104272122 2021-04-27 21:24:09.044 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@69bff274 2021-04-27 21:24:09.605 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@300fac1d] 2021-04-27 21:24:09.605 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:24:09.606 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:24:09.610 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:24:09.661 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558627_nginx-1619558627","typeVersion":2104272124,"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-1619558627_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558627_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558627_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558627_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-1619558627:\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-1619558627\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-1619558627_cpu_limit\n memory:\n get_input: nginx-1619558627_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558627_cpu_request\n memory:\n get_input: nginx-1619558627_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":"0f4563f6-b158-4e9e-a589-c4de19dd43db","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/0f4563f6-b158-4e9e-a589-c4de19dd43db"},"created":1619558649656,"deactivated":null} 2021-04-27 21:24:09.661 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558627_nginx-1619558627:2104272124 2021-04-27 21:24:25.880 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2fff1bc0 2021-04-27 21:24:26.411 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@7eb9a9f4] 2021-04-27 21:24:26.411 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:24:26.411 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:24:26.414 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:24:26.457 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558654_nginx-1619558654","typeVersion":2104272124,"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-1619558654_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558654_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558654_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558654_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-1619558654:\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-1619558654\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-1619558654_cpu_limit\n memory:\n get_input: nginx-1619558654_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558654_cpu_request\n memory:\n get_input: nginx-1619558654_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":"c1fd96d7-2074-43bc-9319-1ae71ab1e693","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/c1fd96d7-2074-43bc-9319-1ae71ab1e693"},"created":1619558666449,"deactivated":null} 2021-04-27 21:24:26.457 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558654_nginx-1619558654:2104272124 2021-04-27 21:24:56.113 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@3cf9a709 2021-04-27 21:24:56.685 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1526c868] 2021-04-27 21:24:56.685 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 21:24:56.685 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 21:24:56.689 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 21:24:56.733 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619558671_nginx-1619558671","typeVersion":2104272124,"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-1619558671_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619558671_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619558671_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619558671_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-1619558671:\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-1619558671\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-1619558671_cpu_limit\n memory:\n get_input: nginx-1619558671_memory_limit\n requests:\n cpu:\n get_input: nginx-1619558671_cpu_request\n memory:\n get_input: nginx-1619558671_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":"069fbb28-3398-4a25-ab19-0188fee2d709","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/069fbb28-3398-4a25-ab19-0188fee2d709"},"created":1619558696728,"deactivated":null} 2021-04-27 21:24:56.733 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619558671_nginx-1619558671:2104272124