X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-rapp-generator%2Frapp-all%2FDefinitions%2Fasd.yaml;fp=sample-rapp-generator%2Frapp-all%2FDefinitions%2Fasd.yaml;h=96543b87da90e7d616a1641878051e08910998f2;hb=a46c269e0972357c54378520a4bba531bf7bb12d;hp=e369010b67c30a874a5e3ba0904a111491863f99;hpb=4d1a6cb9ec0dc66cda0cdd2249c5117542f839c7;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/sample-rapp-generator/rapp-all/Definitions/asd.yaml b/sample-rapp-generator/rapp-all/Definitions/asd.yaml index e369010..96543b8 100755 --- a/sample-rapp-generator/rapp-all/Definitions/asd.yaml +++ b/sample-rapp-generator/rapp-all/Definitions/asd.yaml @@ -7,7 +7,7 @@ imports: topology_template: node_templates: - applicationServiceDescriptor: + applicationServiceDescriptor: type: tosca.nodes.asd description: "rapp-all" properties: @@ -25,10 +25,14 @@ topology_template: file: "Artifacts/Deployment/HELM/ransliceassurance-1.0.0.tgz" properties: artifact_type: "helm_chart" - itemId: 1 + target_server: "chartmuseum" + target_server_uri: "http://10.101.0.106:8879/charts/api/charts" + item_id: 1 oru-app: type: tosca.artifacts.asd.deploymentItem file: "Artifacts/Deployment/HELM/orufhrecovery-1.0.0.tgz" properties: artifact_type: "helm_chart" - itemId: 2 + target_server: "chartmuseum" + target_server_uri: "http://10.101.0.106:8879/charts/api/charts" + item_id: 2 \ No newline at end of file