sync up with helm configuration changes 61/46861/1
authorHong Guan <hg4105@att.com>
Wed, 9 May 2018 15:36:00 +0000 (11:36 -0400)
committerHong Guan <hg4105@att.com>
Wed, 9 May 2018 15:36:57 +0000 (11:36 -0400)
Change-Id: Ia961dba38b21adbf4ddef9fcde82a9afe185fd8f
Issue-ID: OOM-1066
Signed-off-by: Hong Guan <hg4105@att.com>
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