diff options
Diffstat (limited to 'src/test/resources/clds/single-microservice-fragment-without-relationships.yaml')
-rw-r--r-- | src/test/resources/clds/single-microservice-fragment-without-relationships.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml b/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml deleted file mode 100644 index 0354acd69..000000000 --- a/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml +++ /dev/null @@ -1,18 +0,0 @@ -second_app: - type: dcae.nodes.ContainerizedServiceComponentUsingDmaap - properties: - service_component_type: dcaegen2-analytics-tca - service_component_name_override: second_app - image: { get_input: second_app_docker_image } - name: second_app - interfaces: - cloudify.interfaces.lifecycle: - start: - inputs: - envs: - grpc_server.host: "first_app.onap" - dmaap_ip: {get_input: dmaap_ip} - dmapp_topic: {get_input: dmaap_topic} - policy_id: {get_input: policy_id} - ports: - - 8080:8080
\ No newline at end of file |