blueprint for 2.4.4 policy-handler 17/48217/1
authorAlex Shatov <alexs@att.com>
Fri, 18 May 2018 18:39:34 +0000 (14:39 -0400)
committerAlex Shatov <alexs@att.com>
Fri, 18 May 2018 18:39:34 +0000 (14:39 -0400)
- log process memory
- in search of the memory leak that is falsely reported
  by docker stats, the following runtime logging was added
  = process_memory - rss and other memory of the current process
  = virtual_memory - the memory info of the whole system
  = thread_stacks  - the active threads with the full stack on each

Change-Id: I69f4f5d03a9a0c13460766fe00bf5d4816b27f59
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-514

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

index cd09bc6..31f7a17 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.3'
+    default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.4'
 
   application_config:
     description: policy handler application configuration - requires info on policy-engine
index 623860a..acda610 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:2.4.3'
+    default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.4'
 
   application_config:
     description: policy handler application configuration - requires info on policy-engine