Sample rApp package for ics consumer
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-sample-ics-consumer / Files / Acm / instances / k8s-instance.json
1 {
2   "name": "DemoInstance1",
3   "version": "1.0.1",
4   "compositionId": "DO_NOT_CHANGE_THIS_COMPOSITION_ID",
5   "description": "Demo automation composition instance 1",
6   "elements": {
7     "ce96b012-90a0-4eb5-ac81-df174f540119": {
8       "id": "ce96b012-90a0-4eb5-ac81-df174f540119",
9       "definition": {
10         "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement",
11         "version": "1.2.3"
12       },
13       "description": "Starter Automation Composition Element for ICS Consumer",
14       "properties": {
15         "chart": {
16           "chartId": {
17             "name": "ics-consumer",
18             "version": "0.1.0"
19           },
20           "namespace": "nonrtric",
21           "releaseName": "ics-consumer",
22           "podName": "ics-consumer",
23           "repository": {
24             "repoName": "local",
25             "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI"
26           }
27         }
28       }
29     }
30   }
31 }