X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=csar-generator%2Fresources%2FFiles%2FAcm%2Finstances%2Fall-instance.json;fp=csar-generator%2Fresources%2FFiles%2FAcm%2Finstances%2Fall-instance.json;h=20d9a8807b74266c639fe2a35d06c26a9c6b3126;hb=c42cc923fd2cfe85b9a8e355a63cb9af4818c210;hp=0000000000000000000000000000000000000000;hpb=54dca75507277ff5bf3009d482e6bf0c8a053743;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/csar-generator/resources/Files/Acm/instances/all-instance.json b/csar-generator/resources/Files/Acm/instances/all-instance.json new file mode 100755 index 0000000..20d9a88 --- /dev/null +++ b/csar-generator/resources/Files/Acm/instances/all-instance.json @@ -0,0 +1,72 @@ +{ + "name": "AllInstance0", + "version": "1.0.1", + "compositionId": "COMPOSITIONID", + "description": "Demo automation composition instance", + "elements": { + "709c62b3-8918-41b9-a747-d21eb79c6c12": { + "id": "709c62b3-8918-41b9-a747-d21eb79c6c12", + "definition": { + "name": "onap.policy.clamp.ac.element.A1PMSAutomationCompositionElement", + "version": "1.2.3" + }, + "description": "Starter Automation Composition Element for the Demo", + "properties": { + "policyServiceEntities": [ + { + "a1PolicyServiceEntityId": { + "name": "entity1", + "version": "1.0.1" + }, + "clientId": "firstService", + "callbackUrl": "http:\\localhost" + } + ] + } + }, + "709c62b3-8918-41b9-a747-d21eb79c6c21": { + "id": "709c62b3-8918-41b9-a747-d21eb79c6c21", + "definition": { + "name": "onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement", + "version": "1.2.3" + }, + "description": "Starter Automation Composition Element for the Demo", + "properties": { + "chart": { + "chartId": { + "name": "ransliceassurance", + "version": "1.0.0" + }, + "namespace": "nonrtric", + "releaseName": "ransliceassurance", + "podName": "ransliceassurance", + "repository": { + "repoName": "local", + "address": "http://10.101.2.41:8879/charts" + } + } + } + }, + "709c62b3-8918-41b9-a747-d21eb79c6c20": { + "id": "709c62b3-8918-41b9-a747-d21eb79c6c20", + "definition": { + "name": "onap.policy.clamp.ac.element.KserveAutomationCompositionElement", + "version": "1.2.3" + }, + "description": "Starter Automation Composition Element for the Demo", + "properties": { + "kserveInferenceEntities": [ + { + "kserveInferenceEntityId": { + "name": "entity1", + "version": "1.0.1" + }, + "name": "sklearn-iris", + "namespace": "kserve-test", + "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\"}}}}" + } + ] + } + } + } +} \ No newline at end of file