diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-03-29 09:09:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-29 09:09:24 +0000 |
commit | a3ad7dbdf67559f58af24cb5b361c46a91075c7c (patch) | |
tree | 54dd2434b9adac0ad348f8d3e7adb7ba253e9871 /src/test/resources/clds/blueprint-with-microservice-chain.yaml | |
parent | 3ad0ff8210c6d988696efb9cc1f6af38fc3cf32b (diff) | |
parent | a6d09fbe1046057b72247f97ac72a521949409ce (diff) |
Merge "Rework the submit operation"
Diffstat (limited to 'src/test/resources/clds/blueprint-with-microservice-chain.yaml')
-rw-r--r-- | src/test/resources/clds/blueprint-with-microservice-chain.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/clds/blueprint-with-microservice-chain.yaml b/src/test/resources/clds/blueprint-with-microservice-chain.yaml index 7b7148d54..4a7e5d7aa 100644 --- a/src/test/resources/clds/blueprint-with-microservice-chain.yaml +++ b/src/test/resources/clds/blueprint-with-microservice-chain.yaml @@ -30,6 +30,8 @@ node_templates: service_component_type: dcaegen2-analytics-tca service_component_name_override: second_app image: { get_input: second_app_docker_image } + policy_id: + policy_type_id: type2 interfaces: cloudify.interfaces.lifecycle: start: @@ -53,6 +55,8 @@ node_templates: dns_name: "first_app" image: { get_input: first_app_docker_image } container_port: 6565 + policy_id: + policy_type_id: type1 interfaces: cloudify.interfaces.lifecycle: start: @@ -76,6 +80,8 @@ node_templates: dns_name: "third_app" image: { get_input: third_app_docker_image } container_port: 443 + policy_id: + policy_type_id: type3 interfaces: cloudify.interfaces.lifecycle: start: |