summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/existing_topic/translate.yaml
blob: 530db271d7f435ebbf5a0cb4fb2df7c625b3dd24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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}