blob: 9a2be05677ce398e270f38ef5c9953b45a988e21 (
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
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
template_name: existing_feed_translate
imports:
- schema: schema.yaml
topology_template:
inputs:
location:
type: string
node_name:
type: string
feed_id:
type: string
substitution_mappings:
node_type: tosca.dcae.nodes.dmaap.existingFeed
capabilities:
feed:
- NO_PREFIX
- feed
node_templates:
NO_PREFIX:
type: dcae.nodes.ExistingFeed
properties:
feed_id: {get_input: feed_id}
|