diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-04-30 13:18:33 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-04-30 13:18:33 +0000 |
commit | c239fbfdd831ba4769e57b0c38783b06a83a861a (patch) | |
tree | a24f81504e2748b547934cde7cc1c5e9492cdac0 /kubernetes/policy/charts/policy-apex-pdp | |
parent | 40807650419fe5eb569adaa5145494ddf265e614 (diff) |
Change Policy PAP & API to https by default
1) Changing policy PAP & API components to start in https mode by
default.
2) Changing supportedPolicyTypes for apex to fix the ineterference between
apex & drools for legacy operational policies.
3) Changing the replicaCount of xacml to 3 so that we have enough
instances of it running to support controlloop, monitoring &
optimization PdpGroups.
Change-Id: I5271878db4c4adebc418ef63ecb09880c02082ff
Issue-ID: POLICY-1693
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'kubernetes/policy/charts/policy-apex-pdp')
-rw-r--r-- | kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json b/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json index 8edca606e4..9de4a8b5b5 100644 --- a/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json +++ b/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json @@ -11,6 +11,6 @@ "timeIntervalMs": 120000, "pdpType":"apex", "description":"Pdp Heartbeat", - "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}] + "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}] } } |