Results

By type

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

2021-09-13 05:49:21.480  INFO 1 --- [           main] o.o.d.runtime.web.RuntimeapiApplication  : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-b98cd5d48-7zk5z with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven)
2021-09-13 05:49:21.484  INFO 1 --- [           main] o.o.d.runtime.web.RuntimeapiApplication  : The following profiles are active: onap
2021-09-13 05:49:25.178  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9090 (http)
2021-09-13 05:49:25.261  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-09-13 05:49:25.262  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.22]
2021-09-13 05:49:25.478  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-09-13 05:49:25.478  INFO 1 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3876 ms
/maven/data/imports/onapImports.yaml
2021-09-13 05:49:27.165  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path '/actuator'
2021-09-13 05:49:27.438  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-09-13 05:49:28.820  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9090 (http) with context path ''
2021-09-13 05:49:28.829  INFO 1 --- [           main] o.o.d.runtime.web.RuntimeapiApplication  : Started RuntimeapiApplication in 8.439 seconds (JVM running for 9.41)
2021-09-13 09:07:01.795  INFO 1 --- [nio-9090-exec-4] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-13 09:07:01.796  INFO 1 --- [nio-9090-exec-4] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2021-09-13 09:07:01.822  INFO 1 --- [nio-9090-exec-4] o.s.web.servlet.DispatcherServlet        : Completed initialization in 25 ms
2021-09-13 09:07:02.123  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@7f2921fd
2021-09-13 09:07:02.633  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@a06ab76]
2021-09-13 09:07:02.634  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:07:02.634  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:07:02.805  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:07:03.407  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524006_nginx-1631524006","typeVersion":2109130907,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524006_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524006_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524006_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524006_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-1631524006:\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-1631524006\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-1631524006_cpu_limit\n          memory:\n            get_input: nginx-1631524006_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524006_cpu_request\n          memory:\n            get_input: nginx-1631524006_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":"b43abc97-e9a3-4046-909c-d834a5772d1a","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/b43abc97-e9a3-4046-909c-d834a5772d1a"},"created":1631524023389,"deactivated":null}
2021-09-13 09:07:03.408  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524006_nginx-1631524006:2109130907
2021-09-13 09:07:26.409  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@6c265af9
2021-09-13 09:07:26.745  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@54ac0fbf]
2021-09-13 09:07:26.745  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:07:26.745  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:07:26.764  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:07:26.856  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524029_nginx-1631524029","typeVersion":2109130907,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524029_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524029_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524029_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524029_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-1631524029:\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-1631524029\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-1631524029_cpu_limit\n          memory:\n            get_input: nginx-1631524029_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524029_cpu_request\n          memory:\n            get_input: nginx-1631524029_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":"990f534e-5cac-4569-8c68-aac6c8505b66","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/990f534e-5cac-4569-8c68-aac6c8505b66"},"created":1631524046842,"deactivated":null}
2021-09-13 09:07:26.857  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524029_nginx-1631524029:2109130907
2021-09-13 09:07:56.819  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@646d256
2021-09-13 09:07:57.153  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@2da80d9a]
2021-09-13 09:07:57.154  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:07:57.154  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:07:57.171  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:07:57.350  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524052_nginx-1631524052","typeVersion":2109130907,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524052_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524052_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524052_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524052_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-1631524052:\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-1631524052\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-1631524052_cpu_limit\n          memory:\n            get_input: nginx-1631524052_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524052_cpu_request\n          memory:\n            get_input: nginx-1631524052_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":"670db119-0cf1-4f77-8451-e04546fda2b1","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/670db119-0cf1-4f77-8451-e04546fda2b1"},"created":1631524077326,"deactivated":null}
2021-09-13 09:07:57.350  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524052_nginx-1631524052:2109130907
2021-09-13 09:08:25.103  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@2f33c443
2021-09-13 09:08:25.462  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@5a1a9a89]
2021-09-13 09:08:25.462  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:08:25.462  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:08:25.474  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:08:25.535  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524098_nginx-1631524098","typeVersion":2109130908,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524098_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524098_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524098_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524098_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-1631524098:\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-1631524098\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-1631524098_cpu_limit\n          memory:\n            get_input: nginx-1631524098_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524098_cpu_request\n          memory:\n            get_input: nginx-1631524098_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":"110ae6a2-fa1a-4728-99aa-f3a54241bdc4","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/110ae6a2-fa1a-4728-99aa-f3a54241bdc4"},"created":1631524105523,"deactivated":null}
2021-09-13 09:08:25.535  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524098_nginx-1631524098:2109130908
2021-09-13 09:08:37.768  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@5788a057
2021-09-13 09:08:38.117  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@63952750]
2021-09-13 09:08:38.118  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:08:38.118  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:08:38.125  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:08:38.230  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524110_nginx-1631524110","typeVersion":2109130908,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524110_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524110_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524110_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524110_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-1631524110:\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-1631524110\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-1631524110_cpu_limit\n          memory:\n            get_input: nginx-1631524110_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524110_cpu_request\n          memory:\n            get_input: nginx-1631524110_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":"2d0bdf4a-d03f-4cc4-969e-189926df4125","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/2d0bdf4a-d03f-4cc4-969e-189926df4125"},"created":1631524118212,"deactivated":null}
2021-09-13 09:08:38.231  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524110_nginx-1631524110:2109130908
2021-09-13 09:08:59.005  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@98da4f5
2021-09-13 09:08:59.342  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@66de3189]
2021-09-13 09:08:59.343  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:08:59.343  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:08:59.353  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:08:59.447  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524123_nginx-1631524123","typeVersion":2109130908,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524123_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524123_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524123_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524123_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-1631524123:\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-1631524123\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-1631524123_cpu_limit\n          memory:\n            get_input: nginx-1631524123_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524123_cpu_request\n          memory:\n            get_input: nginx-1631524123_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":"d4b2344d-a5a2-4dbe-b0f0-6c9a6174328b","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/d4b2344d-a5a2-4dbe-b0f0-6c9a6174328b"},"created":1631524139432,"deactivated":null}
2021-09-13 09:08:59.448  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524123_nginx-1631524123:2109130908
2021-09-13 09:09:42.785  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@b90baa4
2021-09-13 09:09:43.067  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@5dd3b76e]
2021-09-13 09:09:43.067  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:09:43.067  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:09:43.074  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:09:43.159  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524170_nginx-1631524170","typeVersion":2109130909,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524170_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524170_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524170_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524170_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-1631524170:\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-1631524170\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-1631524170_cpu_limit\n          memory:\n            get_input: nginx-1631524170_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524170_cpu_request\n          memory:\n            get_input: nginx-1631524170_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":"8fa8f80b-9976-4d8c-ab51-91996e1018a0","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/8fa8f80b-9976-4d8c-ab51-91996e1018a0"},"created":1631524183146,"deactivated":null}
2021-09-13 09:09:43.159  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524170_nginx-1631524170:2109130909
2021-09-13 09:10:05.702  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@5700ae2
2021-09-13 09:10:06.039  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@4a59ccde]
2021-09-13 09:10:06.039  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:10:06.040  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:10:06.050  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:10:06.199  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524188_nginx-1631524188","typeVersion":2109130910,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524188_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524188_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524188_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524188_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-1631524188:\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-1631524188\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-1631524188_cpu_limit\n          memory:\n            get_input: nginx-1631524188_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524188_cpu_request\n          memory:\n            get_input: nginx-1631524188_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":"d29f39dd-3325-4368-a47f-28b1fcf7b434","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/d29f39dd-3325-4368-a47f-28b1fcf7b434"},"created":1631524206166,"deactivated":null}
2021-09-13 09:10:06.200  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524188_nginx-1631524188:2109130910
2021-09-13 09:10:26.444  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@1049b7fb
2021-09-13 09:10:26.733  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@2e0304d6]
2021-09-13 09:10:26.734  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:10:26.734  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:10:26.740  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:10:26.807  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524211_nginx-1631524211","typeVersion":2109130910,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524211_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524211_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524211_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524211_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-1631524211:\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-1631524211\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-1631524211_cpu_limit\n          memory:\n            get_input: nginx-1631524211_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524211_cpu_request\n          memory:\n            get_input: nginx-1631524211_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":"375bb0e6-c8f9-4900-8ef5-e3e335932c81","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/375bb0e6-c8f9-4900-8ef5-e3e335932c81"},"created":1631524226797,"deactivated":null}
2021-09-13 09:10:26.808  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524211_nginx-1631524211:2109130910
2021-09-13 09:11:20.795  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@23e89e1a
2021-09-13 09:11:21.091  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@20c2e2c5]
2021-09-13 09:11:21.092  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:11:21.092  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:11:21.099  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:11:21.180  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524268_nginx-1631524268","typeVersion":2109130911,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524268_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524268_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524268_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524268_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-1631524268:\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-1631524268\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-1631524268_cpu_limit\n          memory:\n            get_input: nginx-1631524268_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524268_cpu_request\n          memory:\n            get_input: nginx-1631524268_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":"f5f3a20e-cb00-4387-a27e-2dc206ceca1a","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/f5f3a20e-cb00-4387-a27e-2dc206ceca1a"},"created":1631524281164,"deactivated":null}
2021-09-13 09:11:21.181  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524268_nginx-1631524268:2109130911
2021-09-13 09:11:38.542  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@32622b8e
2021-09-13 09:11:38.937  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@2a316e95]
2021-09-13 09:11:38.937  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:11:38.937  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:11:38.942  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:11:39.042  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524286_nginx-1631524286","typeVersion":2109130911,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524286_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524286_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524286_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524286_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-1631524286:\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-1631524286\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-1631524286_cpu_limit\n          memory:\n            get_input: nginx-1631524286_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524286_cpu_request\n          memory:\n            get_input: nginx-1631524286_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":"8e9b6ed2-0a3f-46dd-97a6-2ce59dcc52ee","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/8e9b6ed2-0a3f-46dd-97a6-2ce59dcc52ee"},"created":1631524299022,"deactivated":null}
2021-09-13 09:11:39.042  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524286_nginx-1631524286:2109130911
2021-09-13 09:12:13.657  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@847499
2021-09-13 09:12:13.951  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@36461a4c]
2021-09-13 09:12:13.952  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:12:13.953  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:12:13.967  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:12:14.166  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524304_nginx-1631524304","typeVersion":2109130912,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524304_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524304_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524304_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524304_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-1631524304:\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-1631524304\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-1631524304_cpu_limit\n          memory:\n            get_input: nginx-1631524304_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524304_cpu_request\n          memory:\n            get_input: nginx-1631524304_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":"c8c0b088-58bb-4211-9715-cbe83ec566c3","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/c8c0b088-58bb-4211-9715-cbe83ec566c3"},"created":1631524334147,"deactivated":null}
2021-09-13 09:12:14.167  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524304_nginx-1631524304:2109130912
2021-09-13 09:14:01.057  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@1845c403
2021-09-13 09:14:01.355  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@70dee5c3]
2021-09-13 09:14:01.355  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:14:01.355  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:14:01.363  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:14:01.434  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524434_nginx-1631524434","typeVersion":2109130914,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524434_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524434_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524434_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524434_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-1631524434:\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-1631524434\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-1631524434_cpu_limit\n          memory:\n            get_input: nginx-1631524434_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524434_cpu_request\n          memory:\n            get_input: nginx-1631524434_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":"8e0ef30f-30b5-4d13-b444-76cff1f5c402","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/8e0ef30f-30b5-4d13-b444-76cff1f5c402"},"created":1631524441419,"deactivated":null}
2021-09-13 09:14:01.434  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524434_nginx-1631524434:2109130914
2021-09-13 09:14:13.641  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@78916f8e
2021-09-13 09:14:13.922  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@418ae030]
2021-09-13 09:14:13.922  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:14:13.923  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:14:13.929  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:14:14.001  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524446_nginx-1631524446","typeVersion":2109130914,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524446_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524446_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524446_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524446_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-1631524446:\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-1631524446\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-1631524446_cpu_limit\n          memory:\n            get_input: nginx-1631524446_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524446_cpu_request\n          memory:\n            get_input: nginx-1631524446_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":"155a08a7-65a3-4721-9ecb-7009bc64afc0","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/155a08a7-65a3-4721-9ecb-7009bc64afc0"},"created":1631524453989,"deactivated":null}
2021-09-13 09:14:14.002  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524446_nginx-1631524446:2109130914
2021-09-13 09:14:43.337  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@541c4010
2021-09-13 09:14:43.602  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@269d662c]
2021-09-13 09:14:43.603  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:14:43.603  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:14:43.612  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:14:43.681  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524459_nginx-1631524459","typeVersion":2109130914,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524459_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524459_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524459_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524459_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-1631524459:\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-1631524459\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-1631524459_cpu_limit\n          memory:\n            get_input: nginx-1631524459_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524459_cpu_request\n          memory:\n            get_input: nginx-1631524459_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":"96425f0d-3349-482a-b6e4-3610b461f5d2","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/96425f0d-3349-482a-b6e4-3610b461f5d2"},"created":1631524483670,"deactivated":null}
2021-09-13 09:14:43.682  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524459_nginx-1631524459:2109130914
2021-09-13 09:16:35.706  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@7573721b
2021-09-13 09:16:36.063  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@331f5c6f]
2021-09-13 09:16:36.063  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:16:36.063  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:16:36.095  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:16:36.391  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524583_nginx-1631524583","typeVersion":2109130916,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524583_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524583_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524583_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524583_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-1631524583:\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-1631524583\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-1631524583_cpu_limit\n          memory:\n            get_input: nginx-1631524583_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524583_cpu_request\n          memory:\n            get_input: nginx-1631524583_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":"5e24d21e-5a0b-4aaf-9e67-0ca5d74d2214","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/5e24d21e-5a0b-4aaf-9e67-0ca5d74d2214"},"created":1631524596379,"deactivated":null}
2021-09-13 09:16:36.392  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524583_nginx-1631524583:2109130916
2021-09-13 09:16:59.042  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@7d0377a6
2021-09-13 09:16:59.333  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@23f93925]
2021-09-13 09:16:59.333  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:16:59.333  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:16:59.341  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:16:59.456  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524601_nginx-1631524601","typeVersion":2109130916,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524601_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524601_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524601_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524601_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-1631524601:\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-1631524601\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-1631524601_cpu_limit\n          memory:\n            get_input: nginx-1631524601_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524601_cpu_request\n          memory:\n            get_input: nginx-1631524601_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":"0f3b52df-c83f-4c22-b5c0-08c68f113830","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/0f3b52df-c83f-4c22-b5c0-08c68f113830"},"created":1631524619446,"deactivated":null}
2021-09-13 09:16:59.457  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524601_nginx-1631524601:2109130916
2021-09-13 09:17:37.365  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@54a2c09d
2021-09-13 09:17:37.722  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@d71d4f1]
2021-09-13 09:17:37.723  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:17:37.723  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:17:37.731  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:17:37.861  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524624_nginx-1631524624","typeVersion":2109130917,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524624_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524624_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524624_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524624_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-1631524624:\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-1631524624\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-1631524624_cpu_limit\n          memory:\n            get_input: nginx-1631524624_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524624_cpu_request\n          memory:\n            get_input: nginx-1631524624_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":"d8d3e559-8241-4a5f-8edd-f8123f7402b7","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/d8d3e559-8241-4a5f-8edd-f8123f7402b7"},"created":1631524657849,"deactivated":null}
2021-09-13 09:17:37.861  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524624_nginx-1631524624:2109130917
2021-09-13 09:18:08.992  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@2d8e37a4
2021-09-13 09:18:09.374  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@1f71b3f4]
2021-09-13 09:18:09.374  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:18:09.374  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:18:09.378  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:18:09.571  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524676_nginx-1631524676","typeVersion":2109130918,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524676_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524676_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524676_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524676_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-1631524676:\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-1631524676\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-1631524676_cpu_limit\n          memory:\n            get_input: nginx-1631524676_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524676_cpu_request\n          memory:\n            get_input: nginx-1631524676_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":"441bd771-fc35-497d-ac2c-580f5c79f571","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/441bd771-fc35-497d-ac2c-580f5c79f571"},"created":1631524689548,"deactivated":null}
2021-09-13 09:18:09.572  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524676_nginx-1631524676:2109130918
2021-09-13 09:18:26.893  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@710958f3
2021-09-13 09:18:27.256  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@2af112]
2021-09-13 09:18:27.256  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:18:27.256  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:18:27.261  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:18:27.317  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524694_nginx-1631524694","typeVersion":2109130918,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524694_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524694_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524694_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524694_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-1631524694:\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-1631524694\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-1631524694_cpu_limit\n          memory:\n            get_input: nginx-1631524694_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524694_cpu_request\n          memory:\n            get_input: nginx-1631524694_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":"c65092a5-2112-4ef4-aa05-fd32bb754f9e","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/c65092a5-2112-4ef4-aa05-fd32bb754f9e"},"created":1631524707301,"deactivated":null}
2021-09-13 09:18:27.318  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524694_nginx-1631524694:2109130918
2021-09-13 09:18:59.562  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@7ca2e161
2021-09-13 09:18:59.895  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@2269f483]
2021-09-13 09:18:59.895  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:18:59.896  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:18:59.899  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:18:59.956  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524712_nginx-1631524712","typeVersion":2109130918,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524712_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524712_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524712_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524712_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-1631524712:\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-1631524712\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-1631524712_cpu_limit\n          memory:\n            get_input: nginx-1631524712_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524712_cpu_request\n          memory:\n            get_input: nginx-1631524712_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":"a13a0969-ccc6-4f78-972c-8f6aa8b0d672","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/a13a0969-ccc6-4f78-972c-8f6aa8b0d672"},"created":1631524739947,"deactivated":null}
2021-09-13 09:18:59.957  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524712_nginx-1631524712:2109130918
2021-09-13 09:19:53.542  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@7ca40a25
2021-09-13 09:19:53.898  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@4bb83469]
2021-09-13 09:19:53.898  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:19:53.898  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:19:53.903  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:19:53.969  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524771_nginx-1631524771","typeVersion":2109130919,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524771_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524771_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524771_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524771_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-1631524771:\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-1631524771\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-1631524771_cpu_limit\n          memory:\n            get_input: nginx-1631524771_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524771_cpu_request\n          memory:\n            get_input: nginx-1631524771_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":"682c91a5-86c4-4ff8-ba67-09b582013a7c","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/682c91a5-86c4-4ff8-ba67-09b582013a7c"},"created":1631524793959,"deactivated":null}
2021-09-13 09:19:53.969  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524771_nginx-1631524771:2109130919
2021-09-13 09:20:16.677  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@5bf0ba1d
2021-09-13 09:20:16.943  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@610d07ec]
2021-09-13 09:20:16.944  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:20:16.944  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:20:16.949  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:20:17.059  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524799_nginx-1631524799","typeVersion":2109130920,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524799_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524799_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524799_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524799_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-1631524799:\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-1631524799\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-1631524799_cpu_limit\n          memory:\n            get_input: nginx-1631524799_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524799_cpu_request\n          memory:\n            get_input: nginx-1631524799_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":"c6f89284-1336-4928-926f-bc6a25daaf0a","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/c6f89284-1336-4928-926f-bc6a25daaf0a"},"created":1631524817046,"deactivated":null}
2021-09-13 09:20:17.060  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524799_nginx-1631524799:2109130920
2021-09-13 09:20:57.265  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@41deb3e8
2021-09-13 09:20:57.590  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@250aafa9]
2021-09-13 09:20:57.590  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:20:57.590  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:20:57.625  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:20:57.757  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524822_nginx-1631524822","typeVersion":2109130920,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524822_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524822_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524822_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524822_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-1631524822:\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-1631524822\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-1631524822_cpu_limit\n          memory:\n            get_input: nginx-1631524822_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524822_cpu_request\n          memory:\n            get_input: nginx-1631524822_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":"c9f87c91-c45d-4a9d-88c3-a0fd652dcb9d","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/c9f87c91-c45d-4a9d-88c3-a0fd652dcb9d"},"created":1631524857735,"deactivated":null}
2021-09-13 09:20:57.757  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524822_nginx-1631524822:2109130920
2021-09-13 09:21:55.636  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@49f7d264
2021-09-13 09:21:56.059  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@12d99494]
2021-09-13 09:21:56.059  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:21:56.059  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:21:56.066  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:21:56.165  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524898_nginx-1631524898","typeVersion":2109130921,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524898_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524898_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524898_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524898_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-1631524898:\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-1631524898\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-1631524898_cpu_limit\n          memory:\n            get_input: nginx-1631524898_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524898_cpu_request\n          memory:\n            get_input: nginx-1631524898_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":"e1766467-5394-4b6a-bc07-23b54ec0d47d","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/e1766467-5394-4b6a-bc07-23b54ec0d47d"},"created":1631524916150,"deactivated":null}
2021-09-13 09:21:56.165  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524898_nginx-1631524898:2109130921
2021-09-13 09:22:13.485  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@42681ed4
2021-09-13 09:22:13.814  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@39bccbf9]
2021-09-13 09:22:13.815  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:22:13.815  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:22:13.821  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:22:13.898  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524921_nginx-1631524921","typeVersion":2109130922,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524921_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524921_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524921_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524921_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-1631524921:\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-1631524921\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-1631524921_cpu_limit\n          memory:\n            get_input: nginx-1631524921_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524921_cpu_request\n          memory:\n            get_input: nginx-1631524921_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":"c2e0dea1-7a86-4014-a585-540e3c87e236","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/c2e0dea1-7a86-4014-a585-540e3c87e236"},"created":1631524933881,"deactivated":null}
2021-09-13 09:22:13.898  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524921_nginx-1631524921:2109130922
2021-09-13 09:22:38.264  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@432707a
2021-09-13 09:22:38.570  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@2c8ccb0]
2021-09-13 09:22:38.570  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:22:38.571  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:22:38.574  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:22:38.629  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631524939_nginx-1631524939","typeVersion":2109130922,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631524939_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631524939_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631524939_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631524939_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-1631524939:\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-1631524939\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-1631524939_cpu_limit\n          memory:\n            get_input: nginx-1631524939_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631524939_cpu_request\n          memory:\n            get_input: nginx-1631524939_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":"7d2662aa-82ca-4088-8484-4b3bab6013b6","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/7d2662aa-82ca-4088-8484-4b3bab6013b6"},"created":1631524958621,"deactivated":null}
2021-09-13 09:22:38.629  INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631524939_nginx-1631524939:2109130922
2021-09-13 09:23:56.334  INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@6266be9
2021-09-13 09:23:56.628  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@456de89c]
2021-09-13 09:23:56.628  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:23:56.628  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:23:56.636  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:23:56.787  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631525019_nginx-1631525019","typeVersion":2109130923,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631525019_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631525019_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631525019_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631525019_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-1631525019:\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-1631525019\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-1631525019_cpu_limit\n          memory:\n            get_input: nginx-1631525019_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631525019_cpu_request\n          memory:\n            get_input: nginx-1631525019_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":"8c8ed4c2-0428-4368-a591-d71608920eb6","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/8c8ed4c2-0428-4368-a591-d71608920eb6"},"created":1631525036778,"deactivated":null}
2021-09-13 09:23:56.788  INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631525019_nginx-1631525019:2109130923
2021-09-13 09:24:19.215  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@c0ea5b3
2021-09-13 09:24:19.519  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@22b8c454]
2021-09-13 09:24:19.520  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:24:19.520  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:24:19.527  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:24:19.619  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631525042_nginx-1631525042","typeVersion":2109130924,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631525042_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631525042_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631525042_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631525042_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-1631525042:\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-1631525042\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-1631525042_cpu_limit\n          memory:\n            get_input: nginx-1631525042_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631525042_cpu_request\n          memory:\n            get_input: nginx-1631525042_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":"b87e81aa-4ea0-43b5-b857-259d4da6dfef","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/b87e81aa-4ea0-43b5-b857-259d4da6dfef"},"created":1631525059599,"deactivated":null}
2021-09-13 09:24:19.619  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631525042_nginx-1631525042:2109130924
2021-09-13 09:24:48.460  INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@3f6bb160
2021-09-13 09:24:48.741  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@24b280e8]
2021-09-13 09:24:48.741  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:24:48.741  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:24:48.749  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:24:48.843  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631525065_nginx-1631525065","typeVersion":2109130924,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631525065_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631525065_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631525065_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631525065_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-1631525065:\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-1631525065\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-1631525065_cpu_limit\n          memory:\n            get_input: nginx-1631525065_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631525065_cpu_request\n          memory:\n            get_input: nginx-1631525065_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":"54840d20-2e2c-4773-8d47-dbbd1ff63340","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/54840d20-2e2c-4773-8d47-dbbd1ff63340"},"created":1631525088832,"deactivated":null}
2021-09-13 09:24:48.844  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631525065_nginx-1631525065:2109130924
2021-09-13 09:26:45.769  INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@202efa06
2021-09-13 09:26:46.121  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@3183faa]
2021-09-13 09:26:46.122  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:26:46.122  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:26:46.130  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:26:46.253  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631525188_nginx-1631525188","typeVersion":2109130926,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631525188_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631525188_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631525188_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631525188_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-1631525188:\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-1631525188\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-1631525188_cpu_limit\n          memory:\n            get_input: nginx-1631525188_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631525188_cpu_request\n          memory:\n            get_input: nginx-1631525188_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":"5a04c047-db16-40d1-b416-28a705102f9e","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/5a04c047-db16-40d1-b416-28a705102f9e"},"created":1631525206242,"deactivated":null}
2021-09-13 09:26:46.253  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631525188_nginx-1631525188:2109130926
2021-09-13 09:27:13.951  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@f27032
2021-09-13 09:27:14.270  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@540af797]
2021-09-13 09:27:14.270  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:27:14.270  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:27:14.275  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:27:14.376  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631525211_nginx-1631525211","typeVersion":2109130927,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631525211_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631525211_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631525211_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631525211_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-1631525211:\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-1631525211\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-1631525211_cpu_limit\n          memory:\n            get_input: nginx-1631525211_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631525211_cpu_request\n          memory:\n            get_input: nginx-1631525211_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":"9e591d6d-c8c6-4061-9425-a7505944680c","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/9e591d6d-c8c6-4061-9425-a7505944680c"},"created":1631525234360,"deactivated":null}
2021-09-13 09:27:14.376  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631525211_nginx-1631525211:2109130927
2021-09-13 09:27:57.843  INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@3b277822
2021-09-13 09:27:58.206  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@25a1b5ef]
2021-09-13 09:27:58.207  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-09-13 09:27:58.207  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-09-13 09:27:58.217  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-09-13 09:27:58.282  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : {"owner":"dcae_mod","typeName":"nginx-1631525239_nginx-1631525239","typeVersion":2109130927,"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.1\n- plugin:dmaap?version=>=1.5.1,<2.0.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-1631525239_cpu_limit:\n    type: string\n    default: \"250m\"\n  nginx-1631525239_cpu_request:\n    type: string\n    default: \"250m\"\n  nginx-1631525239_memory_limit:\n    type: string\n    default: \"128Mi\"\n  nginx-1631525239_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-1631525239:\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-1631525239\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-1631525239_cpu_limit\n          memory:\n            get_input: nginx-1631525239_memory_limit\n        requests:\n          cpu:\n            get_input: nginx-1631525239_cpu_request\n          memory:\n            get_input: nginx-1631525239_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":"162bbaa3-7034-45b6-9a3b-a1df62f206b0","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/162bbaa3-7034-45b6-9a3b-a1df62f206b0"},"created":1631525278273,"deactivated":null}
2021-09-13 09:27:58.282  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1631525239_nginx-1631525239:2109130927
2021-09-13 09:30:20.018  INFO 1 --- [nio-9090-exec-2] 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]