aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-03-20 15:18:05 -0400
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-03-26 08:30:20 +0000
commit52183bb7fed88d4dddaaa31e1114b8f77d7a5cc8 (patch)
tree6298914a36d622636b6b1d9713903986e3c721f1 /catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml
parent62f5ad6b806d0bda1bb918061a5aa4b5b4dbe8b8 (diff)
Add policy and data types to SDC
- Define policy and data types for control loop - Onboard them as normative types in SDC Change-Id: I5188229ba91d5ddeabd43c4ac0b869abba7c42a0 Issue-ID: SDC-2203 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml
index 57f4b45abe..0b60106a1e 100644
--- a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml
+++ b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml
@@ -115,3 +115,17 @@ org.openecomp.policies.External:
type: string
description: The name of the policy, that related to specific type, same as it is defined in the source.
required: false
+
+### Policy types for closed loop ###
+onap.policies.Monitoring:
+ derived_from: tosca.policies.Root
+ description: A base policy type for all policies that governs monitoring provisioning
+onap.policy.monitoring.cdap.tca.hi.lo.app:
+ derived_from: onap.policies.Monitoring
+ version: 1.0.0
+ properties:
+ tca_policy:
+ type: map
+ description: TCA Policy JSON
+ entry_schema:
+ type: onap.datatypes.monitoring.tca_policy \ No newline at end of file