aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-07-13 09:36:13 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-13 09:36:13 +0000
commit80897daedf5d96114c6263ba836c9974415d7e56 (patch)
treed925c8fdebf6ca9ab752ac8ce078b5941813eb32 /common/src/main/resources/tosca/PolicyControlLoopElementType.yaml
parent94d85829c2067c8f27f3fd5c49673b5eabbceccb (diff)
parentaa725fcc52bd2eb009dc407480e113158e65ddbd (diff)
Merge "Update CL TOSCA definitions, Add Guidance UC"
Diffstat (limited to 'common/src/main/resources/tosca/PolicyControlLoopElementType.yaml')
-rw-r--r--common/src/main/resources/tosca/PolicyControlLoopElementType.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml b/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml
index f2d45f1bb..e584c2fce 100644
--- a/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml
+++ b/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml
@@ -21,6 +21,13 @@ node_types:
version: 1.0.1
derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement
properties:
- policyId:
+ policyType:
type: onap.datatypes.ToscaConceptIdentifier
required: true
+ description: The policy type of the policy that this control loop element is managing
+ policyId:
+ type: onap.datatypes.ToscaConceptIdentifier
+ required: false
+ description: The policy that this control loop element is managing, if the policy ID is specified, the policy
+ is either already in the Policy Framework database or is specified in the "policies" part of the
+ TOSCA service template of the Control Loop definition