aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/single-microservice-fragment-without-properties.yaml
diff options
context:
space:
mode:
authorAdam Krysiak <adam.krysiak@nokia.com>2019-03-08 09:28:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-08 09:28:46 +0000
commit2d01f5210b6b5c8f0b6cdd99728d8b7b9f2fa886 (patch)
tree259fd4e7a2e515434c19261fbe8dd49a2d14d700 /src/test/resources/clds/single-microservice-fragment-without-properties.yaml
parent322f2fe16e1649833ade316d367c30e203d2c26b (diff)
parentc2ac232af66853dc6bc06f6cf4b03e5319eceb85 (diff)
Merge "Extract modules names and relations"
Diffstat (limited to 'src/test/resources/clds/single-microservice-fragment-without-properties.yaml')
-rw-r--r--src/test/resources/clds/single-microservice-fragment-without-properties.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/test/resources/clds/single-microservice-fragment-without-properties.yaml b/src/test/resources/clds/single-microservice-fragment-without-properties.yaml
new file mode 100644
index 00000000..a34ccc6d
--- /dev/null
+++ b/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