X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-rapp-generator%2Frapp-all%2FFiles%2FAcm%2Finstances%2Fall-instance.json;h=a654bff1b2cc3849b309ae52fc1a324c947f63a5;hb=HEAD;hp=2e5a18abe850c4e3e12c3ffe3858a0ede594e351;hpb=e8455edfc3cf25352c2cc44340eb77e36439534d;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/sample-rapp-generator/rapp-all/Files/Acm/instances/all-instance.json b/sample-rapp-generator/rapp-all/Files/Acm/instances/all-instance.json index 2e5a18a..a654bff 100755 --- a/sample-rapp-generator/rapp-all/Files/Acm/instances/all-instance.json +++ b/sample-rapp-generator/rapp-all/Files/Acm/instances/all-instance.json @@ -24,29 +24,56 @@ ] } }, - "709c62b3-8918-41b9-a747-d21eb79c6c21": { - "id": "709c62b3-8918-41b9-a747-d21eb79c6c21", + "d7be552e-bcc5-4478-b64d-797dbaec8f55": { + "id": "d7be552e-bcc5-4478-b64d-797dbaec8f55", "definition": { "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement", "version": "1.2.3" }, - "description": "Starter Automation Composition Element for the Demo", + "description": "Starter Automation Composition Element for the Hello World", + "properties": { + "chart": { + "chartId": { + "name": "hello-world-chart", + "version": "0.1.0" + }, + "namespace": "nonrtric", + "releaseName": "hello-world-chart", + "podName": "hello-world-chart", + "repository": { + "repoName": "local", + "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI" + }, + "overrideParams": { + "environment.appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID", + "environment.smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT" + } + } + } + }, + "d7be552e-bdd5-2233-b64d-797dbaec8f55": { + "id": "d7be552e-bdd5-2233-b64d-797dbaec8f55", + "definition": { + "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement", + "version": "1.2.3" + }, + "description": "Starter Automation Composition Element for the Hello World", "properties": { "chart": { "chartId": { - "name": "ransliceassurance", - "version": "1.0.0" + "name": "hello-world-sme-invoker", + "version": "0.1.0" }, "namespace": "nonrtric", - "releaseName": "ransliceassurance", - "podName": "ransliceassurance", + "releaseName": "hello-world-sme-invoker", + "podName": "hello-world-sme-invoker", "repository": { "repoName": "local", "address": "UPDATE_THIS_CHART_MUSEUM_GET_CHARTS_URI" }, "overrideParams": { - "appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID", - "smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT" + "environment.appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID", + "environment.smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT" } } }