summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/existing_topic/template.yaml
blob: cd41b04703dc37b1a9bc76230707dba33049413f (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: existing_topic
imports:
- schema: schema.yaml
topology_template:
  inputs:
    aaf_password:
      type: string
    aaf_username:
      type: string
    client_role:
      type: string
    fqtn:
      type: string

  node_templates:
    topic:
      type: tosca.dcae.nodes.dmaap.existingTopic
      properties:
        aaf_password:
          get_input: aaf_password
        aaf_username:
          get_input: aaf_username
        client_role:
          get_input: client_role
        location:
          get_property:
          - SELF
          - composition
          - location_id
        node_name: __GET_NODE_NAME__
        fqtn: 
          get_input: fqtn
      capabilities:
        topic:
          properties:
            aaf_password:
              get_property:
              - SELF
              - aaf_password
            aaf_username:
              get_property:
              - SELF
              - aaf_username
            client_role:
              get_property:
              - SELF
              - client_role
            location:
              get_property:
              - SELF
              - location
            node_name:
              get_property:
              - SELF
              - node_name
            topic_name: ''