Merge "Pass rAppInstanceId to k8s participant and create the invoker with the instanc...
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Files / Acm / instances / k8s-instance.json
1 {
2   "name": "DemoInstance0",
3   "version": "1.0.1",
4   "compositionId": "DO_NOT_CHANGE_THIS_COMPOSITION_ID",
5   "description": "Demo automation composition instance 0",
6   "elements": {
7     "709c62b3-8918-41b9-a747-d21eb79c6c21": {
8       "id": "709c62b3-8918-41b9-a747-d21eb79c6c21",
9       "definition": {
10         "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement",
11         "version": "1.2.3"
12       },
13       "description": "Starter Automation Composition Element for the Demo",
14       "properties": {
15         "chart": {
16           "chartId": {
17             "name": "ransliceassurance",
18             "version": "1.0.0"
19           },
20           "namespace": "nonrtric",
21           "releaseName": "ransliceassurance",
22           "podName": "ransliceassurance",
23           "repository": {
24             "repoName": "local",
25             "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI"
26           },
27           "overrideParams": {
28             "appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID",
29             "smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT"
30           }
31         }
32       }
33     }
34   }
35 }