By type
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2021-04-27 18:02:52.667 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-66ff9555f6-jggq7 with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven) 2021-04-27 18:02:52.673 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap 2021-04-27 18:02:57.188 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) 2021-04-27 18:02:57.242 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-04-27 18:02:57.242 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22] 2021-04-27 18:02:57.391 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-04-27 18:02:57.392 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4550 ms /maven/data/imports/onapImports.yaml 2021-04-27 18:02:59.160 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2021-04-27 18:02:59.511 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-04-27 18:03:00.798 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '' 2021-04-27 18:03:00.803 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 9.728 seconds (JVM running for 10.615) 2021-04-27 20:16:56.278 INFO 1 --- [nio-9090-exec-6] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-27 20:16:56.279 INFO 1 --- [nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-04-27 20:16:56.296 INFO 1 --- [nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms 2021-04-27 20:16:56.568 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2a225caf 2021-04-27 20:16:57.224 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5731150] 2021-04-27 20:16:57.224 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:16:57.224 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:16:57.391 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:16:57.936 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554601_nginx-1619554601","typeVersion":2104272016,"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-1619554601_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554601_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554601_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554601_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-1619554601:\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-1619554601\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-1619554601_cpu_limit\n memory:\n get_input: nginx-1619554601_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554601_cpu_request\n memory:\n get_input: nginx-1619554601_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":"7deca77d-815a-4eb7-9bac-02bff09144ad","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/7deca77d-815a-4eb7-9bac-02bff09144ad"},"created":1619554617911,"deactivated":null} 2021-04-27 20:16:57.936 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554601_nginx-1619554601:2104272016 2021-04-27 20:17:14.407 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@183ec13e 2021-04-27 20:17:15.225 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@605b5a01] 2021-04-27 20:17:15.225 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:17:15.225 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:17:15.242 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:17:15.331 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554623_nginx-1619554623","typeVersion":2104272017,"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-1619554623_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554623_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554623_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554623_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-1619554623:\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-1619554623\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-1619554623_cpu_limit\n memory:\n get_input: nginx-1619554623_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554623_cpu_request\n memory:\n get_input: nginx-1619554623_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":"8cee36b3-3794-49c0-ab81-ead5d321fa6f","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/8cee36b3-3794-49c0-ab81-ead5d321fa6f"},"created":1619554635318,"deactivated":null} 2021-04-27 20:17:15.332 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554623_nginx-1619554623:2104272017 2021-04-27 20:18:19.753 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@449e594c 2021-04-27 20:18:20.304 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@431134bd] 2021-04-27 20:18:20.304 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:18:20.304 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:18:20.317 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:18:20.400 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554640_nginx-1619554640","typeVersion":2104272018,"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-1619554640_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554640_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554640_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554640_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-1619554640:\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-1619554640\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-1619554640_cpu_limit\n memory:\n get_input: nginx-1619554640_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554640_cpu_request\n memory:\n get_input: nginx-1619554640_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":"04de43ef-b409-4fba-9fad-75fc86bde0ce","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/04de43ef-b409-4fba-9fad-75fc86bde0ce"},"created":1619554700376,"deactivated":null} 2021-04-27 20:18:20.400 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554640_nginx-1619554640:2104272018 2021-04-27 20:19:05.861 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@3aed877b 2021-04-27 20:19:06.501 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@21848c7] 2021-04-27 20:19:06.501 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:19:06.501 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:19:06.508 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:19:06.572 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554734_nginx-1619554734","typeVersion":2104272019,"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-1619554734_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554734_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554734_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554734_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-1619554734:\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-1619554734\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-1619554734_cpu_limit\n memory:\n get_input: nginx-1619554734_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554734_cpu_request\n memory:\n get_input: nginx-1619554734_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":"f2bee8c1-d217-454d-ae1a-a647004d09b6","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/f2bee8c1-d217-454d-ae1a-a647004d09b6"},"created":1619554746559,"deactivated":null} 2021-04-27 20:19:06.573 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554734_nginx-1619554734:2104272019 2021-04-27 20:19:29.014 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@238041c8 2021-04-27 20:19:29.689 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4e66323c] 2021-04-27 20:19:29.689 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:19:29.689 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:19:29.698 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:19:29.760 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554751_nginx-1619554751","typeVersion":2104272019,"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-1619554751_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554751_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554751_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554751_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-1619554751:\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-1619554751\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-1619554751_cpu_limit\n memory:\n get_input: nginx-1619554751_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554751_cpu_request\n memory:\n get_input: nginx-1619554751_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":"92743740-b81a-434f-8a64-16fc0e093056","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/92743740-b81a-434f-8a64-16fc0e093056"},"created":1619554769749,"deactivated":null} 2021-04-27 20:19:29.760 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554751_nginx-1619554751:2104272019 2021-04-27 20:19:53.403 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@5a1698dd 2021-04-27 20:19:54.100 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@7199dfb0] 2021-04-27 20:19:54.101 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:19:54.101 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:19:54.107 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:19:54.161 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554774_nginx-1619554774","typeVersion":2104272019,"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-1619554774_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554774_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554774_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554774_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-1619554774:\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-1619554774\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-1619554774_cpu_limit\n memory:\n get_input: nginx-1619554774_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554774_cpu_request\n memory:\n get_input: nginx-1619554774_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":"a4b0199d-aa2c-4e70-911f-468dd7565e23","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/a4b0199d-aa2c-4e70-911f-468dd7565e23"},"created":1619554794153,"deactivated":null} 2021-04-27 20:19:54.161 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554774_nginx-1619554774:2104272019 2021-04-27 20:20:43.467 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2c5b20d7 2021-04-27 20:20:44.024 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@15851c91] 2021-04-27 20:20:44.024 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:20:44.024 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:20:44.029 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:20:44.101 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554826_nginx-1619554826","typeVersion":2104272020,"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-1619554826_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554826_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554826_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554826_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-1619554826:\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-1619554826\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-1619554826_cpu_limit\n memory:\n get_input: nginx-1619554826_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554826_cpu_request\n memory:\n get_input: nginx-1619554826_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":"4f13c7f8-c84a-413e-a40c-6e87374a4423","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/4f13c7f8-c84a-413e-a40c-6e87374a4423"},"created":1619554844091,"deactivated":null} 2021-04-27 20:20:44.101 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554826_nginx-1619554826:2104272020 2021-04-27 20:21:00.807 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@4615b168 2021-04-27 20:21:01.418 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@50eef3ad] 2021-04-27 20:21:01.419 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:21:01.419 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:21:01.425 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:21:01.483 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554849_nginx-1619554849","typeVersion":2104272021,"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-1619554849_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554849_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554849_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554849_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-1619554849:\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-1619554849\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-1619554849_cpu_limit\n memory:\n get_input: nginx-1619554849_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554849_cpu_request\n memory:\n get_input: nginx-1619554849_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":"f5784331-5c9c-412b-a629-f22f0aa73aee","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/f5784331-5c9c-412b-a629-f22f0aa73aee"},"created":1619554861469,"deactivated":null} 2021-04-27 20:21:01.483 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554849_nginx-1619554849:2104272021 2021-04-27 20:21:48.918 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@3e71de4 2021-04-27 20:21:49.607 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1b809eb] 2021-04-27 20:21:49.608 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:21:49.608 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:21:49.614 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:21:49.677 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554866_nginx-1619554866","typeVersion":2104272021,"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-1619554866_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554866_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554866_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554866_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-1619554866:\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-1619554866\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-1619554866_cpu_limit\n memory:\n get_input: nginx-1619554866_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554866_cpu_request\n memory:\n get_input: nginx-1619554866_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":"153a5ee9-038d-42d5-9e65-3b72bf723be4","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/153a5ee9-038d-42d5-9e65-3b72bf723be4"},"created":1619554909661,"deactivated":null} 2021-04-27 20:21:49.678 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554866_nginx-1619554866:2104272021 2021-04-27 20:23:09.790 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@73e6fe6 2021-04-27 20:23:10.400 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@520c8b3f] 2021-04-27 20:23:10.400 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:23:10.400 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:23:10.406 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:23:10.459 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554973_nginx-1619554973","typeVersion":2104272023,"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-1619554973_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554973_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554973_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554973_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-1619554973:\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-1619554973\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-1619554973_cpu_limit\n memory:\n get_input: nginx-1619554973_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554973_cpu_request\n memory:\n get_input: nginx-1619554973_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":"10a378c2-5a0c-4cac-8180-8fe8f22cd156","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/10a378c2-5a0c-4cac-8180-8fe8f22cd156"},"created":1619554990450,"deactivated":null} 2021-04-27 20:23:10.460 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554973_nginx-1619554973:2104272023 2021-04-27 20:23:32.014 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@5f12ac55 2021-04-27 20:23:32.510 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@45ad8fef] 2021-04-27 20:23:32.511 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:23:32.511 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:23:32.515 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:23:32.562 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619554995_nginx-1619554995","typeVersion":2104272023,"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-1619554995_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619554995_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619554995_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619554995_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-1619554995:\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-1619554995\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-1619554995_cpu_limit\n memory:\n get_input: nginx-1619554995_memory_limit\n requests:\n cpu:\n get_input: nginx-1619554995_cpu_request\n memory:\n get_input: nginx-1619554995_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":"831ec34c-4bed-4b8f-8d0c-209dab31546c","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/831ec34c-4bed-4b8f-8d0c-209dab31546c"},"created":1619555012552,"deactivated":null} 2021-04-27 20:23:32.562 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619554995_nginx-1619554995:2104272023 2021-04-27 20:23:57.751 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@18d29f12 2021-04-27 20:23:58.316 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1f7a77f4] 2021-04-27 20:23:58.316 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:23:58.316 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:23:58.320 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:23:58.368 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555017_nginx-1619555017","typeVersion":2104272023,"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-1619555017_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555017_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555017_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555017_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-1619555017:\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-1619555017\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-1619555017_cpu_limit\n memory:\n get_input: nginx-1619555017_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555017_cpu_request\n memory:\n get_input: nginx-1619555017_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":"447af043-cb65-45a3-b960-aa6eb414f326","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/447af043-cb65-45a3-b960-aa6eb414f326"},"created":1619555038360,"deactivated":null} 2021-04-27 20:23:58.369 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555017_nginx-1619555017:2104272023 2021-04-27 20:25:52.187 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@18e3d53e 2021-04-27 20:25:53.002 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@168be919] 2021-04-27 20:25:53.002 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:25:53.002 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:25:53.007 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:25:53.066 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555140_nginx-1619555140","typeVersion":2104272025,"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-1619555140_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555140_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555140_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555140_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-1619555140:\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-1619555140\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-1619555140_cpu_limit\n memory:\n get_input: nginx-1619555140_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555140_cpu_request\n memory:\n get_input: nginx-1619555140_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":"993c45d4-0d05-4f1b-b4be-3c157a21083d","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/993c45d4-0d05-4f1b-b4be-3c157a21083d"},"created":1619555153056,"deactivated":null} 2021-04-27 20:25:53.066 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555140_nginx-1619555140:2104272025 2021-04-27 20:26:25.533 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@271424bb 2021-04-27 20:26:26.110 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@8242cba] 2021-04-27 20:26:26.110 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:26:26.110 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:26:26.114 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:26:26.170 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555158_nginx-1619555158","typeVersion":2104272026,"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-1619555158_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555158_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555158_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555158_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-1619555158:\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-1619555158\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-1619555158_cpu_limit\n memory:\n get_input: nginx-1619555158_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555158_cpu_request\n memory:\n get_input: nginx-1619555158_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":"bbb15504-4490-40d2-848c-2d2f6c125245","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/bbb15504-4490-40d2-848c-2d2f6c125245"},"created":1619555186162,"deactivated":null} 2021-04-27 20:26:26.171 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555158_nginx-1619555158:2104272026 2021-04-27 20:27:40.274 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@6c2b1eef 2021-04-27 20:27:40.901 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@59aa42] 2021-04-27 20:27:40.902 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:27:40.902 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:27:40.905 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:27:40.950 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555191_nginx-1619555191","typeVersion":2104272027,"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-1619555191_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555191_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555191_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555191_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-1619555191:\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-1619555191\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-1619555191_cpu_limit\n memory:\n get_input: nginx-1619555191_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555191_cpu_request\n memory:\n get_input: nginx-1619555191_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":"019b6ebc-53ab-495f-994c-3b345bfe2491","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/019b6ebc-53ab-495f-994c-3b345bfe2491"},"created":1619555260941,"deactivated":null} 2021-04-27 20:27:40.951 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555191_nginx-1619555191:2104272027 2021-04-27 20:28:32.405 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@b659413 2021-04-27 20:28:32.999 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@159daf92] 2021-04-27 20:28:32.999 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:28:32.999 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:28:33.023 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:28:33.091 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555300_nginx-1619555300","typeVersion":2104272028,"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-1619555300_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555300_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555300_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555300_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-1619555300:\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-1619555300\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-1619555300_cpu_limit\n memory:\n get_input: nginx-1619555300_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555300_cpu_request\n memory:\n get_input: nginx-1619555300_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":"f1cecadb-8aa0-49ad-95b1-992c2763c4d2","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/f1cecadb-8aa0-49ad-95b1-992c2763c4d2"},"created":1619555313059,"deactivated":null} 2021-04-27 20:28:33.092 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555300_nginx-1619555300:2104272028 2021-04-27 20:28:54.626 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@30f4dd31 2021-04-27 20:28:55.239 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@10ae24c2] 2021-04-27 20:28:55.239 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:28:55.239 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:28:55.246 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:28:55.298 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555318_nginx-1619555318","typeVersion":2104272028,"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-1619555318_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555318_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555318_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555318_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-1619555318:\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-1619555318\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-1619555318_cpu_limit\n memory:\n get_input: nginx-1619555318_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555318_cpu_request\n memory:\n get_input: nginx-1619555318_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":"39cb9c3d-4379-4481-9988-13cbd3277689","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/39cb9c3d-4379-4481-9988-13cbd3277689"},"created":1619555335290,"deactivated":null} 2021-04-27 20:28:55.298 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555318_nginx-1619555318:2104272028 2021-04-27 20:29:53.940 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@7d2b3ac5 2021-04-27 20:29:54.506 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@2267d8eb] 2021-04-27 20:29:54.507 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-04-27 20:29:54.507 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-04-27 20:29:54.511 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-04-27 20:29:54.562 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1619555340_nginx-1619555340","typeVersion":2104272029,"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-1619555340_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1619555340_cpu_request:\n type: string\n default: \"250m\"\n nginx-1619555340_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1619555340_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-1619555340:\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-1619555340\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-1619555340_cpu_limit\n memory:\n get_input: nginx-1619555340_memory_limit\n requests:\n cpu:\n get_input: nginx-1619555340_cpu_request\n memory:\n get_input: nginx-1619555340_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":"b94f675c-aedb-45f7-9ff3-4551c3c42622","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/b94f675c-aedb-45f7-9ff3-4551c3c42622"},"created":1619555394552,"deactivated":null} 2021-04-27 20:29:54.562 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1619555340_nginx-1619555340:2104272029