Add External Interface NBI project into OOM TOSCA
[oom.git] / TOSCA / Helm / onap-blueprint.yaml
index fdd6093..c5b699b 100644 (file)
@@ -338,12 +338,22 @@ node_templates:
       - type: cloudify.relationships.connected_to
         target: k8s_env
 
-  mock:
+  sniro-emulator:
     type: cloudify.nodes.Helm
     properties:
       args:
       - { get_input: namespace }
-      - mock
+      - sniro-emulator
+    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