X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-rapp-generator%2Frapp-hello-world%2FFiles%2FAcm%2Finstances%2Fk8s-instance.json;h=c37d2888b71b5eacbcfced9f33b6713c30ab1b00;hb=refs%2Fchanges%2F89%2F12589%2F3;hp=c019541dbc88c94547edd16b3f564cefb8b3ab15;hpb=4526832bbc18aedfe78d4359c6b058f72c458b81;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/sample-rapp-generator/rapp-hello-world/Files/Acm/instances/k8s-instance.json b/sample-rapp-generator/rapp-hello-world/Files/Acm/instances/k8s-instance.json index c019541..c37d288 100644 --- a/sample-rapp-generator/rapp-hello-world/Files/Acm/instances/k8s-instance.json +++ b/sample-rapp-generator/rapp-hello-world/Files/Acm/instances/k8s-instance.json @@ -1,31 +1,35 @@ -{ - "name": "K8DemoInstance0", - "version": "1.0.1", - "compositionId": "DO_NOT_CHANGE_THIS_COMPOSITION_ID", - "description": "Demo automation composition instance 0", - "elements": { - "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 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" - } - } - } - } - } +{ + "name": "K8DemoInstance0", + "version": "1.0.1", + "compositionId": "DO_NOT_CHANGE_THIS_COMPOSITION_ID", + "description": "Demo automation composition instance 0", + "elements": { + "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 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": { + "appId": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID", + "smeDiscoveryEndpoint": "DO_NOT_CHANGE_THIS_SME_DISCOVERY_ENDPOINT" + } + } + } + } + } } \ No newline at end of file