From: Hong Guan Date: Fri, 18 May 2018 12:19:10 +0000 (-0400) Subject: Add External Interface NBI project into OOM TOSCA X-Git-Tag: 2.0.0-ONAP~73 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c6fdd53459c6422bef05492e292f337989a3e200;hp=2dc8dad2f91485a44218a37f331bc4d8aa1bacd2;p=oom.git Add External Interface NBI project into OOM TOSCA Change-Id: Iecdc9916014fa08147b3d592557806f24bc7c0b2 Issue-ID: OOM-1099 Signed-off-by: Hong Guan --- diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml index 3ac76fa8b1..c5b699b5be 100644 --- a/TOSCA/Helm/onap-blueprint.yaml +++ b/TOSCA/Helm/onap-blueprint.yaml @@ -347,3 +347,13 @@ node_templates: relationships: - type: cloudify.relationships.connected_to target: k8s_env + + nbi: + type: cloudify.nodes.Helm + properties: + args: + - { get_input: namespace } + - nbi + relationships: + - type: cloudify.relationships.connected_to + target: k8s_env \ No newline at end of file