diff options
Diffstat (limited to 'dpo/tosca_models/policy.yaml')
-rw-r--r-- | dpo/tosca_models/policy.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dpo/tosca_models/policy.yaml b/dpo/tosca_models/policy.yaml new file mode 100644 index 0000000..ec29b82 --- /dev/null +++ b/dpo/tosca_models/policy.yaml @@ -0,0 +1,32 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +node_types: + policy.nodes.Root: + derived_from: tosca.nodes.Root + properties: + policyDescription: + required: false + type: string + policyName: + required: true + type: string + policyScope: + required: true + type: string + policyVersion: + required: true + type: string + policy.nodes.dcaegen2.services.pm-mapper: + derived_from: policy.nodes.Root + properties: + buscontroller_feed_subscription_endpoint: + type: string + description: DMAAP Bus Controller subscription endpoint + dmaap_dr_delete_endpoint: + type: string + description: DMAAP Data Router endpoint to delete file + dmaap_dr_feed_id: + type: string + description: ID of the data router feed that the PM Mapper will subscribe to + policy: + type: string + description: PM Mapper policy JSON string |