diff options
author | waynedunican <wayne.dunican@est.tech> | 2022-06-03 09:07:59 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2022-06-15 09:25:45 +0100 |
commit | 6ad6982468b31b6b43c7a8f2e618f06a700c4670 (patch) | |
tree | a4706b0fa9640668f9ad46a56e25930221b60e92 /csit/config/apex-pdp/groups.json | |
parent | 7e5b47d30a6ec7b4921a0c681ad9c032c7672a0b (diff) |
Use proper currentInstanceCount in CSITs
Issue-ID: POLICY-4086
Change-Id: I8d49acb66b798104f2cfbdc3765a68af866f9f6a
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'csit/config/apex-pdp/groups.json')
-rw-r--r-- | csit/config/apex-pdp/groups.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/csit/config/apex-pdp/groups.json b/csit/config/apex-pdp/groups.json new file mode 100644 index 00000000..bd5c2868 --- /dev/null +++ b/csit/config/apex-pdp/groups.json @@ -0,0 +1,28 @@ +{ + "groups": [ + { + "name": "defaultGroup", + "version": "1.0.0", + "description": "The default group that registers all supported policy types and pdps.", + "pdpGroupState": "ACTIVE", + "pdpSubgroups": [ + { + "pdpType": "apex", + "supportedPolicyTypes": [ + { + "name": "onap.policies.controlloop.operational.common.Apex", + "version": "1.0.0" + }, + { + "name": "onap.policies.native.Apex", + "version": "1.0.0" + } + ], + "currentInstanceCount": 0, + "desiredInstanceCount": 1, + "policies": [] + } + ] + } + ] +} |