summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-04-27 14:01:13 -0400
committerAlex Shatov <alexs@att.com>2018-04-27 14:01:13 -0400
commitaac79f0faae9a4558f37750db5aeaa9f3d1c74da (patch)
treed28781a265acddf69a24f33f9eab3b9fac139a36
parent68765fc66afe1648a113f8baa845407be19d26f8 (diff)
2.4.2 policy-handler - fixed race on step-timer
Change-Id: Ie41690c9621e31b05adc5a2518510157ffe8acff Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-472
-rw-r--r--blueprints/k8s-policy_handler.yaml-template4
-rw-r--r--blueprints/policy_handler.yaml-template2
2 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template
index 0a7e7a2..448dfc6 100644
--- a/blueprints/k8s-policy_handler.yaml-template
+++ b/blueprints/k8s-policy_handler.yaml-template
@@ -26,13 +26,13 @@ description: >
imports:
- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
- {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.1.0/k8splugin_types.yaml
-
+
inputs:
policy_handler_image:
description: Docker image for policy_handler
- default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.1'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.2'
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 b4064ae..a964216 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:v2.4.1'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.2'
application_config:
description: policy handler application configuration - requires info on policy-engine