summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/existing_topic/translate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/data/shared_model/existing_topic/translate.yaml')
-rw-r--r--app/data/shared_model/existing_topic/translate.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/app/data/shared_model/existing_topic/translate.yaml b/app/data/shared_model/existing_topic/translate.yaml
new file mode 100644
index 0000000..530db27
--- /dev/null
+++ b/app/data/shared_model/existing_topic/translate.yaml
@@ -0,0 +1,34 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+metadata:
+ template_name: existing_topic_translate
+imports:
+- schema: schema.yaml
+
+
+topology_template:
+ inputs:
+ aaf_username:
+ type: string
+ aaf_password:
+ type: string
+ location:
+ type: string
+ client_role:
+ type: string
+ node_name:
+ type: string
+ fqtn:
+ type: string
+
+
+ substitution_mappings:
+ node_type: tosca.dcae.nodes.dmaap.existingTopic
+ capabilities:
+ topic:
+ - NO_PREFIX
+ - topic
+ node_templates:
+ NO_PREFIX:
+ type: dcae.nodes.ExistingTopic
+ properties:
+ fqtn: {get_input: fqtn} \ No newline at end of file