diff options
author | Alex Shatov <alexs@att.com> | 2018-09-20 15:16:51 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-09-20 15:16:51 -0400 |
commit | dc99bda4fdf301fd61a22ac1268cba0a0ddef787 (patch) | |
tree | 3e48dbcc62dcde0598d0c867fee9d3d78b525a92 | |
parent | 82b58e51c38b35ea1fe10e7d9fa1d542f1d78b15 (diff) |
blueprint for 4.4.0 policy-handler
- made consul-url configurable thru env var or local config
Change-Id: I7a37ab5b0104e46a83fea63e33e0eb774ddc96e9
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-822
-rw-r--r-- | blueprints/k8s-policy_handler.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/policy_handler.yaml-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template index 7c35fe6..aea1ae9 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.3.1' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.4.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 24e9256..48302c4 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.3.1' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.4.0' application_config: description: policy handler application configuration - requires info on policy-engine |