dfarrelly | 5e40fbf | 2019-02-20 14:26:37 +0000 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0_0 |
| 2 | node_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 |