Add External Interface NBI project into OOM TOSCA 63/48163/1
authorHong Guan <hg4105@att.com>
Fri, 18 May 2018 12:19:10 +0000 (08:19 -0400)
committerHong Guan <hg4105@att.com>
Fri, 18 May 2018 12:20:01 +0000 (08:20 -0400)
Change-Id: Iecdc9916014fa08147b3d592557806f24bc7c0b2
Issue-ID: OOM-1099
Signed-off-by: Hong Guan <hg4105@att.com>
TOSCA/Helm/onap-blueprint.yaml

index 3ac76fa..c5b699b 100644 (file)
@@ -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