sync up with helm configuration changes
[oom.git] / TOSCA / Helm / onap-blueprint.yaml
index d11597f..fdd6093 100644 (file)
@@ -148,12 +148,22 @@ node_templates:
        - type: cloudify.relationships.connected_to
          target: k8s_env
 
-  message-router:
+  dmaap:
     type: cloudify.nodes.Helm
     properties:
       args:
       - { get_input: namespace }
-      - message-router
+      - dmaap
+    relationships:
+      - type: cloudify.relationships.connected_to
+        target: k8s_env
+
+  oof:
+    type: cloudify.nodes.Helm
+    properties:
+      args:
+      - { get_input: namespace }
+      - oof
     relationships:
       - type: cloudify.relationships.connected_to
         target: k8s_env