X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-rapp-generator%2Frapp-all%2FDefinitions%2Fasd.yaml;h=96543b87da90e7d616a1641878051e08910998f2;hb=acb1b85ddb80af9c7243abb949ac49c241ef8f33;hp=e369010b67c30a874a5e3ba0904a111491863f99;hpb=f25c90c76bd35c337b8429f185e1220b60ca6591;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