From f1fa71ddf3c324305ab068a9fd5e7075b7e2caf7 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 8 Sep 2021 17:36:49 +0100 Subject: 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 --- common/src/main/resources/tosca/PolicyControlLoopElementType.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') 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 -- cgit 1.2.3-korg