summaryrefslogtreecommitdiffstats
path: root/dpo/tosca_models/policy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dpo/tosca_models/policy.yaml')
-rw-r--r--dpo/tosca_models/policy.yaml34
1 files changed, 17 insertions, 17 deletions
diff --git a/dpo/tosca_models/policy.yaml b/dpo/tosca_models/policy.yaml
index ec29b82..8b7f370 100644
--- a/dpo/tosca_models/policy.yaml
+++ b/dpo/tosca_models/policy.yaml
@@ -1,7 +1,13 @@
-tosca_definitions_version: tosca_simple_yaml_1_0_0
-node_types:
- policy.nodes.Root:
- derived_from: tosca.nodes.Root
+data_types:
+ onap.datatypes.monitoring.pm-mapper-filter:
+ properties:
+ filter configuration:
+ type: string
+ description: Filter configuration needs to be applied
+
+policy_types:
+ onap.policies.Monitoring:
+ derived_from: tosca.policies.Root
properties:
policyDescription:
required: false
@@ -15,18 +21,12 @@ node_types:
policyVersion:
required: true
type: string
- policy.nodes.dcaegen2.services.pm-mapper:
- derived_from: policy.nodes.Root
+ onap.policy.monitoring.dcae-pm-mapper:
+ derived_from: onap.policies.Monitoring
+ version : 1.0.0
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:
+ pm-mapper-filter:
type: string
- description: PM Mapper policy JSON string
+ description: PM mapper filter on measInfo, measInfoId, measType, instanceId
+ entry_schema:
+ type: onap.datatypes.monitoring.pm-mapper-filter \ No newline at end of file