diff options
author | Alex Shatov <alexs@att.com> | 2018-05-24 16:20:24 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-05-24 16:20:24 -0400 |
commit | f8c467d5e8797f1d6e4703d7a135f07798565f67 (patch) | |
tree | bb833d0ed92bd7b969625279cca508fa84580099 | |
parent | 6659380a5d626eb8582dcf0690987560fb5042eb (diff) |
blueprint for 2.4.5 policy-handler2.0.0-ONAPbeijing2.0.0-ONAP
- fix of unit tests
- turned off unit-test on policy-handler to avoid
get /gc/stats after shutdown of the web-server
Change-Id: I8f018d3d7c070d68b08387e601064f9aa292d389
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-532
-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 31f7a17..dd1defe 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.4' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.5' 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 acda610..29e4e4c 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:2.4.4' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.5' application_config: description: policy handler application configuration - requires info on policy-engine |