From: Alex Shatov Date: Wed, 19 Sep 2018 17:20:18 +0000 (-0400) Subject: revert of recent k8s inputs for policy-handler X-Git-Tag: 3.0.0-ONAP~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=82b58e51c38b35ea1fe10e7d9fa1d542f1d78b15;p=dcaegen2%2Fplatform%2Fblueprints.git revert of recent k8s inputs for policy-handler - reverted changes intended for k8s installation - apparently, phinputs.yaml is not used by k8s installation, but by the docker based installation - related oom change for k8s installtion is at https://gerrit.onap.org/r/#/c/67795/ Change-Id: Ibf776a020d9851dc296436d964e685ed2c943fb4 Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-611 --- diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index 5643193..50b90b2 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -45,11 +45,8 @@ application_config: # We obtain that info manually from PDP folks at the moment. # In long run we should figure out a way of bringing that info into consul record # related to policy-engine itself. - # - k8s specific routing to policy-engine by hostname "pdp" - # - relying on dns to resolve hostname "pdp" to ip address - # - expecing to find "pdp" as the hostname in server cert from policy-engine policy_engine : - url : "https://pdp:8081" + url : "http://{{ policy_ip_addr }}:8081" path_notifications : "/pdp/notifications" path_api : "/pdp/api/" headers :