Sample rApp package for ics consumer
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-sample-ics-consumer / Files / Acm / instances / k8s-instance.json
diff --git a/sample-rapp-generator/rapp-sample-ics-consumer/Files/Acm/instances/k8s-instance.json b/sample-rapp-generator/rapp-sample-ics-consumer/Files/Acm/instances/k8s-instance.json
new file mode 100644 (file)
index 0000000..6748b29
--- /dev/null
@@ -0,0 +1,31 @@
+{
+  "name": "DemoInstance1",
+  "version": "1.0.1",
+  "compositionId": "DO_NOT_CHANGE_THIS_COMPOSITION_ID",
+  "description": "Demo automation composition instance 1",
+  "elements": {
+    "ce96b012-90a0-4eb5-ac81-df174f540119": {
+      "id": "ce96b012-90a0-4eb5-ac81-df174f540119",
+      "definition": {
+        "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement",
+        "version": "1.2.3"
+      },
+      "description": "Starter Automation Composition Element for ICS Consumer",
+      "properties": {
+        "chart": {
+          "chartId": {
+            "name": "ics-consumer",
+            "version": "0.1.0"
+          },
+          "namespace": "nonrtric",
+          "releaseName": "ics-consumer",
+          "podName": "ics-consumer",
+          "repository": {
+            "repoName": "local",
+            "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI"
+          }
+        }
+      }
+    }
+  }
+}
\ No newline at end of file