aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-apex-pdp/resources/config/groups.json
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-apex-pdp/resources/config/groups.json')
-rw-r--r--helm/policy/components/policy-apex-pdp/resources/config/groups.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/helm/policy/components/policy-apex-pdp/resources/config/groups.json b/helm/policy/components/policy-apex-pdp/resources/config/groups.json
deleted file mode 100644
index bd5c2868..00000000
--- a/helm/policy/components/policy-apex-pdp/resources/config/groups.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "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": []
- }
- ]
- }
- ]
-}