summaryrefslogtreecommitdiffstats
path: root/blueprints
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-08-07 12:17:16 -0400
committerAlex Shatov <alexs@att.com>2018-08-07 12:17:16 -0400
commitae60e4701eb3aaffb5fbefb017b6d8e61ada984f (patch)
treebfc7297bb1535ff93a62f5edace073ecf81d6614 /blueprints
parentb1bf07b5d3c32f5db3a658ea71fa9c83bcdfaaea (diff)
blueprint and inputs for 4.0.0 policy-handler
- inputs: = removed scope_prefixes as obsolete with 4.0.0 = removed catch_up.max_skips - obsolete with 4.0.0 = added max_msg_length_mb for data segmentation from policy-handler to deployment handler Change-Id: I555fdbb8a765d77c2cd0437e8729c0249f8062e3 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-492
Diffstat (limited to 'blueprints')
-rw-r--r--blueprints/k8s-policy_handler.yaml-template2
-rw-r--r--blueprints/policy_handler.yaml-template2
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template
index 435bd94..aef0162 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:3.0.1'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.0.0'
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 5827e31..6bef204 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:3.0.1'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.0.0'
application_config:
description: policy handler application configuration - requires info on policy-engine