summaryrefslogtreecommitdiffstats
path: root/dpo/tosca_models/policy.yaml
diff options
context:
space:
mode:
authordfarrelly <david.farrelly@est.tech>2019-02-20 14:26:37 +0000
committerdfarrelly <david.farrelly@est.tech>2019-02-20 14:26:37 +0000
commit5e40fbfdf79be48a5ff19393f65c0e09309e868a (patch)
treef4b1f17146d37a7d5c557b732a4ac44392e83de2 /dpo/tosca_models/policy.yaml
parent7f82227820362daa3050a04620ca77faa5c52c1a (diff)
Add pm-mapper deployment artifacts
Issue-ID: DCAEGEN2-1080 Change-Id: Ic7157ec4888f9ddfa399fe20ebb76f09d3c3cf1c Signed-off-by: dfarrelly <david.farrelly@est.tech>
Diffstat (limited to 'dpo/tosca_models/policy.yaml')
-rw-r--r--dpo/tosca_models/policy.yaml32
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