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