aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml')
-rw-r--r--runtime/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/runtime/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml b/runtime/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml
new file mode 100644
index 000000000..0354acd69
--- /dev/null
+++ b/runtime/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml
@@ -0,0 +1,18 @@
+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