summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/external_target_feed/template.yaml
blob: 0e24493cb5749a2df368f4e5ae726d4ae08f962a (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
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: external_target_feed
imports:
- schema: schema.yaml
topology_template:
  inputs:
    url:
      type: string
    username:
      type: string
    userpw:
      type: string

  node_templates:
    feed:
      type: tosca.dcae.nodes.dmaap.externalTargetFeed
      properties:
        url: 
          get_input: url
        username: 
          get_input: username
        userpw: 
          get_input: userpw
        location:
          get_property:
          - SELF
          - composition
          - location_id
        node_name: __GET_NODE_NAME__
      capabilities:
        feed:
          properties:
            feed_name: ""
            location:
              get_property:
              - SELF
              - location
            node_name:
              get_property:
              - SELF
              - node_name