From e85cec5f2344bbb802ad5ce8085efa9e34d9eaf1 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 9 Apr 2019 10:11:16 -0400 Subject: Add onap.policies.* to TOSCA definition - Add policies in the onap.policies domain to TOSCA definition for correct CSAR parsing in CLAMP Change-Id: I62c71d6d72e70f39b0aaecc4ebfa89b2e591e61b Issue-ID: SDC-2230 Signed-off-by: Marco Platania --- src/main/resources/TOSCA_definition_1_0.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/TOSCA_definition_1_0.yaml b/src/main/resources/TOSCA_definition_1_0.yaml index c5a4d0f..d80ed17 100644 --- a/src/main/resources/TOSCA_definition_1_0.yaml +++ b/src/main/resources/TOSCA_definition_1_0.yaml @@ -953,6 +953,10 @@ policy_types: description: The TOSCA Policy Type definition that is used to declare performance requirements for TOSCA nodes or groups of nodes. + onap.policies.Monitoring: + derived_from: tosca.policies.Root + description: The ONAP Policy Type definition for DCAE uS component monitoring policies. + ########################################################################## # Group Type. # Group Type represents logical grouping of TOSCA nodes that have an -- cgit 1.2.3-korg