blob: ec29b82377f369cc081c5d1b8e873f209e9d51ce [file] [log] [blame]
dfarrelly5e40fbf2019-02-20 14:26:37 +00001tosca_definitions_version: tosca_simple_yaml_1_0_0
2node_types:
3 policy.nodes.Root:
4 derived_from: tosca.nodes.Root
5 properties:
6 policyDescription:
7 required: false
8 type: string
9 policyName:
10 required: true
11 type: string
12 policyScope:
13 required: true
14 type: string
15 policyVersion:
16 required: true
17 type: string
18 policy.nodes.dcaegen2.services.pm-mapper:
19 derived_from: policy.nodes.Root
20 properties:
21 buscontroller_feed_subscription_endpoint:
22 type: string
23 description: DMAAP Bus Controller subscription endpoint
24 dmaap_dr_delete_endpoint:
25 type: string
26 description: DMAAP Data Router endpoint to delete file
27 dmaap_dr_feed_id:
28 type: string
29 description: ID of the data router feed that the PM Mapper will subscribe to
30 policy:
31 type: string
32 description: PM Mapper policy JSON string