summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/composition_virtual/template_cv.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/data/shared_model/composition_virtual/template_cv.yaml')
-rw-r--r--app/data/shared_model/composition_virtual/template_cv.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/app/data/shared_model/composition_virtual/template_cv.yaml b/app/data/shared_model/composition_virtual/template_cv.yaml
new file mode 100644
index 0000000..81b170f
--- /dev/null
+++ b/app/data/shared_model/composition_virtual/template_cv.yaml
@@ -0,0 +1,39 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+
+#metadata section: used for catalog tagging
+metadata:
+ template_name: composition_virtual
+ template_description: virtual node to include common info for all nodes in the composition
+ template_version: 1.0.0
+# template_author: Shu Shi
+
+# asc_catalog: "{name:\"Utils\"}"
+
+imports:
+ - schema: schema.yaml
+
+topology_template:
+
+ inputs:
+# service_id:
+# type: string
+ dcae_service_location:
+ type: string
+
+ node_templates:
+ composition_virtual:
+ type: dcae.nodes.composition.virtual
+ properties:
+# service_id: {get_input: service_id}
+ location_id: {get_input: dcae_service_location}
+
+ capabilities:
+ host:
+ properties:
+ service_id: {get_property: [SELF, service_id]}
+ location_id: {get_property: [SELF, location_id]}
+
+
+
+
+