diff options
author | Hong Guan <hg4105@att.com> | 2018-05-09 11:36:00 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-05-09 11:36:57 -0400 |
commit | a8f269e42720b291fdbb0b71cc82f2428ee5c204 (patch) | |
tree | b66a099de28610757a72198fb9789147e961df01 | |
parent | 54eab4210462d9b414fe07600b93dee450f0e14e (diff) |
sync up with helm configuration changes
Change-Id: Ia961dba38b21adbf4ddef9fcde82a9afe185fd8f
Issue-ID: OOM-1066
Signed-off-by: Hong Guan <hg4105@att.com>
-rw-r--r-- | TOSCA/Helm/onap-blueprint.yaml | 14 |
1 files changed, 12 insertions, 2 deletions
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 |