From: Mandeep Khinda Date: Wed, 9 May 2018 18:28:49 +0000 (+0000) Subject: Merge "sync up with helm configuration changes" X-Git-Tag: 2.0.0-ONAP~151 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0b9b3f59b5d8fe653d023f9a03c8586836c0c3f7;hp=b9f8ffb0c6bc95ff47620b7626590a76799148a2;p=oom.git Merge "sync up with helm configuration changes" --- diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml index d11597f3ab..fdd6093226 100644 --- a/TOSCA/Helm/onap-blueprint.yaml +++ b/TOSCA/Helm/onap-blueprint.yaml @@ -148,12 +148,22 @@ node_templates: - type: cloudify.relationships.connected_to target: k8s_env - message-router: + dmaap: type: cloudify.nodes.Helm properties: args: - { get_input: namespace } - - message-router + - dmaap + relationships: + - type: cloudify.relationships.connected_to + target: k8s_env + + oof: + type: cloudify.nodes.Helm + properties: + args: + - { get_input: namespace } + - oof relationships: - type: cloudify.relationships.connected_to target: k8s_env