Merge "K8s participant and SME producer service for Hello World rApp"
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-hello-world / Definitions / asd.yaml
1 #  ============LICENSE_START=======================================================\r
2 #  Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.\r
3 #  ================================================================================\r
4 #  Licensed under the Apache License, Version 2.0 (the "License");\r
5 #  you may not use this file except in compliance with the License.\r
6 #  You may obtain a copy of the License at\r
7 #\r
8 #        http://www.apache.org/licenses/LICENSE-2.0\r
9 #\r
10 #  Unless required by applicable law or agreed to in writing, software\r
11 #  distributed under the License is distributed on an "AS IS" BASIS,\r
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 #  See the License for the specific language governing permissions and\r
14 #  limitations under the License.\r
15 #\r
16 #  SPDX-License-Identifier: Apache-2.0\r
17 #  ============LICENSE_END=========================================================\r
18 \r
19 tosca_definitions_version: tosca_simple_yaml_1_2\r
20 \r
21 description: rApp Hello World\r
22 \r
23 imports:\r
24   - asd_types.yaml\r
25 \r
26 topology_template:\r
27   node_templates:\r
28     applicationServiceDescriptor:\r
29       type: tosca.nodes.asd\r
30       description: "rapp-hello-world"\r
31       properties:\r
32         descriptor_id: 2cd6a567-2e33-4960-8ef7-1cc519c998c4\r
33         descriptor_invariant_id: 3f8a5e1b-68f1-42e5-89d0-47090dd0ef5a\r
34         descriptor_version: 1.0\r
35         schema_version: 2.0\r
36         function_description: rApp description\r
37         provider: Ericsson Software Technology (O-RAN SC NONRTRIC team)\r
38         application_name: rapp-hello-world\r
39         application_version: 1.0\r
40       artifacts:\r
41         helloworld:\r
42           type: tosca.artifacts.asd.deploymentItem\r
43           file: "Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz"\r
44           properties:\r
45             artifact_type: "helm_chart"\r
46             itemId: 1\r