Fix sonar issue
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Files / Acm / instances / all-instance.json
1 {
2   "name": "AllInstance0",
3   "version": "1.0.1",
4   "compositionId": "DO_NOT_CHANGE_THIS_COMPOSITION_ID",
5   "description": "Demo automation composition instance",
6   "elements": {
7     "709c62b3-8918-41b9-a747-d21eb79c6c12": {
8       "id": "709c62b3-8918-41b9-a747-d21eb79c6c12",
9       "definition": {
10         "name": "onap.policy.clamp.ac.element.A1PMSAutomationCompositionElement",
11         "version": "1.2.3"
12       },
13       "description": "Starter Automation Composition Element for the Demo",
14       "properties": {
15         "policyServiceEntities": [
16           {
17             "a1PolicyServiceEntityId": {
18               "name": "entity1",
19               "version": "1.0.1"
20             },
21             "clientId": "firstService",
22             "callbackUrl": "http:\\localhost"
23           }
24         ]
25       }
26     },
27     "d7be552e-bcc5-4478-b64d-797dbaec8f55": {
28       "id": "d7be552e-bcc5-4478-b64d-797dbaec8f55",
29       "definition": {
30         "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement",
31         "version": "1.2.3"
32       },
33       "description": "Starter Automation Composition Element for the Hello World",
34       "properties": {
35         "chart": {
36           "chartId": {
37             "name": "hello-world-chart",
38             "version": "0.1.0"
39           },
40           "namespace": "nonrtric",
41           "releaseName": "hello-world-chart",
42           "podName": "hello-world-chart",
43           "repository": {
44             "repoName": "local",
45             "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI"
46           },
47           "overrideParams": {
48             "environment.appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID",
49             "environment.smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT"
50           }
51         }
52       }
53     },
54     "d7be552e-bdd5-2233-b64d-797dbaec8f55": {
55       "id": "d7be552e-bdd5-2233-b64d-797dbaec8f55",
56       "definition": {
57         "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement",
58         "version": "1.2.3"
59       },
60       "description": "Starter Automation Composition Element for the Hello World",
61       "properties": {
62         "chart": {
63           "chartId": {
64             "name": "hello-world-sme-invoker",
65             "version": "0.1.0"
66           },
67           "namespace": "nonrtric",
68           "releaseName": "hello-world-sme-invoker",
69           "podName": "hello-world-sme-invoker",
70           "repository": {
71             "repoName": "local",
72             "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI"
73           },
74           "overrideParams": {
75             "environment.appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID",
76             "environment.smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT"
77           }
78         }
79       }
80     },
81     "709c62b3-8918-41b9-a747-d21eb79c6c20": {
82       "id": "709c62b3-8918-41b9-a747-d21eb79c6c20",
83       "definition": {
84         "name": "onap.policy.clamp.ac.element.KserveAutomationCompositionElement",
85         "version": "1.2.3"
86       },
87       "description": "Starter Automation Composition Element for the Demo",
88       "properties": {
89         "kserveInferenceEntities": [
90           {
91             "kserveInferenceEntityId": {
92               "name": "entity1",
93               "version": "1.0.1"
94             },
95             "name": "sklearn-iris",
96             "namespace": "kserve-test",
97             "payload": "{\"apiVersion\": \"serving.kserve.io/v1beta1\",\"kind\": \"InferenceService\",\"metadata\": {\"name\": \"sklearn-iris\"},\"spec\": {\"predictor\": {\"model\":{\"modelFormat\": {\"name\": \"sklearn\"},\"storageUri\": \"gs://kfserving-examples/models/sklearn/1.0/model\"}}}}"
98           }
99         ]
100       }
101     }
102   }
103 }