486b038dcd088cd900c756515148aeec53841a16
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Definitions / asd.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_2\r
2 \r
3 description: rApp all\r
4 \r
5 imports:\r
6   - asd_types.yaml\r
7 \r
8 topology_template:\r
9   node_templates:\r
10     applicationServiceDescriptor:\r
11       type: tosca.nodes.asd\r
12       description: "rapp-all"\r
13       properties:\r
14         descriptor_id: 123e4567-e89b-12d3-a456-426614174000\r
15         descriptor_invariant_id: 040eff2a-eb1a-4aff-bd46-37ce38092985\r
16         descriptor_version: 1.0\r
17         schema_version: 2.0\r
18         function_description: rApp description\r
19         provider: Ericsson Software Technology (O-RAN SC NONRTRIC team)\r
20         application_name: rapp-all\r
21         application_version: 1.0\r
22       artifacts:\r
23         helloworld:\r
24           type: tosca.artifacts.asd.deploymentItem\r
25           file: "Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz"\r
26           properties:\r
27             artifact_type: "helm_chart"\r
28             target_server: "chartmuseum"\r
29             target_server_uri: "UPDATE_THIS_CHART_MUSEUM_POST_CHARTS_URI"\r
30             item_id: 1\r
31         helloworld-sme-invoker:\r
32           type: tosca.artifacts.asd.deploymentItem\r
33           file: "Artifacts/Deployment/HELM/hello-world-sme-invoker-0.1.0.tgz"\r
34           properties:\r
35             artifact_type: "helm_chart"\r
36             target_server: "chartmuseum"\r
37             target_server_uri: "UPDATE_THIS_CHART_MUSEUM_POST_CHARTS_URI"\r
38             item_id: 2