diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-11-10 13:02:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-10 13:02:56 +0000 |
commit | 0e1635767afcc47566ec6971386500d75c66e821 (patch) | |
tree | 603b0f8421b875eddb087cb92490b5d355169f69 /runtime/src/test/resources/clds/single-microservice-fragment-without-name.yaml | |
parent | 41fcf3575405c3172be8f5912b9e691a5b2804a3 (diff) | |
parent | aa4d2f4e49b45db5198604a0765f64b99426826c (diff) |
Merge "Remove clamp-backend url forwarding support"
Diffstat (limited to 'runtime/src/test/resources/clds/single-microservice-fragment-without-name.yaml')
-rw-r--r-- | runtime/src/test/resources/clds/single-microservice-fragment-without-name.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/runtime/src/test/resources/clds/single-microservice-fragment-without-name.yaml b/runtime/src/test/resources/clds/single-microservice-fragment-without-name.yaml deleted file mode 100644 index f9ac53cac..000000000 --- a/runtime/src/test/resources/clds/single-microservice-fragment-without-name.yaml +++ /dev/null @@ -1,22 +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 } - 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 - relationships: - - type: cloudify.relationships.connected_to - target: first_app - - type: clamp_node.relationships.gets_input_from - target: first_app
\ No newline at end of file |