From 8804f6608398d6040e0f3d780192907fcbc110ab Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 24 Aug 2018 13:16:42 -0400 Subject: [PATCH] blueprint and inputs for 4.2.0 policy-handler - new interval for reconfigure of policy-handler Change-Id: Ice1d944f7772ecc06312715b3009c9b0e03413a2 Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-470 --- blueprints/k8s-policy_handler.yaml-template | 2 +- blueprints/policy_handler.yaml-template | 2 +- input-templates/phinputs.yaml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template index e1e0db2..b654008 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:4.1.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.2.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 35041ca..b897958 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:4.1.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:4.2.0' application_config: description: policy handler application configuration - requires info on policy-engine diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index d3608c6..e23d051 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -34,6 +34,12 @@ application_config: # example: 1200 is 20*60 seconds that is 20 minutes interval : 1200 + # config of periodic reconfigure-rediscover for adaptability + reconfigure: + # interval in seconds on how often to call automatic reconfigure + # example: 600 is 10*60 seconds that is 10 minutes + interval : 600 + # policy-engine config # These are the url of and the auth for the external system, namely the policy-engine (PDP). # We obtain that info manually from PDP folks at the moment. -- 2.16.6