diff options
author | rui hu <hu.rui2@zte.com.cn> | 2018-03-13 02:39:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-13 02:39:06 +0000 |
commit | 78dfe70911a4da15280adb9cc8a583fb1e09331d (patch) | |
tree | 2381d52af44fc7dc20d896f65eb4d79b25cd6c14 /TOSCA | |
parent | 420dc067b7b4608fc840b3062d5369adff7deadd (diff) | |
parent | ed957a4fd4dc7edaf0a980f6f7e8f6a974b6dbca (diff) |
Merge "Deploy kube2msb along with msb containers"
Diffstat (limited to 'TOSCA')
-rw-r--r-- | TOSCA/Helm/onap-blueprint.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml index 73a0390bd7..f86b590eda 100644 --- a/TOSCA/Helm/onap-blueprint.yaml +++ b/TOSCA/Helm/onap-blueprint.yaml @@ -279,13 +279,3 @@ node_templates: relationships: - type: cloudify.relationships.connected_to target: k8s_master - - kube2msb: - type: cloudify.nodes.Helm - properties: - args: - - { get_input: namespace_perfix } - - kube2msb - relationships: - - type: cloudify.relationships.connected_to - target: k8s_master |