diff options
author | Alex Shatov <alexs@att.com> | 2018-05-10 09:29:26 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-05-10 09:29:26 -0400 |
commit | 7299d7285045d5d0796768af1ad09e846a7339e7 (patch) | |
tree | 4c374c3b9b756950250d3120f93a553c12bccd0f | |
parent | 8fa3f5e177d13d3b7ac17f67a90b3a54eb9d0602 (diff) |
blueprint for 2.4.3 policy-handler
- added try-except for top level Exception into all threads
of policy-handler to avoid losing the thread and tracking
the unexpected crashes
Change-Id: I1f244f537de19aa34eeaefac7ada5458720fa523
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-483
-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 f961925..cd09bc6 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:2.4.2' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.3' 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 a964216..623860a 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.2' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.3' application_config: description: policy handler application configuration - requires info on policy-engine |