blueprint for 2.4.3 policy-handler 43/47043/1
authorAlex Shatov <alexs@att.com>
Thu, 10 May 2018 13:29:26 +0000 (09:29 -0400)
committerAlex Shatov <alexs@att.com>
Thu, 10 May 2018 13:29:26 +0000 (09:29 -0400)
- 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

blueprints/k8s-policy_handler.yaml-template
blueprints/policy_handler.yaml-template

index f961925..cd09bc6 100644 (file)
@@ -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
index a964216..623860a 100644 (file)
@@ -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