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
8 # http://www.apache.org/licenses/LICENSE-2.0
\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
16 # SPDX-License-Identifier: Apache-2.0
\r
17 # ============LICENSE_END=========================================================
\r
19 tosca_definitions_version: tosca_simple_yaml_1_2
\r
21 description: rApp Hello World
\r
28 applicationServiceDescriptor:
\r
29 type: tosca.nodes.asd
\r
30 description: "rapp-hello-world"
\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
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
42 type: tosca.artifacts.asd.deploymentItem
\r
43 file: "Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz"
\r
45 artifact_type: "helm_chart"
\r
46 target_server: "chartmuseum"
\r
47 target_server_uri: "UPDATE_THIS_CHART_MUSEUM_POST_CHARTS_URI"
\r