diff options
author | waynedunican <wayne.dunican@est.tech> | 2021-09-08 17:36:49 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2021-09-15 08:44:11 +0100 |
commit | f1fa71ddf3c324305ab068a9fd5e7075b7e2caf7 (patch) | |
tree | e25674ec0a5150ff5d61fc8895a41e0b74fc84d3 /common/src/main/resources | |
parent | b741e69ad9a60a128d1994a6fcf65f0b6aeee7ee (diff) |
Add policy deployment/undeployment to policy-participant
Add policy deployment and undeployment to the policy-participant
Allow user to specify pdpGroup and pdpdType as part of the
deployment or undeployment of policies
Change-Id: I8b37ee96305d35db0784cde3e4564150feaf477d
Issue-ID: POLICY-3584
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'common/src/main/resources')
-rw-r--r-- | common/src/main/resources/tosca/PolicyControlLoopElementType.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml b/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml index bf66718ca..b4631ba14 100644 --- a/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml +++ b/common/src/main/resources/tosca/PolicyControlLoopElementType.yaml @@ -37,3 +37,7 @@ node_types: default: defaultGroup description: The PDP group to which the policy should be deployed. This parameter is used when the policy is deployed to PAP. The value defaults to the "defaultGroup", which always exists. + pdpType: + type: string + required: true + description: The PDP type to which the policy will run on. This parameter is used when the policy is deployed to PAP.
\ No newline at end of file |