diff options
author | 2019-04-09 10:11:16 -0400 | |
---|---|---|
committer | 2019-04-09 13:49:51 -0400 | |
commit | e85cec5f2344bbb802ad5ce8085efa9e34d9eaf1 (patch) | |
tree | 5932cdce6320764df8ef9d86d1013e44ef186222 /src | |
parent | afdb5f5ac3ebc05008f616d3370f9e1d90e6747a (diff) |
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 <platania@research.att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/TOSCA_definition_1_0.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |