By type
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2021-07-25 23:24:17.772 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-64888d985-84n6l with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven) 2021-07-25 23:24:17.776 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap 2021-07-25 23:24:21.782 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) 2021-07-25 23:24:21.863 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-07-25 23:24:21.863 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22] 2021-07-25 23:24:22.039 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-07-25 23:24:22.040 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4100 ms /maven/data/imports/onapImports.yaml 2021-07-25 23:24:23.471 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2021-07-25 23:24:23.783 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-07-25 23:24:25.047 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '' 2021-07-25 23:24:25.052 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 8.761 seconds (JVM running for 9.564) 2021-07-26 00:43:35.408 INFO 1 --- [nio-9090-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-07-26 00:43:35.409 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-07-26 00:43:35.431 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 22 ms 2021-07-26 00:43:35.659 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@640aeae8 2021-07-26 00:43:36.937 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@32956f0c] 2021-07-26 00:43:36.938 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:43:36.938 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:43:37.068 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:43:37.526 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260201_nginx-1627260201","typeVersion":2107260043,"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-1627260201_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260201_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260201_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260201_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-1627260201:\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-1627260201\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-1627260201_cpu_limit\n memory:\n get_input: nginx-1627260201_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260201_cpu_request\n memory:\n get_input: nginx-1627260201_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":"aa6cd3ce-0094-40c0-b435-f69b14c35ead","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/aa6cd3ce-0094-40c0-b435-f69b14c35ead"},"created":1627260217514,"deactivated":null} 2021-07-26 00:43:37.527 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260201_nginx-1627260201:2107260043 2021-07-26 00:43:55.187 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2d53b9f6 2021-07-26 00:43:55.821 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@41d1d825] 2021-07-26 00:43:55.821 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:43:55.821 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:43:55.833 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:43:55.900 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260223_nginx-1627260223","typeVersion":2107260043,"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-1627260223_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260223_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260223_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260223_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-1627260223:\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-1627260223\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-1627260223_cpu_limit\n memory:\n get_input: nginx-1627260223_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260223_cpu_request\n memory:\n get_input: nginx-1627260223_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":"37f09a8c-4e8d-412b-ade1-97de260bea06","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/37f09a8c-4e8d-412b-ade1-97de260bea06"},"created":1627260235892,"deactivated":null} 2021-07-26 00:43:55.900 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260223_nginx-1627260223:2107260043 2021-07-26 00:44:21.779 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@6fd284e2 2021-07-26 00:44:22.508 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@44369e43] 2021-07-26 00:44:22.508 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:44:22.509 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:44:22.517 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:44:22.574 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260241_nginx-1627260241","typeVersion":2107260044,"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-1627260241_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260241_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260241_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260241_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-1627260241:\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-1627260241\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-1627260241_cpu_limit\n memory:\n get_input: nginx-1627260241_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260241_cpu_request\n memory:\n get_input: nginx-1627260241_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":"579ce6e6-7c30-4df0-8495-204b9fb86911","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/579ce6e6-7c30-4df0-8495-204b9fb86911"},"created":1627260262568,"deactivated":null} 2021-07-26 00:44:22.575 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260241_nginx-1627260241:2107260044 2021-07-26 00:44:56.969 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@41f4d544 2021-07-26 00:44:57.609 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1efcb90d] 2021-07-26 00:44:57.609 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:44:57.609 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:44:57.618 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:44:57.678 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260279_nginx-1627260279","typeVersion":2107260044,"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-1627260279_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260279_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260279_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260279_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-1627260279:\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-1627260279\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-1627260279_cpu_limit\n memory:\n get_input: nginx-1627260279_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260279_cpu_request\n memory:\n get_input: nginx-1627260279_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":"764e6a69-88a1-4b58-97b3-17cd1268b3c7","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/764e6a69-88a1-4b58-97b3-17cd1268b3c7"},"created":1627260297669,"deactivated":null} 2021-07-26 00:44:57.678 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260279_nginx-1627260279:2107260044 2021-07-26 00:45:19.904 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@7bf83132 2021-07-26 00:45:20.911 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@27abd286] 2021-07-26 00:45:20.911 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:45:20.911 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:45:20.920 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:45:20.981 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260302_nginx-1627260302","typeVersion":2107260045,"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-1627260302_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260302_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260302_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260302_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-1627260302:\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-1627260302\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-1627260302_cpu_limit\n memory:\n get_input: nginx-1627260302_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260302_cpu_request\n memory:\n get_input: nginx-1627260302_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":"02068675-502a-4749-bfdc-cad125e7c6a2","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/02068675-502a-4749-bfdc-cad125e7c6a2"},"created":1627260320974,"deactivated":null} 2021-07-26 00:45:20.981 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260302_nginx-1627260302:2107260045 2021-07-26 00:45:48.580 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@66dddc71 2021-07-26 00:45:49.796 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5606eb42] 2021-07-26 00:45:49.796 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:45:49.796 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:45:49.801 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:45:49.851 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260326_nginx-1627260326","typeVersion":2107260045,"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-1627260326_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260326_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260326_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260326_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-1627260326:\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-1627260326\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-1627260326_cpu_limit\n memory:\n get_input: nginx-1627260326_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260326_cpu_request\n memory:\n get_input: nginx-1627260326_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":"03c1b54d-82dc-40b3-9752-d3697599c694","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/03c1b54d-82dc-40b3-9752-d3697599c694"},"created":1627260349845,"deactivated":null} 2021-07-26 00:45:49.851 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260326_nginx-1627260326:2107260045 2021-07-26 00:46:34.421 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@652aef92 2021-07-26 00:46:35.201 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3d34727] 2021-07-26 00:46:35.201 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:46:35.202 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:46:35.209 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:46:35.267 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260377_nginx-1627260377","typeVersion":2107260046,"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-1627260377_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260377_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260377_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260377_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-1627260377:\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-1627260377\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-1627260377_cpu_limit\n memory:\n get_input: nginx-1627260377_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260377_cpu_request\n memory:\n get_input: nginx-1627260377_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":"ae3c7d31-f345-40a0-ae1b-ed921f3ff9e9","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/ae3c7d31-f345-40a0-ae1b-ed921f3ff9e9"},"created":1627260395261,"deactivated":null} 2021-07-26 00:46:35.267 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260377_nginx-1627260377:2107260046 2021-07-26 00:47:03.743 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2226aaef 2021-07-26 00:47:04.803 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@2e1786a1] 2021-07-26 00:47:04.803 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:47:04.803 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:47:04.810 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:47:04.867 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260400_nginx-1627260400","typeVersion":2107260047,"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-1627260400_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260400_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260400_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260400_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-1627260400:\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-1627260400\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-1627260400_cpu_limit\n memory:\n get_input: nginx-1627260400_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260400_cpu_request\n memory:\n get_input: nginx-1627260400_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":"a95aef6b-1565-4ad8-9b11-9a88a4f4fd3e","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/a95aef6b-1565-4ad8-9b11-9a88a4f4fd3e"},"created":1627260424862,"deactivated":null} 2021-07-26 00:47:04.867 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260400_nginx-1627260400:2107260047 2021-07-26 00:47:32.057 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@7c178660 2021-07-26 00:47:32.714 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4eaafe90] 2021-07-26 00:47:32.715 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:47:32.715 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:47:32.721 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:47:32.779 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260430_nginx-1627260430","typeVersion":2107260047,"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-1627260430_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260430_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260430_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260430_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-1627260430:\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-1627260430\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-1627260430_cpu_limit\n memory:\n get_input: nginx-1627260430_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260430_cpu_request\n memory:\n get_input: nginx-1627260430_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":"ee48f92c-0099-4ef8-83d6-7906ee890c23","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/ee48f92c-0099-4ef8-83d6-7906ee890c23"},"created":1627260452774,"deactivated":null} 2021-07-26 00:47:32.780 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260430_nginx-1627260430:2107260047 2021-07-26 00:51:35.867 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@794a2fc5 2021-07-26 00:51:36.601 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@61bb269f] 2021-07-26 00:51:36.601 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:51:36.601 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:51:36.606 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:51:36.662 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627260684_nginx-1627260684","typeVersion":2107260051,"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-1627260684_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627260684_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627260684_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627260684_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-1627260684:\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-1627260684\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-1627260684_cpu_limit\n memory:\n get_input: nginx-1627260684_memory_limit\n requests:\n cpu:\n get_input: nginx-1627260684_cpu_request\n memory:\n get_input: nginx-1627260684_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":"9ae0d634-9739-4e7c-9e09-3f30bd5540eb","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/9ae0d634-9739-4e7c-9e09-3f30bd5540eb"},"created":1627260696656,"deactivated":null} 2021-07-26 00:51:36.662 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627260684_nginx-1627260684:2107260051 2021-07-26 00:58:52.475 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@712d9f9f 2021-07-26 00:58:53.117 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3a94fe15] 2021-07-26 00:58:53.117 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 00:58:53.118 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 00:58:53.128 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 00:58:53.180 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627261115_nginx-1627261115","typeVersion":2107260058,"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-1627261115_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627261115_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627261115_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627261115_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-1627261115:\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-1627261115\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-1627261115_cpu_limit\n memory:\n get_input: nginx-1627261115_memory_limit\n requests:\n cpu:\n get_input: nginx-1627261115_cpu_request\n memory:\n get_input: nginx-1627261115_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":"296eac39-61f1-4e82-83e8-6e816985e3e8","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/296eac39-61f1-4e82-83e8-6e816985e3e8"},"created":1627261133175,"deactivated":null} 2021-07-26 00:58:53.181 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627261115_nginx-1627261115:2107260058 2021-07-26 01:02:09.595 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@63e8b04f 2021-07-26 01:02:10.320 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@56037aa7] 2021-07-26 01:02:10.321 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-07-26 01:02:10.321 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-07-26 01:02:10.324 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-07-26 01:02:10.381 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1627261317_nginx-1627261317","typeVersion":2107260102,"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-1627261317_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1627261317_cpu_request:\n type: string\n default: \"250m\"\n nginx-1627261317_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1627261317_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-1627261317:\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-1627261317\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-1627261317_cpu_limit\n memory:\n get_input: nginx-1627261317_memory_limit\n requests:\n cpu:\n get_input: nginx-1627261317_cpu_request\n memory:\n get_input: nginx-1627261317_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":"3d75ca01-0e05-4ef3-aa8a-8cec0b6606b3","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/3d75ca01-0e05-4ef3-aa8a-8cec0b6606b3"},"created":1627261330374,"deactivated":null} 2021-07-26 01:02:10.381 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1627261317_nginx-1627261317:2107260102 2021-07-26 01:13:08.134 INFO 1 --- [nio-9090-exec-8] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:415) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:294) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]