From c3351f687be075d91908d04dfc4e7e9da243f395 Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 7 May 2019 20:51:34 -0500 Subject: Track policies when active. Do not honor group/subgroup changes with status messages. When no present group/subgroups in update messages, assume that they have to be reset. Keep the policy cache of non-installed policies tracking them when in passive state besides active. Wait until go active to enable them. Remove legacy PAP and PDP-X healtchecks as it was basically testing reachability. There are conflicts with maintaining 2 different sets of PAPs and PDPs, trying to avoid it. Alternative healtchecks are being placed on the robot test framework. What to healtcheck should be considered more carefully in the near future. Change-Id: I574f30bb5899faf521123c79046793d16b4a46e0 Issue-ID: POLICY-1748 Signed-off-by: jhh --- .../feature/config/feature-healthcheck.properties | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'feature-healthcheck/src/main/feature/config/feature-healthcheck.properties') diff --git a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties index ac6ba0a8..fc03841a 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -29,23 +29,3 @@ http.server.services.HEALTHCHECK.password=${env:HEALTHCHECK_PASSWORD} http.server.services.HEALTHCHECK.https=true http.server.services.HEALTHCHECK.aaf=${env:AAF} http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler - -http.client.services=PAP,PDP - -http.client.services.PAP.host=${env:PAP_HOST} -http.client.services.PAP.port=9091 -http.client.services.PAP.contextUriPath=pap/test -http.client.services.PAP.https=true -http.client.services.PAP.userName=${env:PAP_USERNAME} -http.client.services.PAP.password=${env:PAP_PASSWORD} -http.client.services.PAP.managed=true -http.client.services.PAP.serialization.provider=org.onap.policy.common.gson.JacksonHandler - -http.client.services.PDP.host=${env:PDP_HOST} -http.client.services.PDP.port=8081 -http.client.services.PDP.contextUriPath=pdp/test -http.client.services.PDP.https=true -http.client.services.PDP.userName=${env:PDP_USERNAME} -http.client.services.PDP.password=${env:PDP_PASSWORD} -http.client.services.PDP.managed=false -http.client.services.PDP.serialization.provider=org.onap.policy.common.gson.JacksonHandler -- cgit 1.2.3-korg