summaryrefslogtreecommitdiffstats
path: root/csit/config/apex-pdp/groups.json
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2022-06-17 12:02:02 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-17 12:02:02 +0000
commit0af40015d73624bc32074e3d37ee1e27e125d498 (patch)
treefd96e00ca35993099b18534867ea915cff3faa7f /csit/config/apex-pdp/groups.json
parent1d450ff2cc00177a4915644884da1e151f1b0ebb (diff)
parent6ad6982468b31b6b43c7a8f2e618f06a700c4670 (diff)
Merge "Use proper currentInstanceCount in CSITs"
Diffstat (limited to 'csit/config/apex-pdp/groups.json')
-rw-r--r--csit/config/apex-pdp/groups.json28
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": []
+ }
+ ]
+ }
+ ]
+}