summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/existing_feed/template.yaml
blob: ebfac43d66406dbb4256bd0f1ed074b24ab11852 (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_feed
imports:
- schema: schema.yaml
topology_template:
  inputs:
    feed_id:
      type: string

  node_templates:
    feed:
      type: tosca.dcae.nodes.dmaap.existingFeed
      properties:
        feed_id: 
          get_input: feed_id
        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