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