# ============LICENSE_START======================================================= # Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= tosca_definitions_version: tosca_simple_yaml_1_2 description: rApp Hello World imports: - asd_types.yaml topology_template: node_templates: applicationServiceDescriptor: type: tosca.nodes.asd description: "rapp-hello-world" properties: descriptor_id: 2cd6a567-2e33-4960-8ef7-1cc519c998c4 descriptor_invariant_id: 3f8a5e1b-68f1-42e5-89d0-47090dd0ef5a descriptor_version: 1.0 schema_version: 2.0 function_description: rApp description provider: Ericsson Software Technology (O-RAN SC NONRTRIC team) application_name: rapp-hello-world application_version: 1.0 artifacts: helloworld: type: tosca.artifacts.asd.deploymentItem file: "Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz" properties: artifact_type: "helm_chart" target_server: "chartmuseum" target_server_uri: "UPDATE_THIS_CHART_MUSEUM_POST_CHARTS_URI" item_id: 1