Add support to upload deployment helm artifacts to chartmuseum
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Definitions / asd.yaml
index e369010..96543b8 100755 (executable)
@@ -7,7 +7,7 @@ imports:
 \r
 topology_template:\r
   node_templates:\r
-   applicationServiceDescriptor:\r
+    applicationServiceDescriptor:\r
       type: tosca.nodes.asd\r
       description: "rapp-all"\r
       properties:\r
@@ -25,10 +25,14 @@ topology_template:
           file: "Artifacts/Deployment/HELM/ransliceassurance-1.0.0.tgz"\r
           properties:\r
             artifact_type: "helm_chart"\r
-            itemId: 1\r
+            target_server: "chartmuseum"\r
+            target_server_uri: "http://10.101.0.106:8879/charts/api/charts"\r
+            item_id: 1\r
         oru-app:\r
           type: tosca.artifacts.asd.deploymentItem\r
           file: "Artifacts/Deployment/HELM/orufhrecovery-1.0.0.tgz"\r
           properties:\r
             artifact_type: "helm_chart"\r
-            itemId: 2\r
+            target_server: "chartmuseum"\r
+            target_server_uri: "http://10.101.0.106:8879/charts/api/charts"\r
+            item_id: 2
\ No newline at end of file