diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-04-02 23:56:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-02 23:56:39 +0000 |
commit | 50f082d287c089a7d0b1430be878fcf26814c5db (patch) | |
tree | ba020ff93032379daf4731e5a5705674451fabd4 | |
parent | 70f6f1c1e001c5683817890e6612960278fd1856 (diff) | |
parent | 82a0bc419b85276c4d83de5c3cdcdffaa5e5b484 (diff) |
Merge "blueprint for 5.0.0 policy-handler new PDP API"
-rw-r--r-- | blueprints/k8s-policy_handler.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/policy_handler.yaml-template | 2 | ||||
-rw-r--r-- | input-templates/phinputs.yaml | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template index 6667390..3b2e071 100644 --- a/blueprints/k8s-policy_handler.yaml-template +++ b/blueprints/k8s-policy_handler.yaml-template @@ -32,7 +32,7 @@ inputs: policy_handler_image: description: Docker image for policy_handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.6.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:5.0.0' application_config: description: policy handler application configuration - requires info on policy-engine diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template index 51976a0..29e66e6 100644 --- a/blueprints/policy_handler.yaml-template +++ b/blueprints/policy_handler.yaml-template @@ -39,7 +39,7 @@ inputs: policy_handler_image: description: Docker image for policy_handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.6.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:5.0.0' application_config: description: policy handler application configuration - requires info on policy-engine diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index 4078208..bbdab63 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -53,6 +53,7 @@ application_config: # related to policy-engine itself. policy_engine : url : "http://{{ policy_ip_addr }}:8081" + path_decision : "/decision/v1" path_notifications : "/pdp/notifications" path_api : "/pdp/api/" headers : |