summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/external_target_feed/translate.yaml
blob: 02810c29e9f51ba2903e23a71705ee43cb525dba (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
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: external_target_feed_translate
imports:
- schema: schema.yaml

topology_template:
  inputs:
    location:
      type: string
    node_name:
      type: string
    url:
      type: string
    username:
      type: string
    userpw:
      type: string
    
      
  substitution_mappings:
    node_type: tosca.dcae.nodes.dmaap.externalTargetFeed
    capabilities:
      feed:
      - NO_PREFIX
      - feed
  node_templates:
    NO_PREFIX:
      type: dcae.nodes.ExternalTargetFeed
      properties: 
        url: {get_input: url}
        username: {get_input: username}
        userpw: {get_input: userpw}