From c6fdd53459c6422bef05492e292f337989a3e200 Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Fri, 18 May 2018 08:19:10 -0400 Subject: [PATCH] Add External Interface NBI project into OOM TOSCA Change-Id: Iecdc9916014fa08147b3d592557806f24bc7c0b2 Issue-ID: OOM-1099 Signed-off-by: Hong Guan --- TOSCA/Helm/onap-blueprint.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.16.6